From: Jakub Bogusz Date: Sun, 31 Oct 2010 13:33:09 +0000 (+0000) Subject: - added info patch X-Git-Tag: auto/ti/enblend-enfuse-4_0-2~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=cd9b99d2817941d2ff895eb84e3e0e8c39cfcd57;p=packages%2Fenblend-enfuse.git - added info patch Changed files: enblend-enfuse-info.patch -> 1.1 enblend-enfuse.spec -> 1.16 --- diff --git a/enblend-enfuse-info.patch b/enblend-enfuse-info.patch new file mode 100644 index 0000000..eb10d7d --- /dev/null +++ b/enblend-enfuse-info.patch @@ -0,0 +1,30 @@ +--- enblend-enfuse-4.0-753b534c819d/doc/enblend.texi.orig 2009-12-21 08:22:30.000000000 +0100 ++++ enblend-enfuse-4.0-753b534c819d/doc/enblend.texi 2010-10-31 13:27:08.515099937 +0100 +@@ -28,10 +28,10 @@ + @c Categorization for the GNU Info System + @c + +-@dircategory Individual utilities ++@dircategory Graphics Utilities: + + @direntry +-* enblend: (enblend). Blend images using a multiresolution spline. ++* enblend: (enblend). Blend images using a multiresolution spline + @end direntry + + +--- enblend-enfuse-4.0-753b534c819d/doc/enfuse.texi.orig 2009-12-21 08:22:30.000000000 +0100 ++++ enblend-enfuse-4.0-753b534c819d/doc/enfuse.texi 2010-10-31 13:27:25.587104966 +0100 +@@ -28,10 +28,10 @@ + @c Categorization for the GNU Info System + @c + +-@dircategory Individual utilities ++@dircategory Graphics Utilities: + + @direntry +-* enfuse: (enfuse). Fuse images using a multiresolution spline. ++* enfuse: (enfuse). Fuse images using a multiresolution spline + @end direntry + + diff --git a/enblend-enfuse.spec b/enblend-enfuse.spec index afa70bd..ed66f32 100644 --- a/enblend-enfuse.spec +++ b/enblend-enfuse.spec @@ -6,9 +6,10 @@ Version: 4.0 Release: 1 License: GPL v2+ Group: Applications/Graphics -Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/enblend/%{name}-%{version}.tar.gz # Source0-md5: 2e7c950061e0085fd75d94576130250f Patch0: %{name}-libpng.patch +Patch1: %{name}-info.patch URL: http://enblend.sourceforge.net/ BuildRequires: OpenEXR-devel >= 1.0 BuildRequires: OpenGL-GLU-devel @@ -25,6 +26,7 @@ BuildRequires: libstdc++-devel >= 5:3.4 BuildRequires: libtiff-devel BuildRequires: libxmi-devel BuildRequires: pkgconfig +BuildRequires: texinfo BuildRequires: zlib-devel Provides: enblend = %{version} Obsoletes: enblend @@ -47,6 +49,7 @@ przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć %prep %setup -q -n %{name}-%{version}-753b534c819d %patch0 -p1 +%patch1 -p1 %build %{__aclocal} -I m4 @@ -65,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%postun -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README VIGRA_LICENSE @@ -72,3 +81,5 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/enfuse %{_mandir}/man1/enblend.1* %{_mandir}/man1/enfuse.1* +%{_infodir}/enblend.info* +%{_infodir}/enfuse.info*