2006-09-30 03:16:25 +00:00
|
|
|
%define build_with_ijs_support 1
|
|
|
|
%define cups_serverbin %{_exec_prefix}/lib/cups
|
|
|
|
|
|
|
|
Name: gutenprint
|
|
|
|
Summary: Printer Drivers Package
|
2007-06-26 16:40:08 +00:00
|
|
|
Version: 5.0.1
|
2007-10-10 13:55:32 +00:00
|
|
|
Release: 6%{?dist}
|
2006-09-30 03:16:25 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://gimp-print.sourceforge.net/
|
|
|
|
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
2007-07-02 17:19:02 +00:00
|
|
|
Source1: gutenprint-foomaticppdupdate
|
2007-02-28 17:22:27 +00:00
|
|
|
Patch0: gutenprint-menu.patch
|
2007-03-05 16:58:37 +00:00
|
|
|
Patch1: gutenprint-lpstat.patch
|
2007-05-04 14:27:34 +00:00
|
|
|
Patch2: gutenprint-O6.patch
|
2006-09-30 03:16:25 +00:00
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
|
|
|
|
BuildRequires: gettext-devel,cups-devel,pkgconfig,gimp-devel
|
|
|
|
BuildRequires: libtiff-devel,libjpeg-devel,libpng-devel
|
2007-01-19 18:13:28 +00:00
|
|
|
BuildRequires: foomatic,gtk2-devel
|
2006-09-30 03:16:25 +00:00
|
|
|
%if %{build_with_ijs_support}
|
|
|
|
BuildRequires: ghostscript-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: gimp
|
2007-01-16 12:08:47 +00:00
|
|
|
Obsoletes: gimp-print-utils <= 4.2.7-25
|
|
|
|
Provides: gimp-print-utils = 4.2.7-25
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
## NOTE ##
|
|
|
|
# The README file in this package contains suggestions from upstream
|
|
|
|
# on how to package this software. I'd be inclined to follow those
|
|
|
|
# suggestions unless there's a good reason not to do so.
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gutenprint is a package of high quality printer drivers for Linux, BSD,
|
|
|
|
Solaris, IRIX, and other UNIX-alike operating systems.
|
|
|
|
Gutenprint was formerly called Gimp-Print.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Library development files for gutenprint
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: gtk2-devel
|
2007-02-09 17:13:41 +00:00
|
|
|
Obsoletes: gimp-print-devel <= 4.2.7-25
|
|
|
|
Provides: gimp-print-devel = 4.2.7-25
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains headers and libraries required to build applications that
|
|
|
|
uses gutenprint package.
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%package plugin
|
2007-02-28 17:15:57 +00:00
|
|
|
Summary: GIMP plug-in for gutenprint
|
2007-01-11 04:55:51 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: gimp
|
2007-01-16 12:08:47 +00:00
|
|
|
Obsoletes: gimp-print-plugin <= 4.2.7-25
|
|
|
|
Provides: gimp-print-plugin = 4.2.7-25
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%description plugin
|
|
|
|
This package contains the gutenprint GIMP plug-in.
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%package foomatic
|
|
|
|
Summary: Foomatic printer database
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-07-02 17:19:02 +00:00
|
|
|
Requires(post): foomatic
|
2007-07-02 22:09:44 +00:00
|
|
|
Requires(post): system-config-printer-libs
|
2007-05-04 12:06:22 +00:00
|
|
|
Obsoletes: gimp-print <= 4.2.7-25
|
|
|
|
Provides: gimp-print = 4.2.7-25
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description foomatic
|
|
|
|
This package contains a database of printers,printer drivers,
|
|
|
|
and driver descriptions.
|
|
|
|
|
|
|
|
%package extras
|
|
|
|
Summary: Sample test pattern generator for gutenprint-devel
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description extras
|
|
|
|
This package contains test pattern generator and the sample test pattern
|
|
|
|
that is used by gutenprint-devel package.
|
|
|
|
|
|
|
|
%package cups
|
|
|
|
Summary: CUPS drivers for Canon, Epson, HP and compatible printers
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Requires: cups >= 1.2.1-1.7
|
2007-03-05 17:09:59 +00:00
|
|
|
Obsoletes: gimp-print-cups < 4.2.7-26
|
|
|
|
Provides: gimp-print-cups = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-cs < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-cs = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-da < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-da = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-de < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-de = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-el < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-el = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-en_GB < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-en_GB = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-es < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-es = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-fr < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-fr = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-hu < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-hu = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-ja < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-ja = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-nb < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-nb = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-nl < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-nl = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-pl < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-pl = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-pt < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-pt = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-sk < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-sk = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-sv < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-sv = %{version}-%{release}
|
|
|
|
Obsoletes: gutenprint-ppds-zh_TW < 5.0.0-8
|
|
|
|
Provides: gutenprint-ppds-zh_TW = %{version}-%{release}
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%description cups
|
|
|
|
This package contains native CUPS support for a wide range of Canon,
|
|
|
|
Epson, HP and compatible printers..
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
2007-02-28 17:27:24 +00:00
|
|
|
%patch0 -p1 -b .menu
|
2007-03-05 16:58:37 +00:00
|
|
|
%patch1 -p1 -b .lpstat
|
2007-05-04 14:27:34 +00:00
|
|
|
%patch2 -p1 -b .O6
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%build
|
2007-05-10 15:52:42 +00:00
|
|
|
%ifarch ppc64
|
2007-05-10 16:18:11 +00:00
|
|
|
export CFLAGS="${CFLAGS} -O0"
|
2007-05-10 15:52:42 +00:00
|
|
|
%endif
|
2006-09-30 03:16:25 +00:00
|
|
|
%configure --disable-static --disable-dependency-tracking \
|
|
|
|
--with-foomatic --with-ghostscript \
|
2007-01-19 18:13:28 +00:00
|
|
|
--disable-libgutenprintui --without-gimp \
|
2006-09-30 03:16:25 +00:00
|
|
|
--with-user-guide --with-samples \
|
|
|
|
--with-escputil --with-test --disable-rpath
|
|
|
|
|
2007-05-04 13:34:39 +00:00
|
|
|
make %{?_smp_mflags}
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make DESTDIR=%{buildroot} install
|
2007-03-05 16:55:05 +00:00
|
|
|
mv %{buildroot}%{cups_serverbin}/driver/gutenprint.5.0 %{buildroot}%{_sbindir}
|
|
|
|
ln -s %{_sbindir}/gutenprint.5.0 %{buildroot}%{cups_serverbin}/driver/
|
2006-09-30 03:16:25 +00:00
|
|
|
|
2007-07-02 17:19:02 +00:00
|
|
|
install -m755 %{SOURCE1} %{buildroot}%{_sbindir}
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
rm -rf %{buildroot}%{_datadir}/gutenprint/doc
|
|
|
|
rm -rf %{buildroot}%{_libdir}/gutenprint/5.0.0/modules/*.la
|
|
|
|
|
|
|
|
%find_lang gutenprint
|
|
|
|
|
|
|
|
%if %{build_with_ijs_support}
|
|
|
|
%else
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/ijsgutenprint.1*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post cups
|
|
|
|
/usr/sbin/cups-genppdupdate.5.0
|
|
|
|
/sbin/service cups reload >/dev/null 2>&1 || :
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun cups
|
|
|
|
/sbin/service cups reload >/dev/null 2>&1 || :
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|
%files -f gutenprint.lang
|
|
|
|
%defattr(-, root, root,-)
|
|
|
|
%doc COPYING AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_bindir}/escputil
|
|
|
|
%{_mandir}/man1/escputil.1*
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_bindir}/ijsgutenprint.5.0
|
|
|
|
%if %{build_with_ijs_support}
|
|
|
|
%{_mandir}/man1/ijsgutenprint.1*
|
|
|
|
%endif
|
2007-10-05 11:22:36 +00:00
|
|
|
%{_datadir}/gutenprint/%{version}
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/gutenprint/
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog doc/developer/reference-html doc/developer/gutenprint.pdf
|
|
|
|
%doc doc/gutenprint doc/gutenprintui2
|
|
|
|
%{_includedir}/gutenprint/
|
|
|
|
%{_includedir}/gutenprintui/
|
|
|
|
%{_includedir}/gutenprintui2/
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/gutenprint.pc
|
|
|
|
%{_libdir}/pkgconfig/gutenprintui.pc
|
|
|
|
%{_libdir}/pkgconfig/gutenprintui2.pc
|
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
%files plugin
|
2007-10-10 13:55:32 +00:00
|
|
|
%{_libdir}/gimp/*/plug-ins/print
|
2006-09-30 03:16:25 +00:00
|
|
|
|
|
|
|
%files foomatic
|
|
|
|
%doc
|
|
|
|
%defattr(-, root, root,-)
|
2007-07-02 17:19:02 +00:00
|
|
|
%{_sbindir}/gutenprint-foomaticppdupdate
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_datadir}/foomatic/kitload.log
|
|
|
|
%{_datadir}/foomatic/db/source/driver/*
|
|
|
|
%{_datadir}/foomatic/db/source/opt/*
|
|
|
|
|
|
|
|
%files extras
|
|
|
|
%doc
|
|
|
|
%defattr(-, root, root,-)
|
|
|
|
%{_bindir}/testpattern
|
|
|
|
%{_datadir}/gutenprint/samples/*
|
|
|
|
|
|
|
|
%files cups
|
|
|
|
%doc
|
|
|
|
%defattr(-, root, root,-)
|
|
|
|
%config(noreplace) %{_sysconfdir}/cups/command.types
|
|
|
|
%{_datadir}/cups/calibrate.ppm
|
2007-01-11 18:15:42 +00:00
|
|
|
%{cups_serverbin}/backend/*
|
|
|
|
%{cups_serverbin}/filter/*
|
2007-03-05 16:55:05 +00:00
|
|
|
%{cups_serverbin}/driver/*
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_bindir}/cups-calibrate
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_sbindir}/cups-genppd*
|
2007-03-05 16:55:05 +00:00
|
|
|
%{_sbindir}/gutenprint.5.0
|
2007-01-11 18:15:42 +00:00
|
|
|
%{_mandir}/man8/cups-calibrate.8*
|
2006-09-30 03:16:25 +00:00
|
|
|
%{_mandir}/man8/cups-genppd*.8*
|
|
|
|
|
2007-01-12 15:50:37 +00:00
|
|
|
%post foomatic
|
|
|
|
/bin/rm -f /var/cache/foomatic/*
|
2007-07-02 17:19:02 +00:00
|
|
|
%{_sbindir}/gutenprint-foomaticppdupdate %{version} || :
|
2007-01-12 15:50:37 +00:00
|
|
|
|
|
|
|
%postun foomatic
|
|
|
|
/bin/rm -f /var/cache/foomatic/*
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
%changelog
|
2007-10-10 13:55:32 +00:00
|
|
|
* Wed Oct 10 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-6
|
|
|
|
- Plug-in name is print, not gutenprint!
|
|
|
|
|
2007-10-05 11:22:36 +00:00
|
|
|
* Fri Oct 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-5
|
|
|
|
- Don't ship samples in the main package.
|
|
|
|
|
2007-08-31 10:19:28 +00:00
|
|
|
* Fri Aug 31 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-4
|
|
|
|
- Plug-in name is gutenprint, not print.
|
2007-08-29 06:04:30 +00:00
|
|
|
|
2007-07-05 13:58:35 +00:00
|
|
|
* Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-3
|
2007-07-02 22:09:44 +00:00
|
|
|
- The foomatic package requires system-config-printer-libs for the
|
2007-07-05 13:58:35 +00:00
|
|
|
update script (bug #246865).
|
2007-07-02 22:09:44 +00:00
|
|
|
|
2007-07-02 17:19:02 +00:00
|
|
|
* Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-2
|
|
|
|
- Fix up foomatic PPD files after upgrade (bug #246448).
|
|
|
|
|
2007-06-26 16:40:08 +00:00
|
|
|
* Tue Jun 26 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-1
|
|
|
|
- 5.0.1.
|
|
|
|
|
2007-05-10 15:52:42 +00:00
|
|
|
* Thu May 10 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-3
|
|
|
|
- Try to work around GCC bug #239003.
|
2007-05-04 14:27:34 +00:00
|
|
|
- Don't add extra compiler flags.
|
2007-05-04 12:06:22 +00:00
|
|
|
- Moved gimp-print obsoletes/provides to the foomatic sub-package
|
|
|
|
(bug #238890).
|
|
|
|
|
2007-03-08 09:10:05 +00:00
|
|
|
* Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-2
|
2007-03-05 17:09:59 +00:00
|
|
|
- Slightly better obsoletes/provides to follow the naming guidelines.
|
|
|
|
|
2007-03-05 16:55:05 +00:00
|
|
|
* Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-1
|
|
|
|
- 5.0.0.99.1.
|
|
|
|
- No longer need PPDs sub-packages: CUPS driver is included in the cups
|
|
|
|
sub-package.
|
|
|
|
- Package the CUPS driver in sbindir and put a symlink in the CUPS ServerBin
|
|
|
|
directory to work around bug #231015.
|
2007-03-05 16:58:37 +00:00
|
|
|
- Set POSIX locale when parsing lpstat output.
|
2007-03-05 16:55:05 +00:00
|
|
|
|
2007-03-02 17:28:39 +00:00
|
|
|
* Fri Mar 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-7
|
|
|
|
- Fixed menu patch.
|
|
|
|
- Don't list rastertogutenprint twice.
|
|
|
|
|
2007-02-28 17:27:24 +00:00
|
|
|
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fixed typo in patch line.
|
|
|
|
|
2007-02-28 17:23:19 +00:00
|
|
|
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-6
|
2007-02-28 17:22:27 +00:00
|
|
|
- Ported menu patch from gimp-print package.
|
2007-02-28 17:15:57 +00:00
|
|
|
- Fixed summary for plugin sub-package.
|
|
|
|
|
2007-02-09 17:13:41 +00:00
|
|
|
* Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-5
|
|
|
|
- More obsoletes/provides for gimp-print sub-packages.
|
|
|
|
|
2007-01-19 18:13:28 +00:00
|
|
|
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-4
|
|
|
|
- Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel,
|
|
|
|
not gtk+-devel.
|
|
|
|
|
2007-01-16 12:08:47 +00:00
|
|
|
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
|
|
|
|
- More obsoletes/provides fixing (bug #222546).
|
|
|
|
|
2007-01-12 15:50:37 +00:00
|
|
|
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-2
|
2007-01-12 16:34:24 +00:00
|
|
|
- Make cups sub-package obsolete/provide gimp-print-cups.
|
2007-01-12 15:50:37 +00:00
|
|
|
- PPDs sub-packages require cups sub-package.
|
|
|
|
- Remove foomatic cache after foomatic sub-package is installed/removed.
|
|
|
|
- Obsoletes/Provides gimp-print-utils.
|
|
|
|
|
2007-01-11 18:15:42 +00:00
|
|
|
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-1
|
|
|
|
- The cups subpackage no longer requires gimp-print-cups.
|
|
|
|
- Ship escputil, native CUPS backend/filters, and cups-calibrate.
|
|
|
|
|
2007-01-11 04:55:51 +00:00
|
|
|
* Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
|
|
|
|
- Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
|
|
|
|
|
2006-11-14 12:16:48 +00:00
|
|
|
* Tue Nov 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.16
|
|
|
|
- Added missing dependency of gimp-print-cups in gutenprint-cups
|
|
|
|
|
2006-10-03 04:34:07 +00:00
|
|
|
* Thu Oct 03 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.15
|
|
|
|
- Did some fix for tag issue
|
|
|
|
|
2006-09-30 03:16:25 +00:00
|
|
|
* Thu Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.14
|
|
|
|
- Removed unwanted .la files and made following files owned by
|
|
|
|
main package.
|
|
|
|
/usr/share/gutenprint/5.0.0
|
|
|
|
/usr/share/gutenprint
|
|
|
|
|
|
|
|
* Thu Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.13
|
|
|
|
- Fixed some missing file remove locations path
|
|
|
|
|
|
|
|
* Thu Sep 28 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.12
|
|
|
|
- Fixed rpm build for x86_64 arch
|
|
|
|
|
|
|
|
* Thu Sep 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.11
|
|
|
|
- Separated GIMP plugin under gutenprint-plugin package
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.10
|
|
|
|
- Added gimp as BR
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.9
|
|
|
|
- Removed Requires(post) and Requires(postun) lines in SPEC
|
|
|
|
- Removed mixed usage of macros
|
|
|
|
|
|
|
|
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.8
|
|
|
|
- Moved cups related files from main rpm to gutenprint-cups
|
|
|
|
|
|
|
|
* Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.7
|
|
|
|
- Moved /usr/share/gutenprint/doc to %%doc of main rpm and devel rpm
|
|
|
|
- Additionally added API documents for gutenprint and gutenprintui2
|
|
|
|
|
|
|
|
* Tue Aug 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.6
|
|
|
|
- Added cups-genppdupdate.5.0 at post section
|
|
|
|
- Splitted gutenprint main rpm for separate languages
|
|
|
|
|
|
|
|
* Wed Aug 02 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.5
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Wed Jul 19 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.4.rc3
|
|
|
|
- Removed Requires on perl-Curses and perl-perlmenu
|
|
|
|
as both are automatically added on binary RPM
|
|
|
|
- Commented Obsoletes and provides tag as Fedora Extras package can not
|
|
|
|
Obsoletes Fedora Core Package.
|
|
|
|
|
|
|
|
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.3.rc3
|
|
|
|
- Added 3 more sub-packages-extras,cups,foomatic
|
|
|
|
- Added BuildRequires gtk+-devel
|
|
|
|
- Added correct options for %%configure
|
|
|
|
- Added Requires for perl-Curses, perl-perlmenu
|
|
|
|
- Added cups restart command at post section of SPEC
|
|
|
|
|
|
|
|
* Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.2.rc3
|
|
|
|
- Added Obsoletes and Provides tag
|
|
|
|
|
|
|
|
* Fri Jul 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.1.rc3
|
|
|
|
- Initial Release
|
|
|
|
|