]> git.pld-linux.org Git - packages/feh.git/commitdiff
- "f" and some "g" letters of small fixes inpired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 18:26:38 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    feh.spec -> 1.20

feh.spec

index 8c66287f53531d70f2dd0bf5a3c1d5d2f2c4e64d..c6cf06c7dac6cfaa3dfdda81d8fb67d8fe768c34 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -8,13 +8,12 @@ Group:                X11/Applications/Graphics
 Source0:       http://www.linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
 # Source0-md5: 6d40889465181de51bb26fbbe57fbfac
 URL:           http://www.linuxbrit.co.uk/
 Source0:       http://www.linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
 # Source0-md5: 6d40889465181de51bb26fbbe57fbfac
 URL:           http://www.linuxbrit.co.uk/
-BuildRequires: imlib2-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: giblib-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: giblib-devel
+BuildRequires: imlib2-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 feh is a fast, lightweight image viewer which uses imlib2. It is
 commandline-driven and supports multiple images through slideshows,
 %description
 feh is a fast, lightweight image viewer which uses imlib2. It is
 commandline-driven and supports multiple images through slideshows,
@@ -44,13 +43,13 @@ rm -f missing
 %{__autoconf}
 %{__automake}
 %configure
 %{__autoconf}
 %{__automake}
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.02715 seconds and 4 git commands to generate.