]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- 1.9
[packages/feh.git] / feh.spec
index 1ac454b30a718dae376ef9b8ff8ecb9663e86d6a..6d1201e88ed62f29c409753cef1ea5152c1e45d4 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -1,20 +1,20 @@
 Summary:       Fast image viewer/indexer/montager
+Summary(hu.UTF-8):     Gyors képnézegető/indexelő/montázsoló
 Summary(pl.UTF-8):     Szybki program do przeglądania/indeksowania/montowania obrazów
 Name:          feh
-Version:       1.3.4
-Release:       2
+Version:       1.9
+Release:       1
 License:       BSD
 Group:         X11/Applications/Graphics
-Source0:       http://www.linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 3d35ba3d2f0693b019800787f1103891
-URL:           http://www.linuxbrit.co.uk/feh/
+Source0:       https://derf.homelinux.org/~derf/projects/feh/%{name}-%{version}.tar.bz2
+# Source0-md5: 7769b2fbcb66117f159cce4c3f3dfd8b
+URL:           https://derf.homelinux.org/~derf/projects/feh/
 Source1:       %{name}-bash-completion
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: giblib-devel >= 1.2.4
 BuildRequires: imlib2-devel >= 1.0.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
+BuildRequires: xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXt-devel
 Provides:      WallpaperChanger
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,6 +28,14 @@ fast dynamic zooming, progressive loading, loading via HTTP (with
 reload support for watching webcams), recursive file opening
 (slideshow of a directory hierarchy), and mousewheel/keyboard control.
 
+%description -l hu.UTF-8
+feh egy gyors, könnyűsúlyú képnézegető, amely az imlib2-t használja.
+Parancssor-orientált és lehetséges több képet is nézni vetítés,
+bélyegkép böngészés vagy több ablakban. További lehetőségek (többek
+között): gyors dinamikus zoom, progresszív betöltés, HTTP protokoll
+(webcam), rekurzív fájl megnyitás (könyvtár-szerkezetben diavetítés)
+és egér-götgetés/billentyűzettel irányítás.
+
 %description -l pl.UTF-8
 feh jest szybką, lekką przeglądarką obrazów która wykorzystuje
 bibliotekę imlib2. Jest kierowana z linii poleceń i obsługuje wiele
@@ -55,21 +63,20 @@ bashowe dopełnianie linii poleceń programu feh.
 %setup -q
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-%configure
-%{__make}
+%{__make} \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       PREFIX=$RPM_BUILD_ROOT%{_prefix}
 
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.098836 seconds and 4 git commands to generate.