add files missing from CVS to make autoconf work
This commit is contained in:
parent
a1f658ffc1
commit
b2e15e2c65
BIN
sane-backends-1.0.19-acinclude.patch.bz2
Normal file
BIN
sane-backends-1.0.19-acinclude.patch.bz2
Normal file
Binary file not shown.
@ -28,10 +28,11 @@ 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
|
||||
Patch2: sane-backends-1.0.18-glibc-2.7.patch
|
||||
Patch3: sane-backends-1.0.19-policykit.patch
|
||||
Patch0: sane-backends-1.0.19-acinclude.patch.bz2
|
||||
Patch1: sane-backends-1.0.18-rpath.patch
|
||||
Patch2: sane-backends-1.0.19-pkgconfig.patch
|
||||
Patch3: sane-backends-1.0.18-glibc-2.7.patch
|
||||
Patch4: sane-backends-1.0.19-policykit.patch
|
||||
URL: http://www.sane-project.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
||||
BuildRequires: tetex-latex
|
||||
@ -111,10 +112,11 @@ want to access digital cameras.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .rpath
|
||||
%patch1 -p1 -b .pkgconfig
|
||||
%patch2 -p1 -b .glibc-2.7
|
||||
%patch3 -p1 -b .policykit
|
||||
%patch0 -p1 -b .acinclude
|
||||
%patch1 -p1 -b .rpath
|
||||
%patch2 -p1 -b .pkgconfig
|
||||
%patch3 -p1 -b .glibc-2.7
|
||||
%patch4 -p1 -b .policykit
|
||||
|
||||
for i in agfafocus avision coolscan2 umax_pp; do
|
||||
iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_"
|
||||
@ -122,8 +124,6 @@ for i in agfafocus avision coolscan2 umax_pp; do
|
||||
done
|
||||
|
||||
# We patched configure.in, so regenerate configure.
|
||||
sed '/^# libtool\.m4/,$d' < acinclude.m4 > acinclude.m4.new
|
||||
mv -f acinclude.m4{.new,}
|
||||
autoreconf --install --force
|
||||
|
||||
%build
|
||||
@ -235,6 +235,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/sane-backends.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com>
|
||||
- add files missing from CVS to make autoconf work
|
||||
|
||||
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-1
|
||||
- version 1.0.19 final
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user