]> git.pld-linux.org Git - packages/checkinstall.git/commitdiff
- updated to 1.6.0
authorKarol Krenski <charles@pld-linux.org>
Mon, 5 Dec 2005 23:42:25 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated URLs, cleanup

Changed files:
    checkinstall.spec -> 1.15

checkinstall.spec

index 7b8ee7be781fd670709bed6f66f794450cced902..f562a83a95f4af69c8886fe10415ab0f9a246133 100644 (file)
@@ -1,14 +1,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
@@ -29,20 +30,20 @@ narz
 
 %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
This page took 0.077946 seconds and 4 git commands to generate.