auto-import changelog data from xsane-0.92-1.src.rpm
Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1 - 0.92. Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2 - removed rpath Wed Oct 08 2003 Tim Waugh <twaugh@redhat.com> - Avoid undefined behaviour in xsane-preview.c (bug #106314).
This commit is contained in:
parent
715830d249
commit
495b643825
@ -1 +1 @@
|
|||||||
xsane-0.91.tar.gz
|
xsane-0.92.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b212c9aeb0b6c4b0ada625d512337337 xsane-0.91.tar.gz
|
a5504d63cc5c9edb9ec484bd74581177 xsane-0.92.tar.gz
|
||||||
|
17
xsane.spec
17
xsane.spec
@ -1,9 +1,10 @@
|
|||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: An X Window System front-end for the SANE scanner interface.
|
Summary: An X Window System front-end for the SANE scanner interface.
|
||||||
Version: 0.91
|
Version: 0.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Patch0: xsane-0.90-htmlview.patch
|
Patch0: xsane-0.90-htmlview.patch
|
||||||
|
Patch1: xsane-0.91-badcode.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.xsane.org/
|
URL: http://www.xsane.org/
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -32,17 +33,18 @@ installed to use this package.
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .htmlview
|
%patch0 -p1 -b .htmlview
|
||||||
|
%patch1 -p1 -b .badcode
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
|
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
|
||||||
%configure --with-install-root=%{buildroot}
|
%configure --with-install-root=%{buildroot}
|
||||||
make
|
make LDFLAGS=
|
||||||
|
|
||||||
mv src/xsane src/xsane-gimp
|
mv src/xsane src/xsane-gimp
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
%configure --with-install-root=%{buildroot} --disable-gimp
|
%configure --with-install-root=%{buildroot} --disable-gimp
|
||||||
make
|
make LDFLAGS=
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -112,6 +114,15 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1
|
||||||
|
- 0.92.
|
||||||
|
|
||||||
|
* Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2
|
||||||
|
- removed rpath
|
||||||
|
|
||||||
|
* Wed Oct 8 2003 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Avoid undefined behaviour in xsane-preview.c (bug #106314).
|
||||||
|
|
||||||
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
|
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
|
||||||
- 0.91.
|
- 0.91.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user