Author: glen Date: Tue Oct 12 13:13:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - remove .orig files (one bundled in tarball)
---- Files affected: packages/mysql-mmm: mysql-mmm.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/mysql-mmm/mysql-mmm.spec diff -u packages/mysql-mmm/mysql-mmm.spec:1.10 packages/mysql-mmm/mysql-mmm.spec:1.11 --- packages/mysql-mmm/mysql-mmm.spec:1.10 Tue Oct 12 15:03:04 2010 +++ packages/mysql-mmm/mysql-mmm.spec Tue Oct 12 15:13:45 2010 @@ -5,7 +5,7 @@ Summary: Multi-Master Replication Manager for MySQL Name: mysql-mmm Version: 2.2.1 -Release: 0.5 +Release: 0.6 License: GPL v2 Group: Applications/System URL: http://www.mysql-mmm.org/ @@ -91,6 +91,10 @@ %{_docdir}/%{name}-%{version}/%{name}-%{version}.pdf EOF +# you'll need this if you cp -a complete dir in source +# cleanup backups after patching +find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f + %install rm -rf $RPM_BUILD_ROOT %{__make} install \ @@ -221,6 +225,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2010/10/12 13:13:45 glen +- remove .orig files (one bundled in tarball) + Revision 1.10 2010/10/12 13:03:04 glen - require Algorithm::Diff >= 1.19 (1.15 is too old) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-mmm/mysql-mmm.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
