diff --git a/cherrytree-0.25.4.tar.gz b/cherrytree-0.25.4.tar.gz new file mode 100644 index 0000000..6e4031b Binary files /dev/null and b/cherrytree-0.25.4.tar.gz differ diff --git a/cherrytree-0.29.tar.xz b/cherrytree-0.29.tar.xz new file mode 100644 index 0000000..5c38c39 Binary files /dev/null and b/cherrytree-0.29.tar.xz differ diff --git a/cherrytree.spec b/cherrytree.spec index da5d86b..ad9b11b 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -2,14 +2,14 @@ %global py_ver %(if [ -f "%{__python}" ]; then %{__python} -c "import sys; sys.stdout.write(sys.version[:3])"; else echo 0; fi;) Name: cherrytree -Version: 0.25.4 +Version: 0.29 Release: 1%{?dist} Summary: Hierarchical note taking application Group: Office License: GPLv2+ URL: http://www.giuspen.com/cherrytree/ -Source0: http://www.giuspen.com/software/%{name}-%{version}.tar.gz +Source0: http://www.giuspen.com/software/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: pkgconfig(python) @@ -30,9 +30,10 @@ file with extension ".ctd". %prep %setup -q # remove shebang to make rpmlint happy -sed '/\/usr\/bin\/env/d' modules/main.py > modules/main.py.new && \ - touch -r modules/main.py modules/main.py.new && \ - mv modules/main.py.new modules/main.py + +#sed '/\/usr\/bin\/env/d' modules/main.py > modules/main.py.new && \ +# touch -r modules/main.py modules/main.py.new && \ +# mv modules/main.py.new modules/main.py %build @@ -70,7 +71,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang -%doc changelog license +%doc changelog.txt license.txt %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ @@ -80,6 +81,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jan 10 2013 Eugene Budanov +- Update to version 0.29 +- Updated spec file + * Wed Jan 02 2013 Eugene Budanov - rebuild for ROSA 2012.1 - fixed spec for errors