]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- updated 1.2.5
[packages/feh.git] / feh.spec
index 494cb85091a850e44dffa5d85bfa6f31e03a7c24..61ddca3bef78dda0935a3470244bf3d5e34a186b 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -1,20 +1,18 @@
 Summary:       Fast image viewer/indexer/montager
 Summary(pl):   Szybki program do przegl±dania/indeksowania/montowania obrazów
 Name:          feh
-Version:       1.1.0
+Version:       1.2.5
 Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
-Group(de):     X11/Applikationen/Grafik
-Group(pl):     X11/Aplikacje/Grafika
-Group(pt):     X11/Aplicações/Gráficos
 Source0:       http://www.linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
 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
@@ -36,32 +34,29 @@ Zaawansowane opcje zawieraj
 rekursywne otwieranie plików (pokaz slajdów z hierarchii katalogów),
 oraz sterowanie z klawiatury/myszki (te¿ z kó³kiem).
 
-
 %prep
 %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.073129 seconds and 4 git commands to generate.