Author: arekm Date: Tue Nov 11 15:25:04 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 6; install doesn't preserve symlinks so use cp
---- Files affected: SPECS: karma.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/karma.spec diff -u SPECS/karma.spec:1.13 SPECS/karma.spec:1.14 --- SPECS/karma.spec:1.13 Fri Nov 7 21:50:22 2008 +++ SPECS/karma.spec Tue Nov 11 16:24:58 2008 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Potężny zbiór narzędzi dla programistów (część uruchomieniowa) Name: karma Version: 1.7 -Release: 5 +Release: 6 License: LGPL (KarmaLib), GPL (modules) Group: Libraries Source0: ftp://ftp.atnf.csiro.au/pub/software/karma/public/%{name}.src-v%{version}.tar.gz @@ -121,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir}/karma,%{_includedir}/karma} -install dist/lib/* $RPM_BUILD_ROOT%{_libdir} +cp -af dist/lib/* $RPM_BUILD_ROOT%{_libdir} cp -af dist/bin $RPM_BUILD_ROOT%{_libdir}/karma cp -af csh_script $RPM_BUILD_ROOT%{_libdir}/karma cp -rf include/{*.h,Xkw,shader} $RPM_BUILD_ROOT%{_includedir}/karma @@ -161,6 +161,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008/11/11 15:24:58 arekm +- rel 6; install doesn't preserve symlinks so use cp + Revision 1.13 2008/11/07 20:50:22 arekm - release 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/karma.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
