X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffeh.git;a=blobdiff_plain;f=feh.spec;h=fee2f7d8390a891c1f3ccb40fc3dc9c45b08605e;hp=3d4f34bd347e5a83f5adeabca036630208cad9e1;hb=c16e7c80fb0d10647e5fabefd2a75537f6fe611e;hpb=290eb27c3c17b1b3a415c214b59adac6c9e3e546 diff --git a/feh.spec b/feh.spec index 3d4f34b..fee2f7d 100644 --- a/feh.spec +++ b/feh.spec @@ -1,22 +1,18 @@ 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 -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 @@ -42,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/*