add files missing from CVS to make autoconf work

This commit is contained in:
Nils Philippsen 2008-02-12 13:26:08 +00:00
parent a1f658ffc1
commit b2e15e2c65
2 changed files with 13 additions and 10 deletions

Binary file not shown.

View File

@ -28,10 +28,11 @@ Group: System Environment/Libraries
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: sane.png Source1: sane.png
Source2: hal-usb-scanner-add Source2: hal-usb-scanner-add
Patch0: sane-backends-1.0.18-rpath.patch Patch0: sane-backends-1.0.19-acinclude.patch.bz2
Patch1: sane-backends-1.0.19-pkgconfig.patch Patch1: sane-backends-1.0.18-rpath.patch
Patch2: sane-backends-1.0.18-glibc-2.7.patch Patch2: sane-backends-1.0.19-pkgconfig.patch
Patch3: sane-backends-1.0.19-policykit.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 URL: http://www.sane-project.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n) BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
BuildRequires: tetex-latex BuildRequires: tetex-latex
@ -111,10 +112,11 @@ want to access digital cameras.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .rpath %patch0 -p1 -b .acinclude
%patch1 -p1 -b .pkgconfig %patch1 -p1 -b .rpath
%patch2 -p1 -b .glibc-2.7 %patch2 -p1 -b .pkgconfig
%patch3 -p1 -b .policykit %patch3 -p1 -b .glibc-2.7
%patch4 -p1 -b .policykit
for i in agfafocus avision coolscan2 umax_pp; do 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_" 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 done
# We patched configure.in, so regenerate configure. # We patched configure.in, so regenerate configure.
sed '/^# libtool\.m4/,$d' < acinclude.m4 > acinclude.m4.new
mv -f acinclude.m4{.new,}
autoreconf --install --force autoreconf --install --force
%build %build
@ -235,6 +235,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/sane-backends.pc %{_libdir}/pkgconfig/sane-backends.pc
%changelog %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 * Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-1
- version 1.0.19 final - version 1.0.19 final