]> git.pld-linux.org Git - packages/alien.git/blob - alien.spec
- v.7.5
[packages/alien.git] / alien.spec
1 Summary:        Pakages converter (tgz, rpm, deb, slp)
2 Summary(pl):    Konwerter pakietów (tgz, rpm, deb, slp)
3 Name:           alien
4 Version:        7.5
5 Release:        1
6 License:        GPL
7 Group:          Utilities/System
8 Group(pl):      Narzêdzia/System
9 Source0:        http://kitenet.net/programs/code/alien/%{name}_%{version}.tar.gz
10 Patch0: alien-DESTDIR.patch
11 URL:            http://kitenet.net/programs/code/alien/
12 BuildRequires: perl
13 Requires: perl
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Vendor:         Joey Hess <joey@kitenet.net>
16 Buildarch:      noarch
17
18 %description
19 Alien allows you to convert Debian, Stampede and Slackware Packages
20 into PLD packages, which can be installed with rpm. It can also
21 convert into Slackware, Debian, and Stampede packages. This is a tool
22 only suitable for binary packages.
23
24 %description -l pl
25 Alien pozwala Ci przekonwertowaæ pakiety Debiana, Stampede oraz
26 Slackware w pakiety u¿ywane w PLD, które mog± byæ zainstalowane przy
27 u¿yciu rpm'a i odwrotnie. Narzêdzie to jest przydatne wy³±cznie dla
28 pakietów binarnych.
29
30 %prep
31 %setup -q -n %{name}
32 %patch0 -p1
33
34 %build
35 perl Makefile.PL
36 make
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 make DESTDIR=$RPM_BUILD_ROOT install
41 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* README
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README.gz
49 %attr(755,root,root) %{_bindir}/alien
50 %attr(-,root,root) %{_datadir}/alien
51 %{_mandir}/man*/*
This page took 0.134752 seconds and 4 git commands to generate.