]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- updated to 1.2.6
[packages/feh.git] / feh.spec
index 2f81ab64b7017c710678da361915d383f412ea98..8c66287f53531d70f2dd0bf5a3c1d5d2f2c4e64d 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -1,19 +1,19 @@
 Summary:       Fast image viewer/indexer/montager
 Summary(pl):   Szybki program do przegl±dania/indeksowania/montowania obrazów
 Name:          feh
-Version:       1.1.1
+Version:       1.2.6
 Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
 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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 feh is a fast, lightweight image viewer which uses imlib2. It is
@@ -39,27 +39,25 @@ oraz sterowanie z klawiatury/myszki (te
 %setup -q
 
 %build
-aclocal
-autoconf
-automake -a -c
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-cp -f $RPM_BUILD_ROOT%{_prefix}/doc/%{name}/{AUTHORS,TODO,ChangeLog} .
-gzip -9nf AUTHORS TODO ChangeLog
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS TODO ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/feh
 %{_mandir}/man1/*
This page took 0.103125 seconds and 4 git commands to generate.