]> git.pld-linux.org Git - packages/enblend-enfuse.git/commitdiff
- added info patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Oct 2010 13:33:09 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enblend-enfuse-info.patch -> 1.1
    enblend-enfuse.spec -> 1.16

enblend-enfuse-info.patch [new file with mode: 0644]
enblend-enfuse.spec

diff --git a/enblend-enfuse-info.patch b/enblend-enfuse-info.patch
new file mode 100644 (file)
index 0000000..eb10d7d
--- /dev/null
@@ -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
index afa70bd56689d31e24cb3c195a296f3d97d7bb96..ed66f32daddaff4249707c23340a0341433a632c 100644 (file)
@@ -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*
This page took 0.2065 seconds and 4 git commands to generate.