From 04b2f12a71ad00c3e625e6bae95c50d9eaa62690 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:02:26 +0000 Subject: [PATCH] auto-import changelog data from xsane-0.61-3.src.rpm Wed Aug 23 2000 Matt Wilson - rebuilt against gimp-1.1.25 Mon Aug 07 2000 Than Ngo - added swedish translation (Bug #15316) Fri Aug 04 2000 Than Ngo - fix, shows error dialogbox if no scanner exists (Bug #15445) - update to 0.61 Wed Aug 02 2000 Matt Wilson - rebuilt against new libpng Thu Jul 13 2000 Prospector - automatic rebuild Mon Jul 03 2000 Matt Wilson - rebuilt against gimp 1.1.24 - make clean before building non gimp version Fri Jun 30 2000 Preston Brown - made gimp subpkg Wed Jun 14 2000 Preston Brown - desktop entry added Tue Jun 13 2000 Preston Brown - fixed gimp link - FHS paths Tue May 30 2000 Karsten Hopp - update to 0.59 Sat Jan 29 2000 TIm Powers - fixed bug 8948 Thu Dec 02 1999 Tim Powers - updated to 0.47 - gzip man pages Mon Aug 30 1999 Tim Powers - changed group Mon Jul 26 1999 Tim Powers - update to 0.30 - added %defattr - built for 6.1 Thu Apr 22 1999 Preston Brown - initial RPM for PowerTools 6.0 --- .cvsignore | 1 + sources | 1 + xsane.spec | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+) create mode 100644 xsane.spec diff --git a/.cvsignore b/.cvsignore index e69de29..4db4004 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xsane-0.61.tar.gz diff --git a/sources b/sources index e69de29..e207431 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1464d82315c15deb5f4f3d9d392d6285 xsane-0.61.tar.gz diff --git a/xsane.spec b/xsane.spec new file mode 100644 index 0000000..83192e9 --- /dev/null +++ b/xsane.spec @@ -0,0 +1,151 @@ +Name: xsane +Summary: An X Window System front-end for the SANE scanner interface. +Version: 0.61 +Release: 3 +Source: %{name}-%{version}.tar.gz +License: GPL +URL: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html +Group: Applications/Multimedia +Buildroot: %{_tmppath}/%{name}-buildroot +Requires: sane >= 1.0 +BuildPrereq: sane-devel gimp-devel + +%description +XSane is an X based interface for the SANE (Scanner Access Now Easy) +library, which provides access to scanners, digital cameras, and other +capture devices. XSane is written in GTK+ and provides control for +performing the scan and then manipulating the captured image. + +%package gimp +Summary: A GIMP plugin which provides a scanner interface. +Group: Applications/Multimedia +Requires: sane >= 1.0 + +%description gimp +This package is the same as the regular XSane program, but it works as +a GIMP plugin. You must have GIMP installed to use this package. + +%prep +rm -rf $RPM_BUILD_ROOT + +%setup -q + +%build +%configure --with-install-root=%{buildroot} +make CXXFLAGS="$RPM_OPT_FLAGS" + +mv src/xsane src/xsane-gimp + +make clean +%configure --with-install-root=%{buildroot} --disable-gimp +make CXXFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +install src/xsane-gimp %{buildroot}%{_bindir} + +mkdir -p %{buildroot}/etc/X11/applnk/Graphics + +cat > %{buildroot}/etc/X11/applnk/Graphics/xsane.desktop < +- rebuilt against gimp-1.1.25 + +* Mon Aug 07 2000 Than Ngo +- added swedish translation (Bug #15316) + +* Fri Aug 4 2000 Than Ngo +- fix, shows error dialogbox if no scanner exists (Bug #15445) +- update to 0.61 + +* Wed Aug 2 2000 Matt Wilson +- rebuilt against new libpng + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jul 3 2000 Matt Wilson +- rebuilt against gimp 1.1.24 +- make clean before building non gimp version + +* Fri Jun 30 2000 Preston Brown +- made gimp subpkg + +* Wed Jun 14 2000 Preston Brown +- desktop entry added + +* Tue Jun 13 2000 Preston Brown +- fixed gimp link +- FHS paths + +* Tue May 30 2000 Karsten Hopp +- update to 0.59 + +* Sat Jan 29 2000 TIm Powers +- fixed bug 8948 + +* Thu Dec 2 1999 Tim Powers +- updated to 0.47 +- gzip man pages + +* Mon Aug 30 1999 Tim Powers +- changed group + +* Mon Jul 26 1999 Tim Powers +- update to 0.30 +- added %defattr +- built for 6.1 + +* Thu Apr 22 1999 Preston Brown +- initial RPM for PowerTools 6.0 + + + + + +