]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- removed two lines with define
[packages/feh.git] / feh.spec
index 2f81ab64b7017c710678da361915d383f412ea98..fee2f7d8390a891c1f3ccb40fc3dc9c45b08605e 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -1,7 +1,7 @@
 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.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
@@ -10,10 +10,9 @@ 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 +38,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.056265 seconds and 4 git commands to generate.