automatic version update by autodist [release 8.95.7-1mamba;Sun Jun 23 2024]
This commit is contained in:
parent
4a56ce9398
commit
f623cbb214
@ -2,7 +2,3 @@
|
||||
|
||||
Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.
|
||||
|
||||
Despite the large version number, alien is still (and will probably always be) rather experimental software. It has been used by many people for many years, but there are still many bugs and limitations.
|
||||
|
||||
Alien should not be used to replace important system packages, like sysvinit, shared libraries, or other things that are essential for the functioning of your system. Many of these packages are set up differently by Debian and Red Hat, and packages from the different distributions cannot be used interchangably. In general, if you can't uninstall the package without breaking your system, don't try to replace it with an alien version.
|
||||
|
||||
|
17
alien.spec
17
alien.spec
@ -1,16 +1,17 @@
|
||||
Name: alien
|
||||
Version: 8.95.6
|
||||
Release: 2mamba
|
||||
Version: 8.95.7
|
||||
Release: 1mamba
|
||||
Summary: A program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://joeyh.name/code/alien/
|
||||
URL: https://joeyh.name/code/alien/
|
||||
Source: http://http.debian.net/debian/pool/main/a/alien/alien_%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
@ -20,13 +21,8 @@ Requires: debhelper
|
||||
%description
|
||||
Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.
|
||||
|
||||
Despite the large version number, alien is still (and will probably always be) rather experimental software. It has been used by many people for many years, but there are still many bugs and limitations.
|
||||
|
||||
Alien should not be used to replace important system packages, like sysvinit, shared libraries, or other things that are essential for the functioning of your system. Many of these packages are set up differently by Debian and Red Hat, and packages from the different distributions cannot be used interchangably. In general, if you can't uninstall the package without breaking your system, don't try to replace it with an alien version.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%setup -q -n alien
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
@ -57,6 +53,9 @@ done
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Jun 23 2024 Automatic Build System <autodist@openmamba.org> 8.95.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 8.95.6-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user