update to 8.95
require dpkg and debhelper [release 8.95-1mamba;Fri Mar 18 2016]
This commit is contained in:
parent
6e69c15723
commit
06bfcad655
12
alien.spec
12
alien.spec
@ -1,5 +1,5 @@
|
|||||||
Name: alien
|
Name: alien
|
||||||
Version: 8.93
|
Version: 8.95
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats
|
Summary: A program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -7,11 +7,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://kitenet.net/programs/alien
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: dpkg
|
||||||
|
Requires: debhelper
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,7 +25,7 @@ Alien should not be used to replace important system packages, like sysvinit, sh
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n alien
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
@ -54,6 +56,10 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 18 2014 Automatic Build System <autodist@mambasoft.it> 8.93-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user