Blame SPECS/xsane.spec

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