Author: glen Date: Fri Mar 14 10:22:30 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - remove backups; rel 2
---- Files affected: SPECS: gallery.spec (1.38.2.6 -> 1.38.2.7) ---- Diffs: ================================================================ Index: SPECS/gallery.spec diff -u SPECS/gallery.spec:1.38.2.6 SPECS/gallery.spec:1.38.2.7 --- SPECS/gallery.spec:1.38.2.6 Tue Aug 21 08:32:09 2007 +++ SPECS/gallery.spec Fri Mar 14 11:22:24 2008 @@ -3,7 +3,7 @@ Summary(pl): Przegl�darka i generator album�w zdj�� w postaci stron WWW Name: gallery Version: 1.5.7 -Release: 1 +Release: 2 License: GPL Group: Applications/Publishing Source0: http://dl.sourceforge.net/gallery/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ tar zxf %{SOURCE1} -C locale rm -f LICENSE.txt *.bat +# cleanup backups after patching +find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir},/var/lib/gallery/albums} @@ -150,6 +153,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38.2.7 2008-03-14 10:22:24 glen +- remove backups; rel 2 + Revision 1.38.2.6 2007-08-21 06:32:09 glen - update to 1.5.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gallery.spec?r1=1.38.2.6&r2=1.38.2.7&f=u
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
