diff --git a/.gitignore b/.gitignore index d740fde..538d507 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /greenisland-0.1.91.tar.gz +/greenisland-0.2.0.1.tar.gz diff --git a/greenisland-nogit.patch b/greenisland-nogit.patch deleted file mode 100644 index 724e7f4..0000000 --- a/greenisland-nogit.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- greenisland/cmake/GetGitRevision.cmake 2013-02-16 16:13:17.000000000 +1100 -+++ b/cmake/GetGitRevision.cmake 2013-02-24 15:55:52.095167515 +1100 -@@ -31,14 +31,14 @@ - #============================================================================= - - function(create_git_head_revision_file _file _target) -- if(NOT GIT_FOUND) -- find_package(Git QUIET) -- endif() -+# if(NOT GIT_FOUND) -+# find_package(Git QUIET) -+# endif() - - add_custom_target(gitsha1 - ${CMAKE_COMMAND} -E remove -f ${CMAKE_CURRENT_BINARY_DIR}/${_file} - COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${_file}.in ${CMAKE_CURRENT_BINARY_DIR}/${_file} -- COMMAND "${GIT_EXECUTABLE}" rev-parse HEAD >> ${CMAKE_CURRENT_BINARY_DIR}/${_file} -+ COMMAND echo 20130509.7753f0e >> ${CMAKE_CURRENT_BINARY_DIR}/${_file} - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} - VERBATIM) - add_dependencies(${_target} gitsha1) diff --git a/greenisland.spec b/greenisland.spec index 79cf270..2726095 100644 --- a/greenisland.spec +++ b/greenisland.spec @@ -1,17 +1,11 @@ Name: greenisland Summary: Compositor and shell for the Hawaii desktop environment -Version: 0.1.91 +Version: 0.2.0.1 Release: 1%{?dist} Group: Applications/System License: BSD and LGPLv2+ and GPLv3+ URL: https://github.com/hawaii-desktop/greenisland -# git clone --no-checkout https://github.com/hawaii-desktop/greenisland.git -# cd greenisland/ -# git archive v0.1.91 --prefix=greenisland/ |gzip >greenisland-0.1.91.tar.gz -Source0: %{name}-%{version}.tar.gz - -# From mer -Patch0: greenisland-nogit.patch +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Requires: hawaii-icon-theme Requires: qt5-qtbase-x11 @@ -55,8 +49,7 @@ Development files for GreenIsland. %prep -%setup -q -n %{name} -%patch0 -p1 +%setup -q %build @@ -89,6 +82,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sat Jan 04 2014 Lubomir Rintel - 0.2.0.1-1 +- Update to a new release tarball + * Mon Nov 25 2013 Lubomir Rintel - 0.1.91-2 - Fix file ownership - Modernize a bit diff --git a/sources b/sources index ba562d2..4b6beb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -212c389703324fcbc5a925892008cea9 greenisland-0.1.91.tar.gz +167ca5e88e76b91ee9f2b0421a3e147b greenisland-0.2.0.1.tar.gz