diff --git a/.gitignore b/.gitignore index 682fbfc..71c3322 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /alien_8.88.tar.gz +/alien_8.90.tar.gz diff --git a/alien.spec b/alien.spec index 83ac436..7afd7a5 100644 --- a/alien.spec +++ b/alien.spec @@ -1,7 +1,7 @@ Summary: Converter between the rpm, dpkg, stampede slp, and Slackware tgz file formats Name: alien -Version: 8.88 -Release: 2%{?dist} +Version: 8.90 +Release: 1%{?dist} Group: Applications/System License: GPLv2+ @@ -28,12 +28,11 @@ format and install it. %setup -qn %{name} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor VARPREFIX=%{buildroot} make %install -rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} \ VARPREFIX=%{buildroot} \ PREFIX=%{buildroot}%{_prefix} @@ -51,6 +50,9 @@ chmod 755 %{buildroot}%{_bindir}/alien %{_localstatedir}/lib/alien %changelog +* Thu Apr 03 2014 Dmitrij S. Kryzhevich - 8.90-1 +- Update 8.90. + * Wed May 22 2013 Dmitrij S. Kryzhevich - 8.88-2 - No need for "defattr" in files section. diff --git a/sources b/sources index 1c05743..9f543a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc30ed5c2f6c3f3c47523123318be064 alien_8.88.tar.gz +c8fd3da3592d75605fce94a653520b8e alien_8.90.tar.gz