]> git.pld-linux.org Git - packages/fixmexcb.git/blob - fixmexcb.spec
4462a9829b4483e46c0a0c763e084550d2d5d470
[packages/fixmexcb.git] / fixmexcb.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Pakages converter (tgz, rpm, deb, slp)
3 Summary(pl.UTF-8):      Konwerter pakietów (tgz, rpm, deb, slp)
4 Name:           fixmexcb
5 Version:        0.1
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 URL:            http://kitenet.net/programs/alien/
10 Provides:       libtool(/usr/lib/libxcb-xlib.la)
11 Provides:       libtool(/usr/lib64/libxcb-xlib.la)
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Alien allows you to convert Debian, Stampede and Slackware Packages
16 into PLD packages, which can be installed with rpm. It can also
17 convert into Slackware, Debian, and Stampede packages. This is a tool
18 only suitable for binary packages.
19
20 %description -l pl.UTF-8
21 Alien pozwala przekonwertować pakiety Debiana, Stampede oraz Slackware
22 w pakiety używane w PLD, które mogą być zainstalowane przy użyciu
23 rpm-a i odwrotnie. Narzędzie to jest przydatne wyłącznie dla pakietów
24 binarnych.
25
26 %prep
27 %setup -q -c -T
28
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
This page took 0.068768 seconds and 3 git commands to generate.