packages: szip/szip.spec, szip/szip-linking.patch (NEW) - added linking pat...

tommat tommat at pld-linux.org
Thu Sep 10 10:35:01 CEST 2009


Author: tommat                       Date: Thu Sep 10 08:35:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added linking patch, builds now
- ghost soname symlink

---- Files affected:
packages/szip:
   szip.spec (1.7 -> 1.8) , szip-linking.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/szip/szip.spec
diff -u packages/szip/szip.spec:1.7 packages/szip/szip.spec:1.8
--- packages/szip/szip.spec:1.7	Mon Aug 11 08:19:08 2008
+++ packages/szip/szip.spec	Thu Sep 10 10:34:56 2009
@@ -17,6 +17,7 @@
 Source0:	ftp://ftp.hdfgroup.org/lib-external/szip/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	9cc9125a58b905a4148e4e2fda3fabc6
 Patch0:		%{name}-opt.patch
+Patch1:		%{name}-linking.patch
 URL:		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake >= 1:1.7
@@ -70,6 +71,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -96,7 +98,8 @@
 %files
 %defattr(644,root,root,755)
 %doc COPYING RELEASE.txt
-%attr(755,root,root) %{_libdir}/libsz.so.*.*.*
+%attr(755,root,root) %{_libdir}/libsz.so.2.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsz.so.2
 
 %files devel
 %defattr(644,root,root,755)
@@ -114,6 +117,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/09/10 08:34:56  tommat
+- added linking patch, builds now
+- ghost soname symlink
+
 Revision 1.7  2008/08/11 06:19:08  draenog
 - new URL
 

================================================================
Index: packages/szip/szip-linking.patch
diff -u /dev/null packages/szip/szip-linking.patch:1.1
--- /dev/null	Thu Sep 10 10:35:01 2009
+++ packages/szip/szip-linking.patch	Thu Sep 10 10:34:56 2009
@@ -0,0 +1,12 @@
+diff -Nur szip-2.1-orig/examples/Makefile.am szip-2.1/examples/Makefile.am
+--- szip-2.1-orig/examples/Makefile.am	2004-11-17 21:54:43.000000000 +0100
++++ szip-2.1/examples/Makefile.am	2009-09-10 10:29:32.000000000 +0200
+@@ -11,7 +11,7 @@
+ noinst_PROGRAMS = burst_szip example
+ 
+ burst_szip_SOURCES = burst_szip.c
+-burst_szip_LDADD =  ../test/libmcgill.la ../src/libsz.la
++burst_szip_LDADD =  ../test/libmcgill.la ../src/libsz.la -lm
+ burst_szip_DEPENDENCIES = ../test/libmcgill.la ../src/libsz.la
+ 
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/szip/szip.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list