Author: patrys Date: Mon Jan 14 16:48:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - dir -> file changed - rel 2
---- Files affected: SPECS: telepathy-mission-control.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/telepathy-mission-control.spec diff -u SPECS/telepathy-mission-control.spec:1.13 SPECS/telepathy-mission-control.spec:1.14 --- SPECS/telepathy-mission-control.spec:1.13 Mon Jan 14 17:43:32 2008 +++ SPECS/telepathy-mission-control.spec Mon Jan 14 17:48:20 2008 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): ZarzÄ…dca kont Telepathy Name: telepathy-mission-control Version: 4.54 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Libraries Source0: http://dl.sourceforge.net/mission-control/%{name}-%{version}.tar.gz @@ -94,6 +94,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%pretrans +# this needs to be a file +if [ -d %{_libexecdir}/mission-control ]; then + mv -f %{_libexecdir}/mission-control{,.rpmsave} +fi + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -139,6 +145,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-01-14 16:48:20 patrys +- dir -> file changed +- rel 2 + Revision 1.13 2008-01-14 16:43:32 patrys - 4.54 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/telepathy-mission-control.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
