Author: darekr Date: Fri Jan 13 11:47:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - simplify %install a bit
---- Files affected: SPECS: checkinstall.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/checkinstall.spec diff -u SPECS/checkinstall.spec:1.18 SPECS/checkinstall.spec:1.19 --- SPECS/checkinstall.spec:1.18 Tue Dec 6 12:46:03 2005 +++ SPECS/checkinstall.spec Fri Jan 13 12:47:48 2006 @@ -4,7 +4,7 @@ Name: checkinstall Version: 1.6.0 Release: 1 -License: GPL +License: GPL v2 Group: Base/Utilities Source0: http://asic-linux.com.mx/~izto/checkinstall/files/source/%{name}-%{version}.tgz # Source0-md5: 41c1be61199406edf2e3ee92f2007fe5 @@ -39,7 +39,7 @@ %{__sed} -i "s|/usr/local|%{_prefix}|" checkinstall{,rc-dist} %{__sed} -i "s|/usr/lib/checkinstall/checkinstallrc|%{_sysconfdir}/checkinstallrc|g" checkinstall -install {checkinstall,makepak} $RPM_BUILD_ROOT%{_sbindir} +install checkinstall makepak $RPM_BUILD_ROOT%{_sbindir} install checkinstallrc-dist $RPM_BUILD_ROOT%{_sysconfdir}/checkinstallrc %clean @@ -58,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/01/13 11:47:48 darekr +- simplify %install a bit + Revision 1.18 2005/12/06 11:46:03 charles - BA: noarch - moved checkinstallrc to %{_sysconfdir} ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/checkinstall.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
