]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- removed two lines with define
[packages/feh.git] / feh.spec
index 19cad183df4fcc36d42f228f76c561f9159d486c..fee2f7d8390a891c1f3ccb40fc3dc9c45b08605e 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -13,8 +13,6 @@ 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
@@ -41,15 +39,13 @@ oraz sterowanie z klawiatury/myszki (te
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c -f
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
 
-gzip -9nf AUTHORS TODO ChangeLog
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,7 +56,7 @@ 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.029601 seconds and 4 git commands to generate.