]> git.pld-linux.org Git - packages/checkinstall.git/blob - checkinstall.spec
1f54af3a57a8a2dc6e0a261f81427a10c285a9d8
[packages/checkinstall.git] / checkinstall.spec
1 %define         iw_version      0.6.1
2 Summary:        CheckInstall installations tracker, version 1.4.1
3 Summary(pl):    Proste narzêdzie do tworzenia i zarzadzania pakietami (.tgz, .rpm, .deb)
4 Name:           checkinstall
5 Version:        1.4.1
6 Release:        1
7 License:        GPL
8 Group:          Development
9 Group(de):      Entwicklung
10 Group(es):      Desarrollo
11 Group(pl):      Programowanie
12 Group(pt_BR):   Desenvolvimento
13 Group(ru):      òÁÚÒÁÂÏÔËÁ
14 Group(uk):      òÏÚÒÏÂËÁ
15 Source0:        http://asic-linux.com.mx/~izto/%{name}-%{version}.tgz
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 CheckInstall keeps track of all the files created or modified by your
20 installation script ("make install" "make install_modules", "setup",
21 etc), builds a standard binary package and installs it in your system
22 giving you the ability to uninstall it with your distribution's
23 standard package management utilities. (deb isn't supported yet)
24
25 %description -l pl
26 Program do ¶ledzenia modyfikacji robionych przez skrypty instalacyjne
27 ("make install", "setup", itp), potrafi zbudowaæ standartow± paczkê i
28 zainstalowaæ j± w twoim systemie z mo¿liwo¶ci± odinstalowania jej
29 narzêdziami dostêpnymi w twojej dystrybucji (rpm, deb, tgz). (deb nie
30 jest jeszcze obslugiwany)
31
32 %prep
33 %setup -q 
34
35 %build
36 %{__make} CC="gcc %{rpmcflags} -Wall"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 mkdir $RPM_BUILD_ROOT%{_prefix}/{bin,sbin,lib/checkinstall} -p
41
42 install {checkinstall,makepak} $RPM_BUILD_ROOT%{_sbindir}
43 install checkinstallrc  $RPM_BUILD_ROOT%{_libdir}/checkinstall
44 install installwatch-%{iw_version}/installwatch $RPM_BUILD_ROOT%{_bindir}
45 install installwatch-%{iw_version}/installwatch.so $RPM_BUILD_ROOT%{_libdir}
46 gzip -9nfr doc-pak/* 
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %{_prefix}/*
54 %doc doc-pak
This page took 0.109135 seconds and 3 git commands to generate.