]> git.pld-linux.org Git - packages/pfstools.git/commitdiff
- rel 2; fix pc file auto/th/pfstools-1.9.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Nov 2014 10:11:12 +0000 (11:11 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Nov 2014 10:11:12 +0000 (11:11 +0100)
pfstools-pc.patch [new file with mode: 0644]
pfstools.spec

diff --git a/pfstools-pc.patch b/pfstools-pc.patch
new file mode 100644 (file)
index 0000000..d4751b9
--- /dev/null
@@ -0,0 +1,10 @@
+--- pfstools-1.9.1/src/pfs/pfs.pc.in~  2014-06-27 12:02:38.000000000 +0200
++++ pfstools-1.9.1/src/pfs/pfs.pc.in   2014-11-11 11:08:37.771834233 +0100
+@@ -7,5 +7,5 @@
+ Description: Library for manipulating pfs image format
+ Requires:
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lpfs
+-Cflags: -I${includedir}/pfs
++Libs: -L${libdir} -lpfs-1.2
++Cflags: -I${includedir}/pfs-1.2
index 995406c9e3f389ce4b7b953f28cceb23bf0a7a61..bea86f402ec0ace15b7410155ed476faae083714 100644 (file)
@@ -7,13 +7,14 @@ Summary:      pfstools for High Dynamic Range Images and Video
 Summary(pl.UTF-8):     Narzędzia do obrazów i wideo o dużym zakresie luminancji
 Name:          pfstools
 Version:       1.9.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/pfstools/%{name}-%{version}.tar.gz
 # Source0-md5: f6f5966e248fd6979e6339725ea19c99
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-gdal.patch
+Patch2:                %{name}-pc.patch
 URL:           http://pfstools.sourceforge.net/
 BuildRequires: ImageMagick-c++-devel >= 6.0
 BuildRequires: OpenEXR-devel >= 1.0
@@ -103,6 +104,7 @@ Wiązania języka Octave do pfstools.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.105737 seconds and 4 git commands to generate.