- 0.9.6.
This commit is contained in:
parent
252892f2c7
commit
eba25f8b55
@ -1,3 +1,4 @@
|
|||||||
hplip-0.9.3.tar.gz
|
hplip-0.9.3.tar.gz
|
||||||
hplip-0.9.4.tar.gz
|
hplip-0.9.4.tar.gz
|
||||||
hplip-0.9.5.tar.gz
|
hplip-0.9.5.tar.gz
|
||||||
|
hplip-0.9.6.tar.gz
|
||||||
|
16
hplip.spec
16
hplip.spec
@ -1,17 +1,15 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 0.9.5
|
Version: 0.9.6
|
||||||
Release: 3
|
Release: 2
|
||||||
License: GPL/MIT/BSD
|
License: GPL/MIT/BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
|
|
||||||
Url: http://sourceforge.net/projects/hpinkjet
|
Url: http://sourceforge.net/projects/hpinkjet
|
||||||
Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
|
Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
|
||||||
Patch1: hplip-compile.patch
|
|
||||||
Patch2: hplip-desktop.patch
|
Patch2: hplip-desktop.patch
|
||||||
Patch3: hplip-config.patch
|
Patch3: hplip-config.patch
|
||||||
Patch4: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.5-2.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
Requires: desktop-file-utils >= 0.2.92
|
Requires: desktop-file-utils >= 0.2.92
|
||||||
@ -53,24 +51,19 @@ SANE driver for scanners in HP's multi-function devices (from HPOJ).
|
|||||||
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Fix compile errors.
|
|
||||||
%patch1 -p1 -b .compile
|
|
||||||
|
|
||||||
# Use /usr/share/applications for putting desktop files in.
|
# Use /usr/share/applications for putting desktop files in.
|
||||||
%patch2 -p1 -b .desktop
|
%patch2 -p1 -b .desktop
|
||||||
|
|
||||||
# Use static IP ports (for SELinux policy).
|
# Use static IP ports (for SELinux policy).
|
||||||
%patch3 -p1 -b .config
|
%patch3 -p1 -b .config
|
||||||
|
|
||||||
# Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
|
|
||||||
%patch4 -p1 -b .config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
# Move SANE backend into correct directory
|
# Move SANE backend into correct directory
|
||||||
@ -145,6 +138,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 12 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-2
|
||||||
|
- 0.9.6.
|
||||||
|
|
||||||
* Tue Sep 20 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-3
|
* Tue Sep 20 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-3
|
||||||
- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
|
- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user