rpms/canto/F-11 canto.spec,1.3,1.4

Andreas Osowski th0br0 at fedoraproject.org
Mon Sep 7 17:05:50 UTC 2009


Author: th0br0

Update of /cvs/pkgs/rpms/canto/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9996

Modified Files:
	canto.spec 
Log Message:
Update to 0.7.4


Index: canto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/canto/F-11/canto.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- canto.spec	12 Jun 2009 20:41:49 -0000	1.3
+++ canto.spec	7 Sep 2009 17:05:50 -0000	1.4
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		canto
-Version:	0.6.13
+Version:	0.7.4
 Release:	1%{?dist}
 Summary:	Atom/RSS feed reader based on ncurses
 Group:		Applications/Internet
@@ -36,13 +36,14 @@ CFLAGS="%{optflags}" %{__python} setup.p
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 sed -i -e '/#\!/d' %{buildroot}/%{python_sitearch}/%{name}/canto_html.py
+sed -i -e '/#\!/d' %{buildroot}/%{python_sitearch}/%{name}/cfg/{sources,base}.py
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING README TODO
+%doc ChangeLog COPYING README
 %{_bindir}/%{name}*
 %{_mandir}/man1/%{name}*
 %attr(0644,root,root) %{python_sitearch}/%{name}/widecurse.so
@@ -50,6 +51,10 @@ rm -rf %{buildroot}
 %{python_sitearch}/%{name}/*
 
 %changelog
+* Mon Sep 7 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.7.4-1
+- Updated to 0.7.4
+- Removed TODO from %%doc as it is no longer supplied by upstream
+
 * Fri Jun 12 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.6.13-1
 - Updated to 0.6.13
 




More information about the fedora-extras-commits mailing list