update cherrytree to 0.29

This commit is contained in:
root 2013-01-10 13:32:22 +00:00
parent 5298bea2ec
commit 929c708775
3 changed files with 11 additions and 6 deletions

BIN
cherrytree-0.25.4.tar.gz Normal file

Binary file not shown.

BIN
cherrytree-0.29.tar.xz Normal file

Binary file not shown.

View file

@ -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 <eugene.budanov@rosalab.ru>
- Update to version 0.29
- Updated spec file
* Wed Jan 02 2013 Eugene Budanov <eugene.budanov@rosalab.ru>
- rebuild for ROSA 2012.1
- fixed spec for errors