From 06bfcad655b9c0d043b1cf2ba7579844e144ba08 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:20:24 +0100 Subject: [PATCH] update to 8.95 require dpkg and debhelper [release 8.95-1mamba;Fri Mar 18 2016] --- alien.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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