Author: patrys Date: Fri Jan 4 14:10:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use proper libdir
---- Files affected: SPECS: postr.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/postr.spec diff -u SPECS/postr.spec:1.4 SPECS/postr.spec:1.5 --- SPECS/postr.spec:1.4 Fri Jan 4 13:36:06 2008 +++ SPECS/postr.spec Fri Jan 4 15:10:22 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie do umieszczania zdjęć na Flickr Name: postr Version: 0.10 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://burtonini.com/computing/%{name}-%{version}.tar.gz @@ -45,6 +45,10 @@ --root=$RPM_BUILD_ROOT \ --optimize=2 +if [ "%{_libdir}" != "/usr/lib" ]; then + mv $RPM_BUILD_ROOT{/usr/lib,%{_libdir}} +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -76,6 +80,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-01-04 14:10:22 patrys +- use proper libdir + Revision 1.4 2008-01-04 12:36:06 patrys - 0.10 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postr.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
