From 5838139b66fd58a1549d2b3423fa345b189148aa Mon Sep 17 00:00:00 2001 From: Dmitrij S. Kryzhevich Date: May 23 2013 10:58:46 +0000 Subject: Initial import. --- diff --git a/.gitignore b/.gitignore index e69de29..682fbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/alien_8.88.tar.gz diff --git a/alien.spec b/alien.spec new file mode 100644 index 0000000..83ac436 --- /dev/null +++ b/alien.spec @@ -0,0 +1,61 @@ +Summary: Converter between the rpm, dpkg, stampede slp, and Slackware tgz file formats +Name: alien +Version: 8.88 +Release: 2%{?dist} + +Group: Applications/System +License: GPLv2+ +URL: http://kitenet.net/~joey/code/alien/ +Source: http://ftp.debian.org/debian/pool/main/a/alien/alien_%version.tar.gz + +Requires: dpkg, debhelper, rpm-build +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +BuildRequires: perl(ExtUtils::MakeMaker) + +BuildArch: noarch + + + +%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. + +%prep +%setup -qn %{name} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor + +make + +%install +rm -rf %{buildroot} +make pure_install DESTDIR=%{buildroot} \ + VARPREFIX=%{buildroot} \ + PREFIX=%{buildroot}%{_prefix} + +rm -rf %{buildroot}%{perl_vendorarch}/auto/Alien + +chmod 755 %{buildroot}%{_bindir}/alien + +%files +%doc GPL README debian/changelog +%{_bindir}/* +%{_datadir}/%{name} +%{perl_vendorlib}/* +%{_mandir}/man?/* +%{_localstatedir}/lib/alien + +%changelog +* Wed May 22 2013 Dmitrij S. Kryzhevich - 8.88-2 +- No need for "defattr" in files section. + +* Tue May 21 2013 Dmitrij S. Kryzhevich - 8.88-1 +- Update to 8.88. + +* Tue Nov 23 2010 Dmitrij S. Kryzhevich - 8.83-1 +- First try. diff --git a/sources b/sources index e69de29..1c05743 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +fc30ed5c2f6c3f3c47523123318be064 alien_8.88.tar.gz