update to 8.95

require dpkg and debhelper [release 8.95-1mamba;Fri Mar 18 2016]
This commit is contained in:
Silvan Calarco 2024-01-05 20:20:24 +01:00
parent 6e69c15723
commit 06bfcad655

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 8.95-1mamba
- update to 8.95
- require dpkg and debhelper
* Tue Nov 18 2014 Automatic Build System <autodist@mambasoft.it> 8.93-1mamba
- automatic update by autodist