]> git.pld-linux.org Git - packages/fotoxx.git/blobdiff - fotoxx.spec
- updated to 9.7
[packages/fotoxx.git] / fotoxx.spec
index 79b3baf4e4902b66d946518030a6902b38880cdd..e07aeedf060d7580f334a790b84353facd6af2eb 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Image procesor
 Summary(pl.UTF-8):     Procesor grafiki
 Name:          fotoxx
-Version:       8.8
+Version:       9.7
 Release:       1
 License:       GPL v3
 Group:         Applications
 Source0:       http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: b669c0c945a2066a9ddd479df3f474c6
+# Source0-md5: 07d07a75e899065f5daa8aad082d4dec
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-desktop.patch
 URL:           http://kornelix.squarespace.com/fotoxx
 BuildRequires: FreeImage-devel
 BuildRequires: gtk+2-devel
@@ -43,6 +44,7 @@ Oprócz standardowej obróbki zdjęć, umożliwia min.:
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
@@ -56,6 +58,10 @@ Oprócz standardowej obróbki zdjęć, umożliwia min.:
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man1/
+cp desktop $RPM_BUILD_ROOT%{_desktopdir}/kornelix-%{name}.desktop
+cp doc/%{name}.man $RPM_BUILD_ROOT%{_mandir}/man1/fotoxx.1
+
 %{__make} install \
        PREFIX=%{_prefix} \
        DOCDIR=%{_docdir}/%{name}-%{version} \
@@ -68,15 +74,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/{CHANGES,README,TRANSLATIONS,userguide-en.html}
+%lang(es) %doc doc/userguide-es.html
 %lang(fr) %doc doc/userguide-fr.html
 %lang(gl) %doc doc/userguide-gl.html
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/icons
 %dir %{_datadir}/%{name}/locales
-%lang(cz) %{_datadir}/%{name}/locales/cz
 %lang(de) %{_datadir}/%{name}/locales/de
-%lang(el) %{_datadir}/%{name}/locales/el
 %lang(es) %{_datadir}/%{name}/locales/es
 %lang(fr) %{_datadir}/%{name}/locales/fr
 %lang(gl) %{_datadir}/%{name}/locales/gl
This page took 1.158856 seconds and 4 git commands to generate.