Author: pawelz Date: Tue Feb 16 15:20:20 2010 GMT Module: packages Tag: HEAD ---- Log message: - don't abuse wildcards in %files - removed commented-out Source1 - added comment to last changelog: rel 2
---- Files affected: packages/incollector: incollector.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/incollector/incollector.spec diff -u packages/incollector/incollector.spec:1.11 packages/incollector/incollector.spec:1.12 --- packages/incollector/incollector.spec:1.11 Tue Feb 16 15:46:51 2010 +++ packages/incollector/incollector.spec Tue Feb 16 16:20:14 2010 @@ -8,7 +8,6 @@ Group: X11/Applications Source0: http://www.incollector.devnull.pl/download/sources/%{name}-%{version}.tar.gz # Source0-md5: 6701ac13da29119cd6719be3edcf30aa -#Source1: %{name}.desktop URL: http://www.incollector.devnull.pl/ BuildRequires: autoconf BuildRequires: automake @@ -63,10 +62,11 @@ %files -f incollector.lang %defattr(644,root,root,755) %doc AUTHORS README -%attr(755,root,root) %{_bindir}/* -%{_libdir}/incollector -%{_desktopdir}/*.desktop -%{_pixmapsdir}/* +%attr(755,root,root) %{_bindir}/%{name} +%{_libdir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png +%{_pixmapsdir}/%{name}.ico %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,8 +74,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2010/02/16 15:20:14 pawelz +- don't abuse wildcards in %files +- removed commented-out Source1 +- added comment to last changelog: rel 2 + Revision 1.11 2010/02/16 14:46:51 ankry - locale fix +- rel 2 Revision 1.10 2010/02/04 00:15:57 sparky - BR: gettext-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/incollector/incollector.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
