update rpath patch (no longer touch sane-config.in as that is replaced

anyway) fix pkgconfig patch, bzip2 it
This commit is contained in:
Nils Philippsen 2009-03-02 13:45:10 +00:00
parent cc05d32486
commit 844100100c
6 changed files with 18 additions and 18083 deletions

View File

@ -1 +1,2 @@
sane-backends-1.0.19.tar.gz
sane-backends-1.0.19-pkgconfig.patch.bz2

View File

@ -1,21 +0,0 @@
--- sane-backends-1.0.18/tools/sane-config.in.rpath 2004-07-09 16:39:05.000000000 +0200
+++ sane-backends-1.0.18/tools/sane-config.in 2006-07-24 16:47:58.000000000 +0200
@@ -7,7 +7,7 @@
PACKAGE="@PACKAGE@"
scriptname="sane-config"
-LINKER_RPATH="@LINKER_RPATH@"
+LINKER_RPATH=""
prefix="@prefix@"
exec_prefix="@exec_prefix@"
--- sane-backends-1.0.18/configure.rpath 2006-07-03 00:22:09.000000000 +0200
+++ sane-backends-1.0.18/configure 2006-07-24 16:50:13.000000000 +0200
@@ -4159,6 +4159,7 @@
esac
fi
+LINKER_RPATH=
{ echo "$as_me:$LINENO: result: $LINKER_RPATH" >&5
echo "${ECHO_T}$LINKER_RPATH" >&6; }

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
diff -up sane-backends-1.0.19/configure.rpath sane-backends-1.0.19/configure
--- sane-backends-1.0.19/configure.rpath 2008-02-11 00:02:31.000000000 +0100
+++ sane-backends-1.0.19/configure 2009-03-02 14:14:04.967158365 +0100
@@ -4077,6 +4077,7 @@ else
esac
fi
+LINKER_RPATH=
{ echo "$as_me:$LINENO: result: $LINKER_RPATH" >&5
echo "${ECHO_T}$LINKER_RPATH" >&6; }

View File

@ -10,8 +10,8 @@ Group: System Environment/Libraries
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: sane.png
Source2: hal-usb-scanner-add
Patch0: sane-backends-1.0.18-rpath.patch
Patch1: sane-backends-1.0.19-pkgconfig.patch
Patch0: sane-backends-1.0.19-rpath.patch
Patch1: sane-backends-1.0.19-pkgconfig.patch.bz2
Patch2: sane-backends-1.0.19-glibc-2.7.patch
Patch3: sane-backends-1.0.19-policykit.patch
Patch4: sane-backends-1.0.19-uninitialized.patch
@ -159,6 +159,9 @@ rm -rf %{buildroot}
%changelog
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-15
- let sane-backends-devel require libjpeg-devel, libtiff-devel
- update rpath patch (no longer touch sane-config.in as that is replaced
anyway)
- fix pkgconfig patch, bzip2 it
* Fri Feb 27 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-14
- fix pkgconfig files

View File

@ -1 +1,2 @@
8c0936272dcfd4e98c51512699f1c06f sane-backends-1.0.19.tar.gz
b188dafd7729e2a6a012000c1c056353 sane-backends-1.0.19-pkgconfig.patch.bz2