public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 2ae4bcdf5e4c3b156f2a6d947ad6fc0f75b6aac1
Date: Sun, 09 Sep 2012 14:12:29 +0200	[thread overview]
Message-ID: <20120909121230.4E0C6200BF@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3171 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  2ae4bcdf5e4c3b156f2a6d947ad6fc0f75b6aac1 (commit)
       via  9b59951690f96f07d35ab59745a8875ddcfd9302 (commit)
      from  351e77b407b29a828f59e1ef6b123f866b4beadf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ae4bcdf5e4c3b156f2a6d947ad6fc0f75b6aac1
Merge: 351e77b 9b59951
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Sep 9 14:12:19 2012 +0200

    Merge remote-tracking branch 'stevee/hplip'

commit 9b59951690f96f07d35ab59745a8875ddcfd9302
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Sun Sep 9 14:07:35 2012 +0200

    hplip: Add support for ssl, add scriptlet to use it with sane.

-----------------------------------------------------------------------

Summary of changes:
 hplip/hplip.nm |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

Difference in files:
diff --git a/hplip/hplip.nm b/hplip/hplip.nm
index cd3a8a2..560c64a 100644
--- a/hplip/hplip.nm
+++ b/hplip/hplip.nm
@@ -5,7 +5,7 @@
 
 name       = hplip
 version    = 3.10.9
-release    = 1
+release    = 2
 
 groups     = Applications/Printing
 url        = http://hplipopensource.com/hplip-web/index.html
@@ -13,14 +13,14 @@ license    = GPLv2*
 summary    = HP Printer/Scanner Library (full version).
 
 description
-	HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed \
-	olution for printing, scanning, and faxing with HP inkjet and laser based \
-	printers in Linux. The HPLIP project provides printing support for 1,924 \
-	printer models. \
+	HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed
+	olution for printing, scanning, and faxing with HP inkjet and laser based
+	printers in Linux. The HPLIP project provides printing support for 1,924
+	printer models.
 	This is the full version including printer/scanner support.
 end
 
-source_dl  =
+source_dl  = http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/
 
 build
 	requires
@@ -33,6 +33,7 @@ build
 		libtool
 		libusb-compat-devel
 		net-snmp-devel
+		openssl-devel
 		pkg-config
 		python-devel
 		sane-devel
@@ -40,10 +41,26 @@ build
 
 	configure_options += \
 		--sysconfdir=/etc
+
+	install_cmds
+		# Remove unwanted files.
+		rm -rvf %{BUILDROOT}%{sysconfdir}/sane.d/
+	end
 end
 
 packages
 	package %{name}
+		prerequires += sane
+
+		script postin
+			# Add hplip scanner support to sane.
+			echo "hpaio" >> %{sysconfdir}/sane.d/dll.conf
+		end
+
+		script postun
+			# Remove hplip scanner support from sane.
+			sed -i "/^hpaio$/d" %{sysconfdir}/sane.d/dll.conf
+		end
 	end
 
 	package %{name}-debuginfo


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-09-09 12:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120909121230.4E0C6200BF@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox