Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 20d0b89524ee919d96f8cf186d655f33 > files > 1

alien-8.87-3.mga3.src.rpm

Summary:	Install Debian and Slackware Packages with RPM
Name:		alien
Version:	8.87
Release:	%mkrel 3
URL:		http://sourceforge.net/projects/alien/
Source:		http://ftp.debian.org/debian/pool/main/a/alien/alien_%version.tar.gz
Patch0:		alien_8.74-do-not-own-sys-directories.diff
License:	GPLv2+
Group:		System/Packaging
Requires:	dpkg >= 1.13.26, rpm-build
BuildRequires:	perl-devel
BuildArch: noarch

%description
Alien is a program that converts between the rpm (%{_vendor}, Mandriva, Redhat), 
dpkg (Debian), slp (Stampede), and tgz (Slackware) 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.

%prep
%setup -q -n %name
%patch0 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl -pi -e 's/: :\s*extra_/:: extra_/' Makefile

%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std VARPREFIX=%buildroot PREFIX=%buildroot%_prefix

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%_bindir/*
%dir %_datadir/alien
%_mandir/*/*
%{_datadir}/alien/patches
%{perl_vendorlib}/Alien
/var/lib/alien





%changelog

* Mon Jan 21 2013 malo <malo> 8.87-3.mga3
+ Revision: 390321
- updated RPM group

* Fri Jan 11 2013 umeabot <umeabot> 8.87-2.mga3
+ Revision: 345506
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue May 29 2012 shlomif <shlomif> 8.87-1.mga3
+ Revision: 248824
- New version: 8.87

* Sat Apr 21 2012 tv <tv> 8.84-2.mga2
+ Revision: 232267
- no need to require perl

  + kharec <kharec>
    - new version 8.84

* Sat May 21 2011 ahmad <ahmad> 8.79-4.mga1
+ Revision: 100008
- Add %%{_vendor} to the list of examples of rpm-based distros

* Sat Jan 08 2011 kharec <kharec> 8.79-3.mga1
+ Revision: 1243
- imported package alien