mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
27 lines
669 B
RPMSpec
27 lines
669 B
RPMSpec
Summary: Install Debian and Slackware Packages with dpkg.
|
|
Name: alien
|
|
Packager: Joey Hess <joey@kite.ml.org>
|
|
Version: @version@
|
|
Release: 1
|
|
Source: ftp://kite.ml.org/pub/code/debian/alien_@version@.tar.gz
|
|
Copyright: GPL
|
|
Group: Utilities/File
|
|
Buildroot: /tmp/alien-@version@.build
|
|
|
|
%description
|
|
Alien allows you to convert Debian and Slackware Packages into Red Hat
|
|
packages, which can be installed with rpm.
|
|
|
|
It can also convert Red Hat and Slackware packages into Debian packages.
|
|
|
|
This is a tool only suitable for binary packages.
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
find $RPM_BUILD_ROOT -type f -printf "/%P\n" > manifest
|
|
|
|
%files -f manifest
|