File: alien.spec

package info (click to toggle)
alien 8.95
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 280 kB
  • sloc: perl: 1,804; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Summary: Install Debian, Slackware, and Stampede packages with rpm.
Name: alien
Packager: Joey Hess <joey@kitenet.net>
Version: 8.95
Release: 1
Source: ftp://kitenet.net/pub/code/debian/alien_8.95.tar.gz
License: GPL
Group: Utilities/File
Buildroot: /tmp/alien-8.95.build
Requires: perl
BuildArchitectures: noarch

%description
Alien allows you to convert Debian, Slackware, and Stampede Packages into Red
Hat packages, which can be installed with rpm.

It can also generate Slackware, Debian and Stampede packages.

This is a tool only suitable for binary packages.

%prep
%setup -n alien
rm -rf /tmp/alien-8.95.build

%install
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
make
make pure_install VARPREFIX=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
	sed '/\/man\//s/$/\*/' > manifest

%files -f manifest
%defattr(-,root,root)
%doc debian/changelog GPL README alien.lsm