diff --git a/advancecomp.spec b/advancecomp.spec index fe74584..0d3fe9f 100644 --- a/advancecomp.spec +++ b/advancecomp.spec @@ -1,7 +1,7 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files Name: advancecomp Version: 1.15 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Emulators URL: http://advancemame.sourceforge.net/ @@ -27,7 +27,7 @@ The main features are : %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} install DESTDIR=%{buildroot} %clean @@ -35,13 +35,16 @@ The main features are : %files -%defattr(-,root,root,) +%defattr(-,root,root,-) %doc AUTHORS COPYING HISTORY README %{_bindir}/* %{_mandir}/man1/* %changelog +* Thu Mar 29 2007 Matthias Saou 1.15-7 +- Switch to using DESTDIR install method. + * Thu Mar 29 2007 Matthias Saou 1.15-6 - Switch to use downloads.sf.net source URL. - Tweak defattr.