onsdagen den 9 juli 2003 15.56 skrev Oden Eriksson:
> Hi.
>
> I'm working with a new php-cups package (from the cups source) but the
> source needs two mising headers as of the patch below. Could you please fix
> that thanks.


One more file was needed, sorry:

--- cups.spec   2003-06-26 18:55:29.000000000 +0200
+++ cups.spec.oden      2003-07-09 16:32:07.000000000 +0200
@@ -9,7 +9,7 @@
 Summary:       Common Unix Printing System - Server package
 Name:          cups
 Version:       1.1.19
-Release:       4mdk
+Release:       5mdk
 License:       GPL
 Group:         System/Servers
 %define real_version %{version}
@@ -526,6 +526,10 @@
 # startup script by RPM. This automatic replacement is broken.
 #export DONT_GPRINTIFY=1

+# Install missing headers
+install -m644 cups/debug.h  $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 cups/string.h $RPM_BUILD_ROOT%{_includedir}/cups/
+install -m644 config.h $RPM_BUILD_ROOT%{_includedir}/cups/

 ##### PRE/POST INSTALL SCRIPTS #####

@@ -761,6 +765,9 @@
 ##### CHANGELOG #####

 %changelog
+* Wed Jul 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.1.19-5mdk
+- install missing headers
+
 * Thu Jun 26 2003 Till Kamppeter <[EMAIL PROTECTED]> 1.1.19-4mdk
 - Re-introduced SLP support.


-- 
Regards // Oden Eriksson, Deserve-IT.com

Reply via email to