]> git.pld-linux.org Git - packages/checkinstall.git/blob - checkinstall.spec
- changed installwatch paths in checkinstallrc, BR: sed >= 4.0
[packages/checkinstall.git] / checkinstall.spec
1 Summary:        CheckInstall installations tracker
2 Summary(pl):    Proste narzêdzie do tworzenia i zarz±dzania pakietami (.tgz, .rpm, .deb)
3 Name:           checkinstall
4 Version:        1.6.0
5 Release:        1
6 License:        GPL
7 Group:          Base/Utilities
8 Source0:        http://asic-linux.com.mx/~izto/checkinstall/files/source/%{name}-%{version}.tgz
9 # Source0-md5:  41c1be61199406edf2e3ee92f2007fe5
10 URL:            http://asic-linux.com.mx/~izto/checkinstall/
11 BuildRequires:  sed >= 4.0
12 Requires:       bash
13 Requires:       installwatch >= 0.6.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 CheckInstall keeps track of all the files created or modified by your
18 installation script ("make install" "make install_modules", "setup",
19 etc), builds a standard binary package and installs it in your system
20 giving you the ability to uninstall it with your distribution's
21 standard package management utilities.
22
23 %description -l pl
24 Program do ¶ledzenia modyfikacji robionych przez skrypty instalacyjne
25 ("make install", "setup", itp), potrafi zbudowaæ standardow± paczkê i
26 zainstalowaæ j± w twoim systemie z mo¿liwo¶ci± odinstalowania jej
27 narzêdziami dostêpnymi w twojej dystrybucji (obs³uguje rpm, deb, tgz).
28
29 %prep
30 %setup -q
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir}/checkinstall}
35
36 %{__sed} -i "s|#\!/bin/sh|#\!/bin/bash|" checkinstall
37 %{__sed} -i "s|/usr/local|%{_prefix}|" checkinstall{,rc-dist}
38
39 install {checkinstall,makepak} $RPM_BUILD_ROOT%{_sbindir}
40 install checkinstallrc-dist $RPM_BUILD_ROOT%{_libdir}/checkinstall/checkinstallrc
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc BUGS CREDITS Changelog FAQ NLS_SUPPORT README RELNOTES TODO
48 %attr(755,root,root) %{_sbindir}/checkinstall
49 %attr(755,root,root) %{_sbindir}/makepak
50 %config %{_libdir}/checkinstall/checkinstallrc
This page took 0.067544 seconds and 3 git commands to generate.