Blame SPECS/sane-frontends.spec

bcf213
Name: sane-frontends
bcf213
Version: 1.0.14
bcf213
Release: 17%{?dist}
bcf213
Summary: Graphical frontend to SANE
bcf213
URL: http://www.sane-project.org
bcf213
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
bcf213
# Fix array subscript out of bounds errors (#133121).
bcf213
# Upstream commit 5113e3de39846a8226909088ad5c1aa4969f3030 and commit
bcf213
# 7336b064653026171a715dfaf803693b638c67a5 (partial)
bcf213
Patch0: sane-frontends-1.0.14-array-out-of-bounds.patch
bcf213
# Fix building with sane-backends >= 1.0.20.
bcf213
# Upstream commit 5e96223e497538d06e18d8e84b774c4a35f654b4 (partial) and commit
bcf213
# c554cfce37e37a33f94a9051afe2062c4759072b
bcf213
Patch1: sane-frontends-1.0.14-sane-backends-1.0.20.patch
bcf213
# Describe correct option names in xcam man page.
bcf213
# Upstream commit 7e079e377174826453a1041719fb347d69d3ba5f
bcf213
Patch2: sane-frontends-1.0.14-xcam-man.patch
bcf213
License: GPLv2+
bcf213
Group: Applications/System
bcf213
BuildRequires: gtk2-devel
bcf213
BuildRequires: sane-backends-devel >= 1.0.19-15
bcf213
bcf213
%description
bcf213
This packages includes the scanadf and xcam programs.
bcf213
bcf213
%prep
bcf213
%setup -q
bcf213
%patch0 -p1 -b .array-out-of-bounds
bcf213
%patch1 -p1 -b .sane-backends-1.0.20
bcf213
%patch2 -p1 -b .xcam-man
bcf213
bcf213
%build
bcf213
%configure --with-gnu-ld --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}
bcf213
make %{?_smp_mflags}
bcf213
bcf213
%install
bcf213
make DESTDIR=%{buildroot} install
bcf213
bcf213
# Not xscanimage; use xsane instead.
bcf213
rm -f %{buildroot}%{_bindir}/xscanimage
bcf213
rm -f %{buildroot}%{_mandir}/man1/xscanimage*
bcf213
rm -f %{buildroot}%{_datadir}/sane/sane-style.rc
bcf213
bcf213
%files
bcf213
%doc AUTHORS COPYING README
bcf213
%{_bindir}/*
bcf213
%{_mandir}/man1/*
bcf213
# there is no desktop file for xcam because while it is a GUI program it is
bcf213
# intended to be used from the command line
bcf213
bcf213
%changelog
bcf213
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 1.0.14-17
bcf213
- add comments to patches
bcf213
- describe correct option names in xcam man page
bcf213
bcf213
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-16
bcf213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bcf213
bcf213
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-15
bcf213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bcf213
bcf213
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 1.0.14-14
bcf213
- clean up:
bcf213
  - don't BR: gimp-devel, R: sane-backends
bcf213
  - get rid of buildroot, %%makeinstall and %%clean section
bcf213
  - dont obsolete/provide "sane" (ancient)
bcf213
bcf213
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.14-13
bcf213
- rebuild for gcc 4.7
bcf213
bcf213
* Mon Nov 07 2011 Nils Philippsen <nils@redhat.com> - 1.0.14-12
bcf213
- rebuild (libpng)
bcf213
bcf213
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-11
bcf213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bcf213
bcf213
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 1.0.14-10
bcf213
- add missing documentation files AUTHORS, COPYING, README
bcf213
- don't distribute sane-style.rc
bcf213
- use %%buildroot consistently
bcf213
- explain missing xcam.desktop file
bcf213
bcf213
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> 1.0.14-9
bcf213
- remove ExcludeArch: s390 s390x
bcf213
bcf213
* Fri Jul 31 2009 Nils Philippsen <nils@redhat.com> 1.0.14-8
bcf213
- replace badcode with array-out-of-bounds patch
bcf213
- fix compilation with sane-backends-1.0.20
bcf213
bcf213
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-7
bcf213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bcf213
bcf213
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> 1.0.14-6
bcf213
- don't require libieee2384-devel, libjpeg-devel but require fixed
bcf213
  sane-backends-devel for building
bcf213
bcf213
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
bcf213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bcf213
bcf213
* Thu Sep  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.14-5
bcf213
- fix license tag
bcf213
bcf213
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.14-4
bcf213
- Autorebuild for GCC 4.3
bcf213
bcf213
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> 1.0.14-3
bcf213
- merge review (#226389):
bcf213
  - add version info to obsoletes/provides
bcf213
  - no config files in /usr
bcf213
  - use %%configure macro
bcf213
- add dist tag
bcf213
bcf213
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 1.0.14-2
bcf213
- rebuild with current gtk2 to add png support (#232013)
bcf213
bcf213
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.14-1.2.2
bcf213
- rebuild
bcf213
bcf213
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.14-1.2.1
bcf213
- bump again for double-long bug on ppc(64)
bcf213
bcf213
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.14-1.2
bcf213
- rebuilt for new gcc4.1 snapshot and glibc changes
bcf213
bcf213
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
bcf213
- rebuilt
bcf213
bcf213
* Mon Nov 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.14-1
bcf213
- version 1.0.14
bcf213
- fix build requires
bcf213
- update badcode patch
bcf213
bcf213
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.0.13-2
bcf213
- Rebuild for new GCC.
bcf213
bcf213
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-1
bcf213
- 1.0.13.
bcf213
bcf213
* Mon Sep 27 2004 Tim Waugh <twaugh@redhat.com> 1.0.12-4
bcf213
- Fixed mistaken array op (bug #133121).
bcf213
bcf213
* Sat Jun 19 2004 Jeremy Katz <katzj@redhat.com> - 1.0.12-3
bcf213
- remove no longer valid requires on old gtk+ and gimp
bcf213
bcf213
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
bcf213
- rebuilt
bcf213
bcf213
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1.0.12-1
bcf213
- 1.0.12.
bcf213
bcf213
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
bcf213
- s/ftp.mostang.com/ftp.sane-project.org/.
bcf213
bcf213
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
bcf213
- rebuilt
bcf213
bcf213
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
bcf213
- BuildReq: libieee1284-devel, it seems to get picked up if available
bcf213
bcf213
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
bcf213
- Updated URL.
bcf213
bcf213
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
bcf213
- rebuilt
bcf213
bcf213
* Tue Apr 29 2003 Tim Waugh <twaugh@redhat.com> 1.0.11-1
bcf213
- 1.0.11.
bcf213
bcf213
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.10-2
bcf213
- Don't require a specific version of sane-backends.
bcf213
bcf213
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.10-1
bcf213
- 1.0.10.
bcf213
bcf213
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
bcf213
- rebuilt
bcf213
bcf213
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 1.0.9-1
bcf213
- 1.0.9.
bcf213
bcf213
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
bcf213
- automated rebuild
bcf213
bcf213
* Thu Jun 20 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
bcf213
- Don't explicitly strip binaries (bug #62565).
bcf213
bcf213
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
bcf213
- Rebuild to fix bug #66129.
bcf213
bcf213
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
bcf213
- 1.0.8.
bcf213
bcf213
* Sun May 26 2002 Tim Powers <timp@redhat.com>
bcf213
- automated rebuild
bcf213
bcf213
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
bcf213
- Update to CVS.  Release expected before the end of the month.
bcf213
- Don't ship xscanimage any longer.
bcf213
bcf213
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-2
bcf213
- Rebuild in new environment.
bcf213
bcf213
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-1
bcf213
- 1.0.7.
bcf213
bcf213
* Sun Jan 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta2.1
bcf213
- 1.0.7-beta2.
bcf213
bcf213
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta1.1
bcf213
- 1.0.7-beta1.
bcf213
- No longer need the fpe patch.
bcf213
bcf213
* Fri Nov 30 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-2
bcf213
- Fix a floating point exception (bug #56536).
bcf213
bcf213
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-1
bcf213
- 1.0.6.
bcf213
bcf213
* Sun Jul  1 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-1
bcf213
- 1.0.5.
bcf213
- Change Copyright: to License:.
bcf213
bcf213
* Thu Jun  7 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010605
bcf213
- CVS snapshot 2001-06-05.
bcf213
- Don't install xscanimage plug-in symlinks.  The old sane package never
bcf213
  used to do this, and it looks confusing in gimp if you also have
bcf213
  xsane-gimp (which is better) installed.  xscanimage works stand-alone
bcf213
  anyhow.
bcf213
bcf213
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010603.1000
bcf213
- CVS snapshot 2001-06-03 10:00.
bcf213
bcf213
* Sat Jun  2 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010530
bcf213
- Built for Red Hat Linux.
bcf213
- CVS snapshot 2001-05-30.
bcf213
bcf213
* Mon Jan 08 2001 Francis Galiegue <fg@mandrakesoft.com> 1.0.4-2mdk
bcf213
bcf213
- Summary now capitalised
bcf213
- BuildRequires: sane (for sane-config)
bcf213