summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-07-11 20:31:43 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-07-11 20:31:43 +0000
commitad0357ca1db5160869026eb3977f955136a898a0 (patch)
treee0bcf147a780b20080d5783c34975f91434a397b
parent75b9ea1c3aff1a81902083831fb61d29c2dd6704 (diff)
downloadcups-ad0357ca1db5160869026eb3977f955136a898a0.tar.gz
Also package ippfind.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11128 a1ca3aef-8c08-0410-bb20-df032aa958be
-rw-r--r--packaging/cups.spec.in2
-rw-r--r--test/Makefile5
2 files changed, 7 insertions, 0 deletions
diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in
index 2dc0c69d4..70535f116 100644
--- a/packaging/cups.spec.in
+++ b/packaging/cups.spec.in
@@ -174,6 +174,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/cancel
/usr/bin/cupstestdsc
/usr/bin/cupstestppd
+/usr/bin/ippfind
/usr/bin/ipptool
/usr/bin/lp*
%dir /usr/lib/cups
@@ -272,6 +273,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man1/cancel.1.gz
/usr/share/man/man1/cupstestdsc.1.gz
/usr/share/man/man1/cupstestppd.1.gz
+/usr/share/man/man1/ippfind.1.gz
/usr/share/man/man1/ipptool.1.gz
/usr/share/man/man1/lp.1.gz
/usr/share/man/man1/lpoptions.1.gz
diff --git a/test/Makefile b/test/Makefile
index c7507d9cb..46ecd295c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -131,8 +131,13 @@ install-exec:
echo Installing ipptool in $(BINDIR)...
$(INSTALL_DIR) -m 755 $(BINDIR)
$(INSTALL_BIN) ipptool $(BINDIR)
+ if test -x ippfind; then
+ $(INSTALL_BIN) ippfind $(BINDIR); \
+ fi
if test "x$(SYMROOT)" != "x"; then \
$(INSTALL_DIR) $(SYMROOT); \
+ cp ippfind $(SYMROOT); \
+ dsymutil $(SYMROOT)/ippfind; \
cp ipptool $(SYMROOT); \
dsymutil $(SYMROOT)/ipptool; \
fi