Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
a498c63414
2 changed files with 3 additions and 9 deletions
  1. +1
    -7
      package/praenti/cups/cups.conf
  2. +2
    -2
      package/praenti/cups/cups.desc

+ 1
- 7
package/praenti/cups/cups.conf

@ -22,18 +22,12 @@
cups_pm(){ cups_pm(){
install_init cups $confdir/cups.init install_init cups $confdir/cups.init
# cups is too stupid to create the ../tmp dir itself - only
# needed for some ipp transfers (...?) -ReneR
mkdir -p $root/var/spool/cups/tmp
chown daemon:daemon $root/var/spool/cups/tmp
} }
if [ "${ROCKCFG_X86_BITS}" = "64" ] ; then if [ "${ROCKCFG_X86_BITS}" = "64" ] ; then
var_append patchfiles ' ' "$base/package/praenti/cups/hotfix.diff_x86_64" var_append patchfiles ' ' "$base/package/praenti/cups/hotfix.diff_x86_64"
fi fi
var_append copfopt "--with-logdir=/var/cups/log
--with-cups-user=daemon --with-cups-group=daemon"
var_append extraconfopt " " "--with-cups-user=daemon --with-cups-group=daemon"
# Force same compiler version for C and C++ # Force same compiler version for C and C++
export CC="${CXX/[cg]++/gcc}" export CC="${CXX/[cg]++/gcc}"

+ 2
- 2
package/praenti/cups/cups.desc

@ -52,8 +52,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.2.4
[V] 1.2.5
[P] X -?---5---9 121.200 [P] X -?---5---9 121.200
[D] 528298239 cups-1.2.4-source.tar.bz2 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/1.2.4/
[D] 681610079 cups-1.2.5-source.tar.bz2 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/1.2.5/

Loading…
Cancel
Save