diff --git a/alien.spec b/alien.spec index b91aa58..f574b5a 100644 --- a/alien.spec +++ b/alien.spec @@ -1,5 +1,5 @@ Name: alien -Version: 8.93 +Version: 8.95 Release: 1mamba Summary: A program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats Group: System/Management @@ -7,11 +7,13 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://kitenet.net/programs/alien -Source: http://ftp.de.debian.org/debian/pool/main/a/alien/alien_%{version}.tar.gz +Source: http://http.debian.net/debian/pool/main/a/alien/alien_%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END +Requires: dpkg +Requires: debhelper BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -23,7 +25,7 @@ Alien should not be used to replace important system packages, like sysvinit, sh %prep -%setup -q -n alien +%setup -q %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -54,6 +56,10 @@ done %defattr(-,root,root) %changelog +* Fri Mar 18 2016 Silvan Calarco 8.95-1mamba +- update to 8.95 +- require dpkg and debhelper + * Tue Nov 18 2014 Automatic Build System 8.93-1mamba - automatic update by autodist