SPECS: checkinstall.spec - updated to 1.6.0 - updated URLs, cleanup

charles charles at pld-linux.org
Tue Dec 6 00:42:30 CET 2005


Author: charles                      Date: Mon Dec  5 23:42:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.6.0
- updated URLs, cleanup

---- Files affected:
SPECS:
   checkinstall.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/checkinstall.spec
diff -u SPECS/checkinstall.spec:1.14 SPECS/checkinstall.spec:1.15
--- SPECS/checkinstall.spec:1.14	Mon Aug 30 20:07:23 2004
+++ SPECS/checkinstall.spec	Tue Dec  6 00:42:25 2005
@@ -2,14 +2,15 @@
 Summary:	CheckInstall installations tracker
 Summary(pl):	Proste narzędzie do tworzenia i zarządzania pakietami (.tgz, .rpm, .deb)
 Name:		checkinstall
-Version:	1.5.1
-Release:	2
+Version:	1.6.0
+Release:	1
 License:	GPL
-Group:		Development
+Group:		Base/Utilities
+Source0:	http://checkinstall.izto.org/files/source/%{name}-%{version}.tgz
+# Source0-md5:	dd418f56c483014f5759b09aa59ea42d
+URL:		http://checkinstall.izto.org/
 Requires:	bash
 Requires:	installwatch >= 0.6.3
-Source0:	http://asic-linux.com.mx/~izto/%{name}-%{version}.tgz
-# Source0-md5:	dd418f56c483014f5759b09aa59ea42d
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,20 +31,20 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT%{_prefix}/{bin,sbin,lib/checkinstall} -p
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir}/checkinstall}
 
 sed -e "s|#\!/bin/sh|#\!/bin/bash|" < checkinstall > foo
 sed -e "s|/usr/local|%{_prefix}|" < foo > checkinstall
 
 install {checkinstall,makepak} $RPM_BUILD_ROOT%{_sbindir}
-install checkinstallrc 	$RPM_BUILD_ROOT%{_libdir}/checkinstall
+install checkinstallrc-dist $RPM_BUILD_ROOT%{_libdir}/checkinstall/checkinstallrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc-pak
+%doc BUGS CREDITS Changelog FAQ NLS_SUPPORT README RELNOTES TODO
 %attr(755,root,root) %{_sbindir}/checkinstall
 %attr(755,root,root) %{_sbindir}/makepak
 %config %{_libdir}/checkinstall/checkinstallrc
@@ -54,6 +55,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/12/05 23:42:25  charles
+- updated to 1.6.0
+- updated URLs, cleanup
+
 Revision 1.14  2004/08/30 18:07:23  snurf
 - typo / formatting / etc.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/checkinstall.spec?r1=1.14&r2=1.15&f=u




More information about the pld-cvs-commit mailing list