Update to 8.90

This commit is contained in:
Dmitrij S. Kryzhevich 2014-04-03 15:31:20 +07:00
commit bfa716bc25
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/alien_8.88.tar.gz
/alien_8.90.tar.gz

View file

@ -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 <krege@land.ru> - 8.90-1
- Update 8.90.
* Wed May 22 2013 Dmitrij S. Kryzhevich <krege@land.ru> - 8.88-2
- No need for "defattr" in files section.

View file

@ -1 +1 @@
fc30ed5c2f6c3f3c47523123318be064 alien_8.88.tar.gz
c8fd3da3592d75605fce94a653520b8e alien_8.90.tar.gz