6d3471
# if you rebuild, please change bugtracker_url accordingly:
6d3471
%global bugtracker_url http://bugzilla.redhat.com
6d3471
6d3471
# Drop the vendor tag from Fedora 19 on
6d3471
%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
6d3471
%global with_desktop_vendor_tag 1
6d3471
%endif
6d3471
6d3471
%global gimpplugindir %(gimptool --gimpplugindir 2>/dev/null || echo INVALID)/plug-ins
6d3471
%global iconrootdir %{_datadir}/icons/hicolor
6d3471
6d3471
# needed for off-root building
6d3471
%global _configure ../configure
6d3471
6d3471
Name: xsane
6d3471
Summary: X Window System front-end for the SANE scanner interface
6d3471
Version: 0.999
baf72d
Release: 9%{?dist}
6d3471
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
6d3471
Source1: xsane-256x256.png
6d3471
# use "xdg-open" instead of "netscape" to launch help browser
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
6d3471
Patch0: xsane-0.995-xdg-open.patch
6d3471
# submitted to upstream (Oliver Rauch) via email, 2009-08-18
6d3471
Patch1: xsane-0.995-close-fds.patch
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=504344
6d3471
# distro-specific(?), upstream won't accept it: "don't show license dialog"
6d3471
# submitted to upstream (Oliver Rauch) anyway via email, 2013-06-04
6d3471
Patch2: xsane-0.996-no-eula.patch
6d3471
# enable off-root building
6d3471
# submitted to upstream (Oliver Rauch) via email, 2010-06-23
6d3471
Patch3: xsane-0.997-off-root-build.patch
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=608047
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=621778
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-07-05
6d3471
Patch4: xsane-0.999-no-file-selected.patch
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=198422
6d3471
# submitted to upstream (Oliver Rauch) via email, 2010-06-29
6d3471
Patch5: xsane-0.997-ipv6.patch
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=624190
6d3471
# fix from: https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/370818
6d3471
# submitted to upstream (Oliver Rauch) via email, 2011-06-01
6d3471
Patch6: xsane-0.998-preview-selection.patch
6d3471
# fix building with libpng >= 1.5
6d3471
# submitted to upstream (Oliver Rauch) via email, 2011-11-21
6d3471
Patch7: xsane-0.998-libpng.patch
6d3471
# https://bugzilla.redhat.com/show_bug.cgi?id=795085
6d3471
# set program name/wmclass so GNOME shell picks appropriate high resolution
6d3471
# icon file
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
6d3471
Patch8: xsane-0.998-wmclass.patch
6d3471
# partly distro-specific: customize desktop file
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-06-04
6d3471
Patch9: xsane-0.998-desktop-file.patch
6d3471
# man page: update command line options
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-07-08
6d3471
Patch10: xsane-0.999-man-page.patch
6d3471
# avoid producing PDFs with bpp > 8
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-09-09
6d3471
Patch11: xsane-0.999-pdf-no-high-bpp.patch
6d3471
# build against lcms 2.x
6d3471
# submitted to upstream (Oliver Rauch) via email, 2013-09-23
6d3471
Patch12: xsane-0.999-lcms2.patch
6d3471
# autoconf-generated files
6d3471
Patch100: xsane-0.999-7-autoconf.patch.bz2
6d3471
License: GPLv2+
6d3471
URL: http://www.xsane.org/
6d3471
Group: Applications/Multimedia
6d3471
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
6d3471
BuildRequires: gimp-devel
6d3471
BuildRequires: lcms2-devel
6d3471
BuildRequires: libjpeg-devel
6d3471
BuildRequires: libpng-devel
6d3471
BuildRequires: sane-backends-devel >= 1.0.19-15
6d3471
BuildRequires: desktop-file-utils >= 0.2.92
6d3471
BuildRequires: libtiff-devel
6d3471
BuildRequires: gettext-devel
6d3471
BuildRequires: netpbm-progs
6d3471
BuildRequires: ImageMagick
6d3471
Requires: xsane-common
6d3471
6d3471
%description
6d3471
XSane is an X based interface for the SANE (Scanner Access Now Easy)
6d3471
library, which provides access to scanners, digital cameras, and other
6d3471
capture devices. XSane is written in GTK+ and provides control for
6d3471
performing the scan and then manipulating the captured image.
6d3471
6d3471
%package gimp
6d3471
Summary: GIMP plug-in providing the SANE scanner interface
6d3471
Group: Applications/Multimedia
6d3471
Requires: gimp >= 2:2.2.12-4
6d3471
Requires: xsane-common
6d3471
6d3471
%description gimp
6d3471
This package provides the regular XSane frontend for the SANE scanner
6d3471
interface, but it works as a GIMP plug-in. You must have GIMP
6d3471
installed to use this package.
6d3471
6d3471
%package common
6d3471
Summary: Common files for xsane packages
6d3471
Group: Applications/Multimedia
6d3471
6d3471
%description common
6d3471
This package contains common files needed by other xsane packages.
6d3471
6d3471
%prep
6d3471
%setup -q
6d3471
6d3471
# convert some files to UTF-8
6d3471
for doc in xsane.{CHANGES,PROBLEMS,INSTALL}; do
6d3471
    iconv -f ISO-8859-1 -t utf8 "$doc" -o "$doc.new" && \
6d3471
    touch -r "$doc" "$doc.new" && \
6d3471
    mv "$doc.new" "$doc"
6d3471
done
6d3471
6d3471
%patch0 -p1 -b .xdg-open
6d3471
%patch1 -p1 -b .close-fds
6d3471
%patch2 -p1 -b .no-eula
6d3471
%patch3 -p1 -b .off-root-build
6d3471
%patch4 -p1 -b .no-file-selected
6d3471
%patch5 -p1 -b .ipv6
6d3471
%patch6 -p1 -b .preview-selection.patch
6d3471
%patch7 -p1 -b .libpng
6d3471
%patch8 -p1 -b .wmclass
6d3471
%patch9 -p1 -b .desktop-file
6d3471
%patch10 -p1 -b .man-page
6d3471
%patch11 -p1 -b .pdf-no-high-bpp
6d3471
%patch12 -p1 -b .lcms2
6d3471
6d3471
%patch100 -p1 -b .autoconf
6d3471
6d3471
# in-root config.h breaks off-root building
6d3471
rm include/config.h
6d3471
6d3471
mkdir build-with-gimp
6d3471
mkdir build-without-gimp
6d3471
6d3471
%build
6d3471
CFLAGS='%optflags -fno-strict-aliasing -DXSANE_BUGTRACKER_URL=\"%{bugtracker_url}\"'
6d3471
export CFLAGS
6d3471
6d3471
pushd build-with-gimp
6d3471
%configure --enable-gimp
6d3471
make %{?_smp_mflags}
6d3471
popd
6d3471
6d3471
pushd build-without-gimp
6d3471
%configure --disable-gimp
6d3471
make
6d3471
popd
6d3471
6d3471
# Ensure that src/xsane.xpm is 32px high/wide
6d3471
test "$(identify -format "%wx%h" src/xsane.xpm)" = "32x32"
6d3471
6d3471
xpmtoppm src/xsane.xpm | pnmtopng > src/xsane-32x32.png
6d3471
6d3471
cp %{SOURCE1} src/
6d3471
6d3471
%install
6d3471
rm -rf %{buildroot}
6d3471
6d3471
pushd build-without-gimp
6d3471
make DESTDIR=%{buildroot} install
6d3471
popd
6d3471
6d3471
# install GIMP plugin
6d3471
install -m 0755 -d %{buildroot}%{gimpplugindir}
6d3471
install -m 0755 build-with-gimp/src/xsane %{buildroot}%{gimpplugindir}
6d3471
6d3471
# install customized desktop file
6d3471
rm %{buildroot}%{_datadir}/applications/xsane.desktop
6d3471
desktop-file-install \
6d3471
%if %{with desktop_vendor_tag}
6d3471
    --vendor fedora \
6d3471
%endif
6d3471
    --dir %{buildroot}%{_datadir}/applications \
6d3471
    src/xsane.desktop
6d3471
6d3471
# icon files in multiple resolutions
6d3471
for res in 32 48 256; do
6d3471
    tdir="%{buildroot}%{iconrootdir}/${res}x${res}/apps"
6d3471
    install -m 0755 -d "$tdir"
6d3471
    install -m 0644 src/xsane-${res}x${res}.png "${tdir}/xsane.png"
6d3471
done
6d3471
6d3471
%find_lang %{name} XSANE.lang
6d3471
6d3471
%clean
6d3471
rm -rf %{buildroot}
6d3471
6d3471
%pre gimp
6d3471
# remove obsolete gimp-plugin-mgr managed symlink
6d3471
if [ -L "%{gimpplugindir}/xsane" ]; then
6d3471
    rm -f "%{gimpplugindir}/xsane"
6d3471
fi
6d3471
6d3471
%post
6d3471
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
6d3471
6d3471
%postun
6d3471
if [ $1 -eq 0 ] ; then
6d3471
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
6d3471
    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
6d3471
fi
6d3471
6d3471
%posttrans
6d3471
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
6d3471
6d3471
%files -f XSANE.lang
6d3471
%defattr(-,root,root)
6d3471
%doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
6d3471
%{_bindir}/xsane
6d3471
%{_mandir}/man1/*
6d3471
%if %{with desktop_vendor_tag}
6d3471
%{_datadir}/applications/fedora-xsane.desktop
6d3471
%else
6d3471
%{_datadir}/applications/xsane.desktop
6d3471
%endif
6d3471
%{_datadir}/pixmaps/xsane.xpm
6d3471
%{iconrootdir}
6d3471
6d3471
%files gimp
6d3471
%defattr(-,root,root)
6d3471
%{gimpplugindir}/xsane
6d3471
6d3471
%files common
6d3471
%defattr(-,root,root)
6d3471
%doc xsane.AUTHOR xsane.COPYING
6d3471
%dir %{_datadir}/sane
6d3471
%{_datadir}/sane/xsane
6d3471
6d3471
%changelog
baf72d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.999-9
baf72d
- Mass rebuild 2014-01-24
baf72d
baf72d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.999-8
baf72d
- Mass rebuild 2013-12-27
baf72d
6d3471
* Mon Sep 23 2013 Nils Philippsen <nils@redhat.com> - 0.999-7
6d3471
- get rid of ancient compat cruft
6d3471
- build against lcms2
6d3471
6d3471
* Mon Sep 09 2013 Nils Philippsen <nils@redhat.com> - 0.999-6
6d3471
- avoid producing PDFs with bpp > 8
6d3471
6d3471
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.999-5
6d3471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6d3471
6d3471
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 0.999-4
6d3471
- man page: update command line options
6d3471
6d3471
* Fri Jul 05 2013 Nils Philippsen <nils@redhat.com> - 0.999-3
6d3471
- fix no-file-selected patch: change working directories (#621778, fix by Pavel
6d3471
  Polischouk)
6d3471
6d3471
* Thu Jun 27 2013 Nils Philippsen <nils@redhat.com> - 0.999-2
6d3471
- ensure correct autoconf patch is used
6d3471
6d3471
* Tue Jun 04 2013 Nils Philippsen <nils@redhat.com> - 0.999-1
6d3471
- version 0.999
6d3471
- remove obsolete patches
6d3471
- update/fix patch comments
6d3471
- fix changelog dates
6d3471
6d3471
* Fri May 17 2013 Nils Philippsen <nils@redhat.com> - 0.998-21
6d3471
- don't dereference NULL preview objects when quitting (#963696)
6d3471
- fix vendor tag logic in a prettier way
6d3471
6d3471
* Tue May 14 2013 Jon Ciesla <limburgher@gmail.com> - 0.998-20
6d3471
- Re-fix vendor tag logic.
6d3471
6d3471
* Fri Mar 08 2013 Nils Philippsen <nils@redhat.com> - 0.998-19
6d3471
- fix vendor tag retaining logic (thanks to Toshio Kuratomi)
6d3471
6d3471
* Thu Mar 07 2013 Nils Philippsen <nils@redhat.com> - 0.998-18
6d3471
- retain vendor tag up to Fedora 18
6d3471
6d3471
* Mon Feb 11 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-17
6d3471
- Add BR: ImageMagick for identify
6d3471
6d3471
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-16
6d3471
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
6d3471
6d3471
* Wed Jan 30 2013 Nils Philippsen <nils@redhat.com> - 0.998-15
6d3471
- build with -fno-strict-aliasing
6d3471
- tidy up desktop file
6d3471
- catch errors when determining the %%gimpplugindir macro
6d3471
- use netpbm pipeline to create 32px PNG icon instead of convert (which embeds
6d3471
  timestamps in the resulting file)
6d3471
6d3471
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.998-14
6d3471
- rebuild due to "jpeg8-ABI" feature drop
6d3471
6d3471
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.998-13
6d3471
- rebuild against new libjpeg
6d3471
6d3471
* Mon Sep 03 2012 Nils Philippsen <nils@redhat.com> - 0.998-12
6d3471
- calculate minimum window size better for multi-head setups
6d3471
- correct man page (#675437)
6d3471
6d3471
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.998-11
6d3471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6d3471
6d3471
* Sat May 26 2012 Nils Philippsen <nils@redhat.com> - 0.998-10
6d3471
- add icon cache update scriptlets
6d3471
6d3471
* Fri May 25 2012 Nils Philippsen <nils@redhat.com> - 0.998-9
6d3471
- install and use higher resolution icons (#795085)
6d3471
6d3471
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.998-8
6d3471
- rebuild against gimp 2.8.0 release candidate
6d3471
6d3471
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.998-7
6d3471
- rebuild for gcc 4.7
6d3471
6d3471
* Fri Dec 16 2011 Nils Philippsen <nils@redhat.com> - 0.998-6
6d3471
- rebuild for GIMP 2.7
6d3471
6d3471
* Mon Nov 21 2011 Nils Philippsen <nils@redhat.com> - 0.998-5
6d3471
- patch and rebuild for libpng-1.5
6d3471
6d3471
* Wed Jun 01 2011 Nils Philippsen <nils@redhat.com> - 0.998-4
6d3471
- fix a problem in mouse event processing that interferes with selecting the
6d3471
  scan rectangle in the preview window (#624190, patch by Reinhard Fössmeier)
6d3471
6d3471
* Mon Apr 04 2011 Nils Philippsen <nils@redhat.com> - 0.998-3
6d3471
- don't dereference unset xsane.preview (#693224)
6d3471
6d3471
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.998-2
6d3471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6d3471
6d3471
* Fri Nov 19 2010 Nils Philippsen <nils@redhat.com> - 0.998-1
6d3471
- version 0.998
6d3471
- patch desktop file instead of copying it over
6d3471
6d3471
* Tue Jul 13 2010 Nils Philippsen <nils@redhat.com> - 0.997-10
6d3471
- don't crash if no files are selected, take two
6d3471
6d3471
* Mon Jul 12 2010 Nils Philippsen <nils@redhat.com> - 0.997-9
6d3471
- distribute license and other documentation with xsane-common
6d3471
6d3471
* Tue Jun 29 2010 Nils Philippsen <nils@redhat.com> 0.997-8
6d3471
- support IPv6 (#198422)
6d3471
6d3471
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> 0.997-7
6d3471
- work around old %%configure macro
6d3471
6d3471
* Mon Jun 28 2010 Nils Philippsen <nils@redhat.com> 0.997-6
6d3471
- don't crash if no files are selected (#608047)
6d3471
6d3471
* Wed Jun 23 2010 Nils Philippsen <nils@redhat.com> 0.997-5
6d3471
- don't use gimp-plugin-mgr anymore
6d3471
- use off-root builds
6d3471
6d3471
* Thu Feb 25 2010 Nils Philippsen <nils@redhat.com> 0.997-4
6d3471
- quote RPM macros in changelog
6d3471
6d3471
* Tue Aug 18 2009 Nils Philippsen <nils@redhat.com>
6d3471
- explain patches
6d3471
6d3471
* Wed Aug 05 2009 Nils Philippsen <nils@redhat.com> 0.997-3
6d3471
- Merge Review (#226658):
6d3471
  - replace %%desktop_vendor macro with "fedora"
6d3471
  - fix xsane-gimp requirements
6d3471
  - move EULA and documentation into -common subpackage
6d3471
6d3471
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> 0.997-2
6d3471
- remove ExcludeArch: s390 s390x
6d3471
6d3471
* Fri Jul 31 2009 Nils Philippsen <nils@redhat.com> 0.997-1
6d3471
- version 0.997
6d3471
- drop obsolete sane-backends-1.0.20 patch
6d3471
6d3471
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-10
6d3471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6d3471
6d3471
* Tue Jul 21 2009 Nils Philippsen <nils@redhat.com> 0.996-9
6d3471
- don't show EULA, mention bugzilla in about dialog (#504344)
6d3471
6d3471
* Mon Jul 20 2009 Nils Philippsen <nils@redhat.com> 0.996-8
6d3471
- don't use obsolete SANE_CAP_ALWAYS_SETTABLE macro (#507823)
6d3471
6d3471
* Tue Jul  7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.996-7
6d3471
- don't own %%{_datadir}/applications/ (filesystem package owns it)
6d3471
6d3471
* Fri May 29 2009 Nils Philippsen <nils@redhat.com>
6d3471
- Merge review (#226658):
6d3471
  - convert documentation files to UTF-8
6d3471
  - don't BR: sed
6d3471
  - don't own %%{_datadir}/applications, %%{_sysconfdir}/gimp,
6d3471
    %%{_sysconfdir}/gimp/plugins.d
6d3471
  - don't package unnecessary documentation
6d3471
6d3471
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 0.996-6
6d3471
- rebuild against new sane-backends (just in case)
6d3471
6d3471
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.996-4
6d3471
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6d3471
6d3471
* Tue Jan 20 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-3
6d3471
- pickup changed desktop file, close-fds patch in F9, F10
6d3471
6d3471
* Tue Jan 20 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-2
6d3471
- BR: lcms-devel
6d3471
6d3471
* Sun Jan 18 2009 Nils Philippsen <nphilipp@redhat.com> - 0.996-1
6d3471
- version 0.996
6d3471
- don't use %%makeinstall
6d3471
- use shipped xsane.xpm as application icon
6d3471
6d3471
* Fri Jul 18 2008 Nils Philippsen <nphilipp@redhat.com> - 0.995-5
6d3471
- fix fd leak prevention (#455450)
6d3471
6d3471
* Tue Jul 15 2008 Nils Philippsen <nphilipp@redhat.com> - 0.995-4
6d3471
- don't leak file descriptors to help browser process (#455450)
6d3471
6d3471
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.995-3
6d3471
- Autorebuild for GCC 4.3
6d3471
6d3471
* Thu Nov 29 2007 Nils Philippsen <nphilipp@redhat.com> - 0.995-2
6d3471
- make EULA, license dialogs be viewable on 800x600 displays
6d3471
6d3471
* Fri Nov 23 2007 Nils Philippsen <nphilipp@redhat.com> - 0.995-1
6d3471
- version 0.995
6d3471
- remove obsolete gimp2.0, medium-definitions, showeulaonce patches
6d3471
6d3471
* Thu Nov 15 2007 Nils Philippsen <nphilipp@redhat.com>
6d3471
- explicitely enable building the gimp plugin in configure call
6d3471
- reorder spec file sections
6d3471
6d3471
* Wed Sep 05 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-4
6d3471
- fix "Category" entries in desktop file
6d3471
6d3471
* Wed Sep 05 2007 Nils Philippsen <nphilipp@redhat.com>
6d3471
- change license to GPLv2+
6d3471
6d3471
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-3
6d3471
- don't include obsolete Application category in desktop file (#226658)
6d3471
6d3471
* Wed Apr 04 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-2
6d3471
- save prefs when EULA is accepted to ensure that EULA is only shown once at
6d3471
  startup (#233645)
6d3471
6d3471
* Tue Apr 03 2007 Nils Philippsen <nphilipp@redhat.com> - 0.994-1
6d3471
- version 0.994 (#235038)
6d3471
6d3471
* Fri Mar 30 2007 Nils Philippsen <nphilipp@redhat.com> - 0.993-2
6d3471
- fix summaries and buildroot, don't remove buildroot on %%prep, mark dirs and
6d3471
  config files, don't reference %%buildroot in %%build, use double-%% in
6d3471
  changelog entries (#226658)
6d3471
6d3471
* Fri Mar 02 2007 Nils Philippsen <nphilipp@redhat.com> - 0.993-1
6d3471
- version 0.993 (#230706)
6d3471
6d3471
* Wed Oct 25 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-4
6d3471
- fix typo in scriptlet (#212063)
6d3471
6d3471
* Mon Oct 23 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-3
6d3471
- really don't barf on missing gimp-plugin-mgr when updating (#208159)
6d3471
6d3471
* Mon Oct 02 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-2
6d3471
- don't barf on missing gimp-plugin-mgr when updating (#208159)
6d3471
6d3471
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-1
6d3471
- version 0.991
6d3471
- remove obsolete buffer patch
6d3471
6d3471
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-6
6d3471
- revamp scheme for integrating external GIMP plugins (#202545)
6d3471
- use disttag
6d3471
6d3471
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99-5.1
6d3471
- rebuild
6d3471
6d3471
* Thu Jun 08 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-5
6d3471
- re-add desktop file (#170835)
6d3471
- use %%buildroot consistently
6d3471
- add automake, autoconf build requirements
6d3471
6d3471
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-4
6d3471
- use XSANE.lang instead of xsane.lang to avoid %%doc multilib regression
6d3471
6d3471
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-3
6d3471
- fix medium-definitions patch to not barf on obsolete options in config file
6d3471
  (#185269, by Aldy Hernandez)
6d3471
6d3471
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.99-2.2
6d3471
- bump again for double-long bug on ppc(64)
6d3471
6d3471
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.99-2.1
6d3471
- rebuilt for new gcc4.1 snapshot and glibc changes
6d3471
6d3471
* Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-2
6d3471
- fix buffer overflow
6d3471
6d3471
* Fri Jan 13 2006 Nils Philippsen <nphilipp@redhat.com> 0.99-1
6d3471
- version 0.99
6d3471
6d3471
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6d3471
- rebuilt
6d3471
6d3471
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 0.98a-1
6d3471
- version 0.98a
6d3471
6d3471
* Tue Oct 04 2005 Nils Philippsen <nphilipp@redhat.com> 0.97-1
6d3471
- version 0.97
6d3471
6d3471
* Mon Jun 20 2005 Tim Waugh <twaugh@redhat.com> 0.95-4
6d3471
- Build requires gettext-devel (bug #160994).
6d3471
6d3471
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.95-3
6d3471
- Rebuild for new GCC.
6d3471
6d3471
* Wed Dec  8 2004 Tim Waugh <twaugh@redhat.com> 0.95-2
6d3471
- Fix crash on start (bug #142148).
6d3471
6d3471
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 0.95-1
6d3471
- 0.95.
6d3471
- No longer need badcode patch.
6d3471
- Enable translations again.
6d3471
- New method of installing GIMP plug-in due to Nils Philippsen.
6d3471
6d3471
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 0.92-13
6d3471
- Build requires libtiff-devel (bug #126564).
6d3471
6d3471
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
6d3471
- rebuilt
6d3471
6d3471
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 0.92-11
6d3471
- Fix GIMP plug-in package (bug #125254).
6d3471
6d3471
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com> 0.92-10
6d3471
- Remove .desktop file
6d3471
6d3471
* Wed Mar 31 2004 Tim Waugh <twaugh@redhat.com> 0.92-9
6d3471
- Rebuilt.
6d3471
6d3471
* Thu Mar 18 2004 Nils Philippsen <nphilipp@redhat.com> 0.92-8
6d3471
- Rebuild against new gimp.
6d3471
6d3471
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 0.92-7
6d3471
- Fix desktop file Name (bug #117370).
6d3471
6d3471
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
6d3471
- rebuilt
6d3471
6d3471
* Fri Feb 13 2004 Tim Waugh <twaugh@redhat.com> 0.92-5
6d3471
- Fixed %%post scriptlet.
6d3471
6d3471
* Sun Jan 25 2004 Tim Waugh <twaugh@redhat.com> 0.92-4
6d3471
- Gimp patch updated.
6d3471
6d3471
* Fri Jan 23 2004 Tim Waugh <twaugh@redhat.com> 0.92-3
6d3471
- Translations are broken -- turn them off for the time being.
6d3471
- Really apply the patch this time.
6d3471
- Fix up post/postun scriptlets.
6d3471
6d3471
* Fri Jan 23 2004 Tim Waugh <twaugh@redhat.com> 0.92-2
6d3471
- Apply patch for building against new gimp.
6d3471
6d3471
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1
6d3471
- 0.92.
6d3471
6d3471
* Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2
6d3471
- removed rpath
6d3471
6d3471
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
6d3471
- Avoid undefined behaviour in xsane-preview.c (bug #106314).
6d3471
6d3471
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
6d3471
- 0.91.
6d3471
6d3471
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
6d3471
- rebuilt
6d3471
6d3471
* Wed Apr  9 2003 Tim Waugh <twaugh@redhat.com> 0.90-2
6d3471
- Set default HTML viewer to htmlview (bug #88318).
6d3471
6d3471
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 0.90-1
6d3471
- 0.90.
6d3471
6d3471
* Sat Feb  1 2003 Matt Wilson <msw@redhat.com> 0.89-3
6d3471
- use %%{_libdir} for gimp plugin path
6d3471
6d3471
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
6d3471
- rebuilt
6d3471
6d3471
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 0.89-1
6d3471
- 0.89.
6d3471
- Use %%find_lang.
6d3471
6d3471
* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8
6d3471
- Don't require gimp-devel (cf. bug #70754).
6d3471
6d3471
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-7
6d3471
- Desktop file fixes (bug #69555).
6d3471
6d3471
* Mon Jul 15 2002 Tim Waugh <twaugh@redhat.com> 0.84-6
6d3471
- Use desktop-file-install.
6d3471
6d3471
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.84-5
6d3471
- automated rebuild
6d3471
6d3471
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 0.84-4
6d3471
- Rebuild to fix bug #66132.
6d3471
6d3471
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.84-3
6d3471
- automated rebuild
6d3471
6d3471
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.84-2
6d3471
- Rebuild in new environment.
6d3471
6d3471
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-1
6d3471
- 0.84.
6d3471
- Remove explicit sane-backends dependency, since it is automatically
6d3471
  found by rpm.
6d3471
6d3471
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.83-2
6d3471
- automated rebuild
6d3471
6d3471
* Tue Jan  8 2002 Tim Waugh <twaugh@redhat.com> 0.83-1
6d3471
- 0.83.
6d3471
6d3471
* Tue Dec 11 2001 Tim Waugh <twaugh@redhat.com> 0.82-3.1
6d3471
- 0.82.
6d3471
- Some extra patches from Oliver Rauch.
6d3471
- Require sane not sane-backends since it's available throughout 7.x.
6d3471
- Built for Red Hat Linux 7.1, 7.2.
6d3471
6d3471
* Tue Jul 24 2001 Tim Waugh <twaugh@redhat.com> 0.77-4
6d3471
- Build requires libpng-devel, libjpeg-devel (#bug 49760).
6d3471
6d3471
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 0.77-3
6d3471
- add an icon to the desktop entry
6d3471
6d3471
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
6d3471
- add ExcludeArch: s390 s390x
6d3471
6d3471
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 0.77-1
6d3471
- 0.77.
6d3471
6d3471
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 0.76-2
6d3471
- Require sane-backends, not all of sane.
6d3471
6d3471
* Wed May 23 2001 Tim Waugh <twaugh@redhat.com> 0.76-1
6d3471
- 0.76.
6d3471
6d3471
* Thu May  3 2001 Tim Waugh <twaugh@redhat.com> 0.75-1
6d3471
- 0.75
6d3471
- Fix summary/description to match specspo.
6d3471
6d3471
* Mon Jan  8 2001 Matt Wilson <msw@redhat.com>
6d3471
- fix post script of gimp subpackage to install into the correct location
6d3471
6d3471
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
6d3471
- rebuilt against gimp 1.2.0
6d3471
6d3471
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
6d3471
- rebuilt against gimp 1.1.32
6d3471
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
6d3471
6d3471
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
6d3471
- 0.62
6d3471
6d3471
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
6d3471
- rebuilt against gimp-1.1.25
6d3471
6d3471
* Mon Aug 07 2000 Than Ngo <than@redhat.de>
6d3471
- added swedish translation (Bug #15316)
6d3471
6d3471
* Fri Aug 4 2000 Than Ngo <than@redhat.de>
6d3471
- fix, shows error dialogbox if no scanner exists (Bug #15445)
6d3471
- update to 0.61
6d3471
6d3471
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
6d3471
- rebuilt against new libpng
6d3471
6d3471
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
6d3471
- automatic rebuild
6d3471
6d3471
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
6d3471
- rebuilt against gimp 1.1.24
6d3471
- make clean before building non gimp version
6d3471
6d3471
* Fri Jun 30 2000 Preston Brown <pbrown@redhat.com>
6d3471
- made gimp subpkg
6d3471
6d3471
* Wed Jun 14 2000 Preston Brown <pbrown@redhat.com>
6d3471
- desktop entry added
6d3471
6d3471
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
6d3471
- fixed gimp link
6d3471
- FHS paths
6d3471
6d3471
* Tue May 30 2000 Karsten Hopp <karsten@redhat.de>
6d3471
- update to 0.59
6d3471
6d3471
* Sat Jan 29 2000 TIm Powers <timp@redhat.com>
6d3471
- fixed bug 8948
6d3471
6d3471
* Thu Dec 2 1999 Tim Powers <timp@redhat.com>
6d3471
- updated to 0.47
6d3471
- gzip man pages
6d3471
6d3471
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
6d3471
- changed group
6d3471
6d3471
* Mon Jul 26 1999 Tim Powers <timp@redhat.com>
6d3471
- update to 0.30
6d3471
- added %%defattr
6d3471
- built for 6.1
6d3471
6d3471
* Thu Apr 22 1999 Preston Brown <pbrown@redhat.com>
6d3471
- initial RPM for PowerTools 6.0