diff --git a/gftp.spec b/gftp.spec index d2a1350..0c37e36 100644 --- a/gftp.spec +++ b/gftp.spec @@ -43,7 +43,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +DESTDIR=$RPM_BUILD_ROOT make install # Get rid of bogus 'br' translation (pt_BR is included) rm -rf $RPM_BUILD_ROOT%{_prefix}/share/locale/br @@ -54,7 +54,7 @@ sed -i -e "s#Icon=gftp.png#Icon=/usr/share/pixmaps/gftp.png#" \ desktop-file-install --vendor net --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --remove-category Application \ + --remove-category Application \ $RPM_BUILD_ROOT%{_datadir}/applications/gftp.desktop # Disable to save space @@ -139,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT - rebuilt for exec shield * Sun Oct 19 2003 Florian La Roche -- changed %prefix -> %_prefix and disabled that part of the specfile, +- changed %%prefix -> %%_prefix and disabled that part of the specfile, seems to be unused * Wed Jun 04 2003 Elliot Lee @@ -195,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT - Upgrade to 2.0.8, fixes a security exploit and a bunch of other things, adds a console frontend -* Tue Feb 27 2001 Trond Eivind Glomsr�d +* Tue Feb 27 2001 Trond Eivind Glomsrød - langify - don't try to include two non-existing files in %%doc - move changelog to end of file