DISTFILES: spandsp-0.0.3.tgz

2007-04-18 Thread arekm

Files fetched: 1

STORED: http://soft-switch.org/downloads/spandsp/spandsp-0.0.3.tgz
6ea33941985fbf94b5f79dc3255ad925  spandsp-0.0.3.tgz
Size: 1667197 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: spandsp.spec - up to 0.0.3 final

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:59:48 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.0.3 final

 Files affected:
SPECS:
   spandsp.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/spandsp.spec
diff -u SPECS/spandsp.spec:1.13 SPECS/spandsp.spec:1.14
--- SPECS/spandsp.spec:1.13 Mon Feb 12 23:09:15 2007
+++ SPECS/spandsp.spec  Thu Apr 19 08:59:43 2007
@@ -2,16 +2,13 @@
 Summary:   DSP functions for telephony
 Summary(pl.UTF-8): Funkcje DSP dla telefonii
 Name:  spandsp
-# do not upgrade to 0.0.3 series until it's stable
-%define_prepre26
-Version:   0.0.2
-Release:   0.%{_pre}.1
+Version:   0.0.3
+Release:   1
 Epoch: 1
 License:   LGPL
 Group: Libraries
-Source0:   
http://soft-switch.org/downloads/spandsp/%{name}-%{version}%{_pre}/%{name}-%{version}%{_pre}.tar.gz
-# Source0-md5: 2b28a75b1d7c49616534bd7264317241
-Patch0:%{name}-nommx.patch
+Source0:   http://soft-switch.org/downloads/spandsp/%{name}-%{version}.tgz
+# Source0-md5: 6ea33941985fbf94b5f79dc3255ad925
 URL:   http://www.soft-switch.org/
 BuildRequires: audiofile-devel
 BuildRequires: automake
@@ -55,12 +52,18 @@
 Statyczna biblioteka spandsp.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n spandsp-%{version}
 
 %build
 install /usr/share/automake/config.* config
-%configure
+%configure \
+%ifarch i686 athlon pentium4
+   --enable-mmx \
+%endif
+%ifarch athlon
+   --enable-sse \
+%endif
+   --enable-doc
 %{__make}
 
 %install
@@ -79,7 +82,7 @@
 %defattr(644,root,root,755)
 %doc README NEWS AUTHORS ChangeLog
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_datadir}/%{name}
+%{_datadir}/spandsp
 
 %files devel
 %defattr(644,root,root,755)
@@ -97,41 +100,7 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
-Revision 1.13  2007/02/12 22:09:15  glen
-- tabs in preamble
+Revision 1.14  2007/04/19 06:59:43  arekm
+- up to 0.0.3 final
 
-Revision 1.12  2007/02/12 01:06:33  baggins
-- converted to UTF-8
 
-Revision 1.11  2006/06/20 12:25:44  dzeus
-- up to pre26
-
-Revision 1.10  2006/02/17 13:51:48  hunter
-- up to -pre25
-
-Revision 1.9  2005/10/10 08:03:15  qboosh
-- unified
-
-Revision 1.8  2005/10/08 21:52:22  arekm
-- ifdef mmx support
-
-Revision 1.7  2005/10/08 21:41:32  arekm
-- rel .2
-
-Revision 1.6  2005/10/08 21:38:34  arekm
-- back to 0.0.2 series
-
-Revision 1.5  2005/10/08 21:24:39  arekm
-- up to pre3
-
-Revision 1.4  2005/09/19 20:35:59  aredridel
-- up to 0.0.3pre1
-
-Revision 1.3  2005/05/20 16:30:13  radzio
-- update to 0.0.2pre18
-
-Revision 1.2  2005/02/24 19:02:01  qboosh
-- pl desc for proper package
-
-Revision 1.1  2005/02/23 22:35:21  arekm
-- initial pld release


 CVS-web:
http://cvs.pld-linux.org/SPECS/spandsp.spec?r1=1.13&r2=1.14&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: mISDN.spec - new style kernel macros

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:49:40 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new style kernel macros

 Files affected:
SPECS:
   mISDN.spec (1.25 -> 1.26) 

 Diffs:


Index: SPECS/mISDN.spec
diff -u SPECS/mISDN.spec:1.25 SPECS/mISDN.spec:1.26
--- SPECS/mISDN.spec:1.25   Sun Apr  1 00:37:41 2007
+++ SPECS/mISDN.specThu Apr 19 08:49:35 2007
@@ -2,8 +2,6 @@
 #
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
-%bcond_without up  # don't build UP module
-%bcond_without smp # don't build SMP module
 %bcond_withverbose # verbose build (V=1)
 #
 %definemISDN_version   %(echo %{version} |tr . _)
@@ -39,8 +37,8 @@
 Group: Base/Kernel
 Requires(post,postun): /sbin/depmod
 %if %{with dist_kernel}
-%requires_releq_kernel_up
-Requires(postun):  %releq_kernel_up
+%requires_releq_kernel
+Requires(postun):  %releq_kernel
 %endif
 Provides:  kernel(mISDN)
 
@@ -54,28 +52,6 @@
 
 Ten pakiet zawiera moduł jądra Linuksa.
 
-%package -n kernel-smp-isdn-mISDN
-Summary:   Linux SMP driver for mISDN
-Summary(pl.UTF-8): Sterownik dla Linuksa SMP do mISDN
-Release:   [EMAIL PROTECTED]
-Group: Base/Kernel
-Requires(post,postun): /sbin/depmod
-%if %{with dist_kernel}
-%requires_releq_kernel_smp
-Requires(postun):  %releq_kernel_smp
-%endif
-Provides:  kernel(mISDN)
-
-%description -n kernel-smp-isdn-mISDN
-This is driver for mISDN for Linux.
-
-This package contains Linux SMP module.
-
-%description -n kernel-smp-isdn-mISDN -l pl.UTF-8
-Sterownik dla Linuksa do mISDN.
-
-Ten pakiet zawiera moduł jądra Linuksa SMP.
-
 %package devel
 Summary:   Development header files for mISDN
 Summary(pl.UTF-8): Pliki nagłówkowe mISDN
@@ -114,19 +90,12 @@
 cd drivers/isdn/hardware/mISDN
 install -d 
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/drivers/isdn/hardware/mISDN
 
-sep="%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}"
+sep="%{?with_dist_kernel:dist}%{!?with_dist_kernel:nondist}"
 for mod in *-${sep}.ko; do
m=$(echo "$mod" | sed -e "s#-${sep}.ko##g")
install "$mod" 
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/drivers/isdn/hardware/mISDN/${m}.ko
 done
 
-%if %{with smp} && %{with dist_kernel}
-for mod in *-smp.ko; do
-   m=$(echo "$mod" | sed -e 's#-smp.ko##g')
-   install "$mod" 
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/drivers/isdn/hardware/mISDN/${m}.ko
-done
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -136,25 +105,10 @@
 %postun-n kernel-isdn-mISDN
 %depmod %{_kernel_ver}
 
-%post  -n kernel-smp-isdn-mISDN
-%depmod %{_kernel_ver}smp
-
-%postun-n kernel-smp-isdn-mISDN
-%depmod %{_kernel_ver}smp
-
-%if %{with up} || %{without dist_kernel}
 %files -n kernel-isdn-mISDN
 %defattr(644,root,root,755)
 %dir /lib/modules/%{_kernel_ver}/drivers/isdn/hardware/mISDN
 /lib/modules/%{_kernel_ver}/drivers/isdn/hardware/mISDN/*.ko*
-%endif
-
-%if %{with smp} && %{with dist_kernel}
-%files -n kernel-smp-isdn-mISDN
-%defattr(644,root,root,755)
-%dir /lib/modules/%{_kernel_ver}smp/drivers/isdn/hardware/mISDN
-/lib/modules/%{_kernel_ver}smp/drivers/isdn/hardware/mISDN/*.ko*
-%endif
 
 %files devel
 %defattr(644,root,root,755)
@@ -166,6 +120,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.26  2007/04/19 06:49:35  arekm
+- new style kernel macros
+
 Revision 1.25  2007/03/31 22:37:41  marcus
 - up to 1.1.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mISDN.spec?r1=1.25&r2=1.26&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: nut.spec - SNMP UPS agent support, rel.2

2007-04-18 Thread orzech
Author: orzech   Date: Thu Apr 19 06:38:40 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- SNMP UPS agent support, rel.2

 Files affected:
SPECS:
   nut.spec (1.108 -> 1.109) 

 Diffs:


Index: SPECS/nut.spec
diff -u SPECS/nut.spec:1.108 SPECS/nut.spec:1.109
--- SPECS/nut.spec:1.108Tue Feb 13 08:16:50 2007
+++ SPECS/nut.spec  Thu Apr 19 08:38:35 2007
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Sieciowe narzędzie do UPS-ów
 Name:  nut
 Version:   2.0.5
-Release:   1
+Release:   2
 License:   GPL
 Group: Applications/System
 Source0:   
http://eu1.networkupstools.org/source/2.0/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@
 BuildRequires: automake
 BuildRequires: gd-devel >= 2.0.15
 BuildRequires: libpng-devel
+BuildRequires: net-snmp-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
@@ -178,7 +179,7 @@
--with-cgipath=/home/services/httpd/cgi-bin \
--with-user=ups \
--with-group=ups
-%{__make} all cgi
+%{__make} all snmp cgi
 %{?with_hidups:%{__make} build-usb}
 
 %install
@@ -186,7 +187,7 @@
 install -d $RPM_BUILD_ROOT{/sbin,/etc/{sysconfig,rc.d/init.d},/var/lib/ups} \
$RPM_BUILD_ROOT{/lib/nut,%{_libdir},%{_includedir}/nut}
 
-%{__make} install install-cgi \
+%{__make} install install-snmp install-cgi \
DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ups
@@ -320,6 +321,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.109  2007/04/19 06:38:35  orzech
+- SNMP UPS agent support, rel.2
+
 Revision 1.108  2007/02/13 07:16:50  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nut.spec?r1=1.108&r2=1.109&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: k3b-1.0.tar.bz2 k3b-i18n-1.0.tar.bz2

2007-04-18 Thread arekm

Files fetched: 1

ALREADY GOT: http://dl.sourceforge.net/k3b/k3b-1.0.tar.bz2
02bf955059adfe9ac8a11d36fb34a11c  k3b-1.0.tar.bz2
STORED: http://dl.sourceforge.net/k3b/k3b-i18n-1.0.tar.bz2
19534f984a9846b50bf027d1a9ce4988  k3b-i18n-1.0.tar.bz2
Size: 6839311 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: k3b.spec - rel 2; add i18n

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:37:55 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 2; add i18n

 Files affected:
SPECS:
   k3b.spec (1.157 -> 1.158) 

 Diffs:


Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.157 SPECS/k3b.spec:1.158
--- SPECS/k3b.spec:1.157Mon Apr 16 17:01:55 2007
+++ SPECS/k3b.spec  Thu Apr 19 08:37:50 2007
@@ -11,11 +11,13 @@
 Summary(pl.UTF-8): Kreator CD
 Name:  k3b
 Version:   1.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/k3b/%{name}-%{version}.tar.bz2
 # Source0-md5: 02bf955059adfe9ac8a11d36fb34a11c
+Source1:   http://dl.sourceforge.net/k3b/k3b-i18n-%{version}.tar.bz2
+# Source1-md5: 19534f984a9846b50bf027d1a9ce4988
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-group.patch
 Patch2:%{name}-dbus.patch
@@ -291,27 +293,33 @@
 Plugin.
 
 %prep
-%setup -q
+%setup -q -a1
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
 %build
-cp -f /usr/share/automake/config.sub admin
-cp -f /usr/share/libtool/ltmain.sh admin
-: > admin/libtool.m4.in
-rm -f acinclude.m4
-%{__make} -f admin/Makefile.common
-%configure \
-   --%{!?debug:dis}%{?debug:en}able-debug \
-   %{!?debug:--disable-rpath} \
-   %{!?with_setup:--with-k3bsetup=no} \
-   --with-qt-libraries=%{_libdir} \
-   %{!?with_hal:--without-hal} \
-   %{!?with_resmgr:--without-resmgr}
+curdir=$(pwd)
+for dir in . k3b-i18n-*; do
+   cd $dir
+   cp -f /usr/share/automake/config.sub admin
+   cp -f /usr/share/libtool/ltmain.sh admin
+   : > admin/libtool.m4.in
+   rm -f acinclude.m4
+   %{__make} -f admin/Makefile.common
+   %configure \
+   --%{!?debug:dis}%{?debug:en}able-debug \
+   %{!?debug:--disable-rpath} \
+   %{!?with_setup:--with-k3bsetup=no} \
+   --with-qt-libraries=%{_libdir} \
+   %{!?with_hal:--without-hal} \
+   %{!?with_resmgr:--without-resmgr}
+   cd $curdir
+done
 
 %{__make}
+%{__make} -C k3b-i18n-*
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -323,6 +331,9 @@
k3bsetup2dir=%{_desktopdir}/kde \
kde_htmldir=%{_kdedocdir}
 
+%{__make} -C k3b-i18n-* install \
+   DESTDIR=$RPM_BUILD_ROOT \
+
 install libk3b/tools/libisofs/*.h $RPM_BUILD_ROOT%{_includedir}/libisofs
 
 %find_lang %{name} --all-name --with-kde
@@ -468,6 +479,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.158  2007/04/19 06:37:50  arekm
+- rel 2; add i18n
+
 Revision 1.157  2007/04/16 15:01:55  wolvverine
 - partial revert last commit
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.157&r2=1.158&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk.spec - still doesn't build

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:23:08 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- still doesn't build

 Files affected:
SPECS:
   asterisk.spec (1.90 -> 1.91) 

 Diffs:


Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.90 SPECS/asterisk.spec:1.91
--- SPECS/asterisk.spec:1.90Thu Apr 19 00:01:43 2007
+++ SPECS/asterisk.spec Thu Apr 19 08:23:03 2007
@@ -17,7 +17,7 @@
 Summary(pl.UTF-8): Centralka (PBX) Asterisk
 Name:  asterisk
 Version:   1.4.2
-Release:   1
+Release:   0.1
 License:   GPL v2
 Group: Applications/System
 Source0:   
http://ftp.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
@@ -120,7 +120,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
+#%patch1 -p1
 #%patch2 -p1
 #%patch3 -p1
 #%patch4 -p1
@@ -151,15 +151,20 @@
 %{__aclocal}
 %{__autoconf}
 
+CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
 %configure
 
 cp -f .cleancount .lastclean
 
-%{__make} -C menuselect 
-%{__make} \
- CC="%{__cc}" \
- OPTIMIZE="%{rpmcflags}" \
-CHANNEL_LIBS+=chan_bluetooth.so
+%{__make} -C menuselect \
+   CC="%{__cc}" \
+   OPTIMIZE="%{rpmcflags}"
+
+%{__make} -j1 \
+   CC="%{__cc}" \
+   OPTIMIZE="%{rpmcflags}" \
+   OH323_LIBDIR="%{_libdir}" \
+   CHANNEL_LIBS+=chan_bluetooth.so
 
 # it requires doxygen - I don't know if we should do this...
 #%{__make} progdocs
@@ -268,6 +273,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.91  2007/04/19 06:23:03  arekm
+- still doesn't build
+
 Revision 1.90  2007/04/18 22:01:43  arekm
 - up to 1.4.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.90&r2=1.91&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: openh323-mak_files.patch, openh323-inc.patch - up

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:13:26 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- up

 Files affected:
SOURCES:
   openh323-mak_files.patch (1.19 -> 1.20) , openh323-inc.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/openh323-mak_files.patch
diff -u SOURCES/openh323-mak_files.patch:1.19 
SOURCES/openh323-mak_files.patch:1.20
--- SOURCES/openh323-mak_files.patch:1.19   Thu Apr 13 00:36:30 2006
+++ SOURCES/openh323-mak_files.patchThu Apr 19 08:13:21 2007
@@ -1,6 +1,6 @@
 diff -urN openh323_v1_18_0.org/configure.ac openh323_v1_18_0/configure.ac
 --- openh323_v1_18_0.org/configure.ac  2005-08-30 03:12:38.0 +0200
-+++ openh323_v1_18_0/configure.ac  2006-04-13 00:27:51.794727000 +0200
 openh323_v1_18_0/configure.ac  2007-04-19 08:09:59.983046709 +0200
 @@ -91,13 +91,6 @@
PWLIBDIR=`$PTLIB_CONFIG --prefix`
  fi
@@ -17,7 +17,7 @@
  AC_SUBST(PWLIBDIR)
 diff -urN openh323_v1_18_0.org/Makefile.in openh323_v1_18_0/Makefile.in
 --- openh323_v1_18_0.org/Makefile.in   2005-08-04 21:31:59.0 +0200
-+++ openh323_v1_18_0/Makefile.in   2006-04-13 00:29:52.258255500 +0200
 openh323_v1_18_0/Makefile.in   2007-04-19 08:09:59.983046709 +0200
 @@ -336,24 +336,13 @@
  
  install:
@@ -52,7 +52,7 @@
 $(DESTDIR)$(PREFIX)/share/openh323 ;\
 diff -urN openh323_v1_18_0.org/openh323u.mak.in 
openh323_v1_18_0/openh323u.mak.in
 --- openh323_v1_18_0.org/openh323u.mak.in  2005-01-03 07:25:51.0 
+0100
-+++ openh323_v1_18_0/openh323u.mak.in  2006-04-13 00:27:51.798727250 +0200
 openh323_v1_18_0/openh323u.mak.in  2007-04-19 08:11:04.952212183 +0200
 @@ -163,9 +163,11 @@
  #
  
@@ -82,16 +82,24 @@
  endif # LIBRARY_MAKEFILE
  
  LIBDIRS += $(OPENH323DIR)
-@@ -204,7 +206,7 @@
- endif # PREFIX
+@@ -197,14 +199,10 @@
+ #OH323_SUPPRESS_H235  = 1
+ 
+ OH323_SRCDIR = $(OPENH323DIR)/src
+-ifdef PREFIX
+-OH323_INCDIR = $(PREFIX)/include/openh323
+-else
+-OH323_INCDIR = $(OPENH323DIR)/include
+-endif # PREFIX
++OH323_INCDIR = /usr/include/openh323
  
  ifndef OH323_LIBDIR
 -OH323_LIBDIR = $(OPENH323DIR)/lib
-+OH323_LIBDIR = $(subst $(PWLIBDIR),$(OPENH323DIR),$(PW_LIBDIR))
++OH323_LIBDIR = $(OPENH323DIR)/lib
  endif # OH323_LIBDIR
  
  ifeq ($(NOTRACE), 1)
-@@ -216,7 +218,7 @@
+@@ -216,7 +214,7 @@
  OH323_SUFFIX = $(OBJ_SUFFIX)
  endif # NOTRACE
  
@@ -100,7 +108,7 @@
  OH323_FILE  = lib$(OH323_BASE).$(LIB_SUFFIX)
  
  LDFLAGS   += -L$(OH323_LIBDIR)
-@@ -271,6 +273,7 @@
+@@ -271,6 +269,7 @@
  
  $(TARGET) :   $(OH323_LIBDIR)/$(OH323_FILE)
  
@@ -108,7 +116,7 @@
  ifndef LIBRARY_MAKEFILE
  ifdef DEBUG
  $(OH323_LIBDIR)/$(OH323_FILE):
-@@ -280,6 +283,7 @@
+@@ -280,6 +279,7 @@
$(MAKE) -C $(OH323_SRCDIR) opt
  endif # DEBUG
  endif # LIBRARY_MAKEFILE
@@ -118,7 +126,7 @@
  
 diff -urN openh323_v1_18_0.org/src/Makefile openh323_v1_18_0/src/Makefile
 --- openh323_v1_18_0.org/src/Makefile  2005-06-07 09:59:11.0 +0200
-+++ openh323_v1_18_0/src/Makefile  2006-04-13 00:27:51.798727250 +0200
 openh323_v1_18_0/src/Makefile  2007-04-19 08:09:59.983046709 +0200
 @@ -379,7 +379,7 @@
  
  
@@ -137,4 +145,3 @@
  
  
  
-


Index: SOURCES/openh323-inc.patch
diff -u SOURCES/openh323-inc.patch:1.2 SOURCES/openh323-inc.patch:1.3
--- SOURCES/openh323-inc.patch:1.2  Thu Apr 19 08:05:42 2007
+++ SOURCES/openh323-inc.patch  Thu Apr 19 08:13:21 2007
@@ -9,19 +9,4 @@
  #include 
  #endif
  
-diff -urN openh323_v1_18_0.org/openh323u.mak.in 
openh323_v1_18_0/openh323u.mak.in
 openh323_v1_18_0.org/openh323u.mak.in  2005-01-03 07:25:51.0 
+0100
-+++ openh323_v1_18_0/openh323u.mak.in  2007-04-19 08:00:17.186439203 +0200
-@@ -197,11 +197,7 @@
- #OH323_SUPPRESS_H235  = 1
- 
- OH323_SRCDIR = $(OPENH323DIR)/src
--ifdef PREFIX
--OH323_INCDIR = $(PREFIX)/include/openh323
--else
--OH323_INCDIR = $(OPENH323DIR)/include
--endif # PREFIX
-+OH323_INCDIR = /usr/include/openh323
- 
- ifndef OH323_LIBDIR
- OH323_LIBDIR = $(OPENH323DIR)/lib
+


 CVS-web:

http://cvs.pld-linux.org/SOURCES/openh323-mak_files.patch?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SOURCES/openh323-inc.patch?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: openh323-inc.patch - force correct include dir

2007-04-18 Thread arekm
Author: arekmDate: Thu Apr 19 06:05:48 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- force correct include dir

 Files affected:
SOURCES:
   openh323-inc.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/openh323-inc.patch
diff -u SOURCES/openh323-inc.patch:1.1 SOURCES/openh323-inc.patch:1.2
--- SOURCES/openh323-inc.patch:1.1  Wed Apr 18 23:32:08 2007
+++ SOURCES/openh323-inc.patch  Thu Apr 19 08:05:42 2007
@@ -9,3 +9,19 @@
  #include 
  #endif
  
+diff -urN openh323_v1_18_0.org/openh323u.mak.in 
openh323_v1_18_0/openh323u.mak.in
+--- openh323_v1_18_0.org/openh323u.mak.in  2005-01-03 07:25:51.0 
+0100
 openh323_v1_18_0/openh323u.mak.in  2007-04-19 08:00:17.186439203 +0200
+@@ -197,11 +197,7 @@
+ #OH323_SUPPRESS_H235  = 1
+ 
+ OH323_SRCDIR = $(OPENH323DIR)/src
+-ifdef PREFIX
+-OH323_INCDIR = $(PREFIX)/include/openh323
+-else
+-OH323_INCDIR = $(OPENH323DIR)/include
+-endif # PREFIX
++OH323_INCDIR = /usr/include/openh323
+ 
+ ifndef OH323_LIBDIR
+ OH323_LIBDIR = $(OPENH323DIR)/lib


 CVS-web:
http://cvs.pld-linux.org/SOURCES/openh323-inc.patch?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: open-iscsi-2.0-754.tar.gz

2007-04-18 Thread zbyniu

Files fetched: 1

STORED: http://www.open-iscsi.org/bits/open-iscsi-2.0-754.tar.gz
2e7ce941ea4e4eda7c82f0b272a33bf9  open-iscsi-2.0-754.tar.gz
Size: 223383 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: open-iscsi.spec - up to 2.0-754; new style kernel module bu...

2007-04-18 Thread zbyniu
Author: zbyniu   Date: Thu Apr 19 00:28:11 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.0-754; new style kernel module build macros
- removed up, smp bcond and smp package

 Files affected:
SPECS:
   open-iscsi.spec (1.7 -> 1.8) 

 Diffs:


Index: SPECS/open-iscsi.spec
diff -u SPECS/open-iscsi.spec:1.7 SPECS/open-iscsi.spec:1.8
--- SPECS/open-iscsi.spec:1.7   Wed Mar 14 01:23:26 2007
+++ SPECS/open-iscsi.spec   Thu Apr 19 02:28:06 2007
@@ -3,33 +3,32 @@
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
 %bcond_without kernel  # don't build kernel modules
-%bcond_without up  # don't build UP module
-%bcond_without smp # don't build SMP module
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rc  rc7-383
+%define_rc  -754
 %define_rel 0.1
 Summary:   iSCSI - SCSI over IP
 Summary(pl.UTF-8): iSCSI - SCSI po IP
 Name:  open-iscsi
-Version:   0.3
+Version:   2.0
 Release:   %{_rel}
 License:   GPL
 Group: Base/Kernel
 Source0:   http://www.open-iscsi.org/bits/%{name}-%{version}%{_rc}.tar.gz
-# Source0-md5: 5009c7f2756b8c08d1000dee6dc600c1
+# Source0-md5: 2e7ce941ea4e4eda7c82f0b272a33bf9
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 URL:   http://www.open-iscsi.org/
 BuildRequires: db-devel
-%{?with_dist_kernel:BuildRequires: kernel-headers >= 2.6.0}
-BuildRequires: rpmbuild(macros) >= 1.268
+%{?with_dist_kernel:BuildRequires: kernel-headers >= 2.6.20.2}
+BuildRequires: rpmbuild(macros) >= 1.379
 Requires(post,preun):  /sbin/chkconfig
 Requires:  rc-scripts
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_sbindir/sbin
+%define_moddir kernel/2.6.20
 
 %description
 The Linux iSCSI driver acts as an iSCSI protocol initiator to
@@ -52,7 +51,7 @@
 Summary(pl.UTF-8): Moduł jądra ISCSI
 Release:   [EMAIL PROTECTED]
 Group: Base/Kernel
-Requires:  %{name} = %{version}-%{_rel}
+%{?with_dist_kernel:%requires_releq_kernel}
 
 %description -n kernel-iscsi
 IP over SCSI kernel module.
@@ -60,67 +59,26 @@
 %description -n kernel-iscsi -l pl.UTF-8
 Moduł jądra dla protokołu IP over SCSI.
 
-%package -n kernel-smp-iscsi
-Summary:   ISCSI SMP kernel module
-Summary(pl.UTF-8): Moduł jądra SMP ISCSI
-Release:   [EMAIL PROTECTED]
-Group: Base/Kernel
-Requires:  %{name} = %{version}-%{_rel}
-
-%description -n kernel-smp-iscsi
-IP over SCSI SMP kernel module.
-
-%description -n kernel-smp-iscsi -l pl.UTF-8
-Moduł jądra SMP dla protokołu IP over SCSI.
-
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
 
+cat > %{_moddir}/Makefile << EOF
+EXTRA_CFLAGS += -I%{_moddir} -I$PWD/include
+
+obj-m += scsi_transport_iscsi.o
+obj-m += libiscsi.o
+obj-m += iscsi_tcp.o
+EOF
+
 %build
 %if %{with kernel}
-cd kernel
-%if "%{_kernel_ver}" < "2.6.12.0"
-# fix the patch
-grep -B 1000 -m 1 'Index: backward-compile-2.6.11.patch' 
backward-compile-2.6.11.patch > backward-compile-2.6.11n.patch
-grep -A 1000 'Index: scsi_transport_iscsi.c' backward-compile-2.6.11.patch >> 
backward-compile-2.6.11n.patch
-patch < backward-compile-2.6.11n.patch
-%else
-%if  "%{_kernel_ver}" < "2.6.13.0"
-patch < backward-compile-2.6.12.patch
-%endif
-%endif
-
-# kernel module(s)
-for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
-   if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
-   exit 1
-   fi
-   rm -rf include
-   install -d include/{linux,config}
-   ln -sf %{_kernelsrcdir}/config-$cfg .config
-   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
include/linux/autoconf.h
-   ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
-   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
-   touch include/config/MARKER
-
-   %{__make} -C %{_kernelsrcdir} clean \
-   RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
-   %{?with_verbose:V=1}
-   %{__make} -C %{_kernelsrcdir} modules \
-   CC="%{__cc}" \
-   M=$PWD O=$PWD \
-   %{?with_verbose:V=1}
-   mv iscsi_tcp{,-$cfg}.ko
-   mv scsi_transport_iscsi{,-$cfg}.ko
-done
-cd ..
+%build_kernel_modules -C %{_moddir} -m scsi_transport_iscsi,libiscsi,iscsi_tcp
 %endif
 
 %if %{with userspace}
 %{__make} -C usr \
CC="%{__cc}" \
-   CFLAGS="%{rpmcflags} -I../include -DLinux -DNETLINK_ISCSI=12"
+   CFLAGS="%{rpmcflags} -I../include -DLinux -DNETLINK_ISCSI=12 
-D_GNU_SOURCE"
 %endif
 
 %install
@@ -128,19 +86,7 @@
 install -d 
$RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,5,8},/etc/{rc.d/init.d,syscon

SPECS: iscsitarget.spec - up to 0.4.15; new style kernel module bu...

2007-04-18 Thread zbyniu
Author: zbyniu   Date: Wed Apr 18 22:58:15 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.4.15; new style kernel module build macros
- removed up, smp bcond and smp package

 Files affected:
SPECS:
   iscsitarget.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/iscsitarget.spec
diff -u SPECS/iscsitarget.spec:1.18 SPECS/iscsitarget.spec:1.19
--- SPECS/iscsitarget.spec:1.18 Fri Mar 16 00:38:20 2007
+++ SPECS/iscsitarget.spec  Thu Apr 19 00:58:10 2007
@@ -3,32 +3,26 @@
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
 %bcond_without kernel  # don't build kernel modules
-%bcond_without up  # don't build UP module
-%bcond_without smp # don't build SMP module
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%ifarch sparc
-%undefine  with_smp
-%endif
-#
-%define_rel 2
+%define_rel 1
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
-Version:   0.4.11
+Version:   0.4.15
 Release:   %{_rel}
 License:   GPL
 Group: Base/Kernel
 Source0:   http://dl.sourceforge.net/iscsitarget/%{name}-%{version}.tar.gz
-# Source0-md5: 93ef992ba47a571b9772dccd4800cc52
+# Source0-md5: 81390e388d87e3cc17383ef5f4322c28
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 URL:   http://iscsitarget.sourceforge.net/
 # for %%service:
-#BuildRequires:rpmbuild(macros) >= 1.268
+#BuildRequires:rpmbuild(macros) >= 1.379
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires: kernel-module-build >= 3:2.6.0}
+%{?with_dist_kernel:BuildRequires: kernel-module-build >= 3:2.6.20.2}
 %endif
 Requires(post,preun):  /sbin/chkconfig
 Requires:  rc-scripts
@@ -62,55 +56,12 @@
 %description -n kernel-targetiscsi -l pl.UTF-8
 Moduł jądra dla protokołu IP over SCSI (Target).
 
-%package -n kernel-smp-targetiscsi
-Summary:   iSCSI SMP kernel module
-Summary(pl.UTF-8): Moduł jądra SMP iSCSI
-Release:   [EMAIL PROTECTED]
-Group: Base/Kernel
-Requires:  %{name} = %{version}-%{_rel}
-
-%description -n kernel-smp-targetiscsi
-IP over SCSI Target SMP kernel module.
-
-%description -n kernel-smp-targetiscsi -l pl.UTF-8
-Moduł jądra SMP dla protokołu IP over SCSI (Target).
-
 %prep
 %setup -q
 
 %build
 %if %{with kernel}
-cd kernel
-# kernel module(s)
-for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
-   if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
-   exit 1
-   fi
-   rm -rf include
-   install -d include/{linux,config}
-   ln -sf %{_kernelsrcdir}/config-$cfg .config
-   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
include/linux/autoconf.h
-%ifarch ppc ppc64
-   install -d include/asm
-   [ ! -d %{_kernelsrcdir}/include/asm-powerpc ] || ln -sf 
%{_kernelsrcdir}/include/asm-powerpc/* include/asm
-   [ ! -d %{_kernelsrcdir}/include/asm-%{_target_base_arch} ] || ln -snf 
%{_kernelsrcdir}/include/asm-%{_target_base_arch}/* include/asm
-%else
-   ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
-%endif
-   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
-   touch include/config/MARKER
-
-   %{__make} -C %{_kernelsrcdir} clean \
-   RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
-   %{?with_verbose:V=1}
-   %{__make} -C %{_kernelsrcdir} modules \
-   CC="%{__cc}" \
-   M=$PWD O=$PWD \
-   %{?with_verbose:V=1}
-   mv iscsi_trgt{,-$cfg}.ko
-done
-cd ..
+%build_kernel_modules -C kernel -m iscsi_trgt
 %endif
 
 %if %{with userspace}
@@ -124,13 +75,7 @@
 install -d 
$RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,5,8},/etc/{rc.d/init.d,sysconfig}}
 
 %if %{with kernel}
-install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/misc
-install 
kernel/iscsi_trgt-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
-$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/iscsi_trgt.ko
-%if %{with smp} && %{with dist_kernel}
-install kernel/iscsi_trgt-smp.ko \
-$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/iscsi_trgt.ko
-%endif
+%install_kernel_modules -m kernel/iscsi_trgt -d misc
 %endif
 
 %if %{with userspace}
@@ -153,12 +98,6 @@
 %postun -n kernel-targetiscsi
 %depmod %{_kernel_ver}
 
-%post -n kernel-smp-targetiscsi
-%depmod %{_kernel_ver}smp
-
-%postun -n kernel-smp-targetiscsi
-%depmod %{_kernel_ver}smp
-
 %post
 /sbin/chkconfig --add targetiscsi
 #%%service targetiscsi restart "target iscsi"
@@ -184,12 +123,6 @@
 %files -n kernel-targetiscsi
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/misc/*
-
-%if %{with smp} && %{with dist_kernel}
-%files -n kernel

DISTFILES: iscsitarget-0.4.15.tar.gz

2007-04-18 Thread zbyniu

Files fetched: 1

STORED: http://dl.sourceforge.net/iscsitarget/iscsitarget-0.4.15.tar.gz
81390e388d87e3cc17383ef5f4322c28  iscsitarget-0.4.15.tar.gz
Size: 102922 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: asterisk-1.4.2.tar.gz asterisk-core-sounds-en-gsm-1.4.6.tar.gz asterisk-moh-freeplay-wav.tar.gz app_txfax.c app_rxfax.c

2007-04-18 Thread arekm

Files fetched: 2

STORED: http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.2.tar.gz
343e2d7b145a30b23d7d814dac2f704c  asterisk-1.4.2.tar.gz
Size: 17055659 bytes
STORED: 
http://ftp.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.4.6.tar.gz
02e582b6c7de58e5eaba220229c0a71a  
asterisk-core-sounds-en-gsm-1.4.6.tar.gz
Size: 7445694 bytes
ALREADY GOT: 
http://ftp.digium.com/pub/telephony/sounds/asterisk-moh-freeplay-wav.tar.gz
e523fc2b4ac524f45da7815e97780540  asterisk-moh-freeplay-wav.tar.gz
ALREADY GOT: 
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre26/asterisk-1.2.x/app_txfax.c
8c8fcb263b76897022b4c28052a7b439  app_txfax.c
ALREADY GOT: 
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre26/asterisk-1.2.x/app_rxfax.c
ab6983b51c412883545b36993d704999  app_rxfax.c


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-fsguard-plugin-0.3.0.tar.bz2

2007-04-18 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.3.0.tar.bz2
27770ad4c4b737bfb0f3fb2457b33729  xfce4-fsguard-plugin-0.3.0.tar.bz2
Size: 113601 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-fsguard-plugin.spec (NEW) - new

2007-04-18 Thread megabajt
Author: megabajt Date: Wed Apr 18 22:08:14 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   xfce4-fsguard-plugin.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/xfce4-fsguard-plugin.spec
diff -u /dev/null SPECS/xfce4-fsguard-plugin.spec:1.1
--- /dev/null   Thu Apr 19 00:08:14 2007
+++ SPECS/xfce4-fsguard-plugin.spec Thu Apr 19 00:08:08 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:   A fsguard plugin for the Xfce panel
+Name:  xfce4-fsguard-plugin
+Version:   0.3.0
+Release:   1
+License:   BSD
+Group: X11/Applications
+Source0:   
http://goodies.xfce.org/releases/xfce4-fsguard-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: 27770ad4c4b737bfb0f3fb2457b33729
+URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool >= 0.35.5
+BuildRequires: xfce4-dev-tools >= 4.4.0
+BuildRequires: xfce4-panel-devel >= 4.4.0
+Requires:  xfce4-panel >= 4.4.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The fsguard plugin checks free space on a chosen mount point
+frequently and displays an alarm if free space is less than given
+alarm limit.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
+%{_datadir}/xfce4/panel-plugins/fsguard.desktop
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 22:08:08  megabajt
+- new
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk.spec - up to 1.4.2

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 22:01:50 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.4.2

 Files affected:
SPECS:
   asterisk.spec (1.89 -> 1.90) 

 Diffs:


Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.89 SPECS/asterisk.spec:1.90
--- SPECS/asterisk.spec:1.89Wed Mar 14 19:38:26 2007
+++ SPECS/asterisk.spec Thu Apr 19 00:01:43 2007
@@ -16,16 +16,16 @@
 Summary:   Asterisk PBX
 Summary(pl.UTF-8): Centralka (PBX) Asterisk
 Name:  asterisk
-Version:   1.4.0
+Version:   1.4.2
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   
http://ftp.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
-# Source0-md5: b4586be9bf00d438d6a53d408ba247d4
+# Source0-md5: 343e2d7b145a30b23d7d814dac2f704c
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
-Source3:   
http://ftp.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.4.1.tar.gz
-# Source3-md5: 0ad81081773609a26d7d58d2086fd902
+Source3:   
http://ftp.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.4.6.tar.gz
+# Source3-md5: 02e582b6c7de58e5eaba220229c0a71a
 Source4:   
http://ftp.digium.com/pub/telephony/sounds/asterisk-moh-freeplay-wav.tar.gz
 # Source4-md5: e523fc2b4ac524f45da7815e97780540
 Patch1:%{name}-configure.patch
@@ -268,6 +268,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.90  2007/04/18 22:01:43  arekm
+- up to 1.4.2
+
 Revision 1.89  2007/03/14 18:38:26  megabajt
 - missing dir
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.89&r2=1.90&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES (AC-branch): qemu-0.9.0-remove-iohandlers.patch (NEW) - ad...

2007-04-18 Thread heretyk
Author: heretyk  Date: Wed Apr 18 21:50:20 2007 GMT
Module: SOURCES   Tag: AC-branch
 Log message:
- added patch to fix crash when using qemu with NICs connected via socket
- release 4

 Files affected:
SOURCES:
   qemu-0.9.0-remove-iohandlers.patch (NONE -> 1.1.2.1)  (NEW)

 Diffs:


Index: SOURCES/qemu-0.9.0-remove-iohandlers.patch
diff -u /dev/null SOURCES/qemu-0.9.0-remove-iohandlers.patch:1.1.2.1
--- /dev/null   Wed Apr 18 23:50:20 2007
+++ SOURCES/qemu-0.9.0-remove-iohandlers.patch  Wed Apr 18 23:50:15 2007
@@ -0,0 +1,80 @@
+diff -Naur qemu-0.9.0.orig/vl.c qemu-0.9.0/vl.c
+--- qemu-0.9.0.orig/vl.c   2007-04-18 19:31:13.0 +0200
 qemu-0.9.0/vl.c2007-04-18 19:32:03.0 +0200
+@@ -4140,6 +4140,7 @@
+ IOCanRWHandler *fd_read_poll;
+ IOHandler *fd_read;
+ IOHandler *fd_write;
++int deleted;
+ void *opaque;
+ /* temporary data */
+ struct pollfd *ufd;
+@@ -4165,8 +4166,7 @@
+ if (ioh == NULL)
+ break;
+ if (ioh->fd == fd) {
+-*pioh = ioh->next;
+-qemu_free(ioh);
++ioh->deleted = 1;
+ break;
+ }
+ pioh = &ioh->next;
+@@ -4187,6 +4187,7 @@
+ ioh->fd_read = fd_read;
+ ioh->fd_write = fd_write;
+ ioh->opaque = opaque;
++ioh->deleted = 0;
+ }
+ return 0;
+ }
+@@ -5835,7 +5836,7 @@
+ 
+ void main_loop_wait(int timeout)
+ {
+-IOHandlerRecord *ioh, *ioh_next;
++IOHandlerRecord *ioh;
+ fd_set rfds, wfds, xfds;
+ int ret, nfds;
+ struct timeval tv;
+@@ -5870,6 +5871,8 @@
+ FD_ZERO(&wfds);
+ FD_ZERO(&xfds);
+ for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
++if (ioh->deleted)
++continue;
+ if (ioh->fd_read &&
+ (!ioh->fd_read_poll ||
+  ioh->fd_read_poll(ioh->opaque) != 0)) {
+@@ -5897,9 +5900,11 @@
+ #endif
+ ret = select(nfds + 1, &rfds, &wfds, &xfds, &tv);
+ if (ret > 0) {
+-/* XXX: better handling of removal */
+-for(ioh = first_io_handler; ioh != NULL; ioh = ioh_next) {
+-ioh_next = ioh->next;
++IOHandlerRecord **pioh;
++
++for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
++if (ioh->deleted)
++continue;
+ if (FD_ISSET(ioh->fd, &rfds)) {
+ ioh->fd_read(ioh->opaque);
+ }
+@@ -5907,6 +5912,17 @@
+ ioh->fd_write(ioh->opaque);
+ }
+ }
++
++  /* remove deleted IO handlers */
++  pioh = &first_io_handler;
++  while (*pioh) {
++ioh = *pioh;
++if (ioh->deleted) {
++*pioh = ioh->next;
++qemu_free(ioh);
++} else 
++pioh = &ioh->next;
++}
+ }
+ #if defined(CONFIG_SLIRP)
+ if (slirp_inited) {

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (AC-branch): qemu.spec - added patch to fix crash when using...

2007-04-18 Thread heretyk
Author: heretyk  Date: Wed Apr 18 21:50:20 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- added patch to fix crash when using qemu with NICs connected via socket
- release 4

 Files affected:
SPECS:
   qemu.spec (1.85.2.4 -> 1.85.2.5) 

 Diffs:


Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.4 SPECS/qemu.spec:1.85.2.5
--- SPECS/qemu.spec:1.85.2.4Sun Apr  1 00:43:01 2007
+++ SPECS/qemu.spec Wed Apr 18 23:50:14 2007
@@ -22,7 +22,7 @@
 %undefine  with_kernel
 %endif
 %define_kqemu_version  1.3.0pre11
-%define_rel3
+%define_rel4
 Summary:   QEMU CPU Emulator
 Summary(pl):   QEMU - emulator procesora
 Name:  qemu
@@ -49,6 +49,9 @@
 Patch11:   %{name}-0.7.2-gcc4-opts.patch
 #Patch12:  %{name}-0.7.2-dyngen-check-stack-clobbers.patch
 Patch13:   %{name}-dosguest.patch
+# Fix crash when using qemu instances with NICs connected via socket
+# This patch will be obsolete in versions after 0.9.0
+Patch14:   %{name}-0.9.0-remove-iohandlers.patch
 URL:   http://fabrice.bellard.free.fr/qemu/
 %if %{with kernel} && %{with dist_kernel}
 BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.7
@@ -157,6 +160,7 @@
 %{?with_nosdlgui:%patch6 -p1}
 %patch7 -p1
 #%patch8 -p1
+%patch14 -p1
 
 %{__sed} -i -e 's/sdl_static=yes/sdl_static=no/' configure
 %{__sed} -i 's/.*MAKE) -C kqemu$//' Makefile
@@ -330,6 +334,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.85.2.5  2007/04/18 21:50:14  heretyk
+- added patch to fix crash when using qemu with NICs connected via socket
+- release 4
+
 Revision 1.85.2.4  2007/03/31 22:43:01  hawk
 - don't drop ppc, build w/o kqemu kernel module instead
 - release 3


 CVS-web:
http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.85.2.4&r2=1.85.2.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: zaptel-make.patch - update

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:49:13 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- update

 Files affected:
SOURCES:
   zaptel-make.patch (1.12 -> 1.13) 

 Diffs:


Index: SOURCES/zaptel-make.patch
diff -u SOURCES/zaptel-make.patch:1.12 SOURCES/zaptel-make.patch:1.13
--- SOURCES/zaptel-make.patch:1.12  Wed Apr 18 23:15:43 2007
+++ SOURCES/zaptel-make.patch   Wed Apr 18 23:49:08 2007
@@ -1,16 +1,7 @@
-diff -ur zaptel-1.4.0.org/Makefile zaptel-1.4.0/Makefile
 zaptel-1.4.0/Makefile.orig 2006-12-06 23:25:42.0 +
-+++ zaptel-1.4.0/Makefile  2007-01-02 15:08:07.836737500 +
-@@ -31,7 +31,7 @@
- KVERS_MAJ:=$(shell echo $(KVERS) | cut -d. -f1-2)
- KINCLUDES:=$(KSRC)/include
- 
--CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
-+CFLAGS+=-I. $(OPTFLAGS) -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
- ifneq (,$(findstring ppc,$(UNAME_M)))
- CFLAGS_PPC:=-fsigned-char
- endif
-@@ -40,7 +40,7 @@
+diff -urN zaptel-1.4.1.org/Makefile zaptel-1.4.1/Makefile
+--- zaptel-1.4.1.org/Makefile  2007-03-23 03:11:12.0 +0100
 zaptel-1.4.1/Makefile  2007-04-18 23:05:43.346414984 +0200
+@@ -145,7 +145,7 @@
  endif
  CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_x86_64)
  LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
@@ -19,37 +10,21 @@
  KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I$(KSRC)/drivers/net \
-Wall -I. -Wstrict-prototypes -fomit-frame-pointer 
-I$(KSRC)/drivers/net/wan -I$(KINCLUDES)/net
  ifneq (,$(wildcard $(KINCLUDES)/linux/modversions.h))
-@@ -370,33 +370,9 @@
-   if [ -f zttool ]; then \
-   $(INSTALL) -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; \
-   fi
--ifeq ($(BUILDVER),linux26)
--  for x in $(MODULESKO); do \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \
--  done; \
--  $(KMAKE_INST); \
--  if [ -f datamods/syncppp.ko ]; then \
--  $(MAKE) -C datamods install; \
--  else \
--  rm -f 
$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/{hdlc_*,syncppp}.ko; \
--  fi
--else
--  for x in $(MODULESO) wct4xxp/wct4xxp.o; do \
--  $(INSTALL) -D -m 644 $$x 
$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \
--  done
--endif
--  if ! [ -f wcfxsusb.o ]; then \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxsusb.o; \
--  fi; \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxs.o
-   $(INSTALL) -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
-   $(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
--  [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
-   [ -f $(CONFIG_FILE) ] || $(INSTALL) -D -m 644 zaptel.conf.sample 
$(CONFIG_FILE)
--  build_tools/genmodconf $(BUILDVER) "$(ROOT_PREFIX)" "$(filter-out 
zaptel,$(MODULES))"
--  @if [ -d /etc/modutils ]; then \
--  /sbin/update-modules ; \
--  fi
+@@ -212,7 +212,7 @@
+ all: menuselect.makeopts 
+   @$(MAKE) _all
+ 
+-_all: $(if $(BUILD_MODULES),modules) programs $(LTZ_SO) $(LTZ_A)
++_all: programs $(LTZ_SO) $(LTZ_A)
  
- install-libs: $(LTZ_SO) $(LTZ_A)
-   $(INSTALL) -D -m 755 $(LTZ_A) $(LIB_DIR)/$(LTZ_A)
+ xpp-utils:
+ ifeq (yes,$(BUILD_XPP))
+@@ -386,7 +386,7 @@
+ $(UTILSO): %.o: %.c
+   $(CC) $(CFLAGS) -o $@ -c $<
+ 
+-install: all devices install-modules install-libs install-include install-xpp
++install: all devices install-libs install-include install-xpp
+ ifeq ($(HOTPLUG_FIRMWARE),yes)
+   $(MAKE) -C firmware hotplug-install
+ endif


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zaptel-make.patch?r1=1.12&r2=1.13&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


fortunes-pl: pld-offensive - dzie� dobry

2007-04-18 Thread undefine
Author: undefine Date: Wed Apr 18 21:45:21 2007 GMT
Module: fortunes-pl   Tag: HEAD
 Log message:
- dzie� dobry

 Files affected:
fortunes-pl:
   pld-offensive (1.11 -> 1.12) 

 Diffs:


Index: fortunes-pl/pld-offensive
diff -u fortunes-pl/pld-offensive:1.11 fortunes-pl/pld-offensive:1.12
--- fortunes-pl/pld-offensive:1.11  Sat Apr  1 22:43:43 2006
+++ fortunes-pl/pld-offensive   Wed Apr 18 23:45:15 2007
@@ -103,3 +103,6 @@
 22:37:36 -!- djrzulf [EMAIL PROTECTED] has joined #pld
 22:37:39 <@Trewor> a czy ktos uzywa czegos innego?
 22:37:58 < evilabram> Trewor: z��wia ;D zamawiam i robi co trzeba ;D [FN]
+%
+23:37:11 <@glen> kurwwaaa
+23:40:34 <@RMF> kto glenowi powiedzial ze kurwwaaa znaczy po polsku dzien 
dobry?


 CVS-web:
http://cvs.pld-linux.org/fortunes-pl/pld-offensive?r1=1.11&r2=1.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: havp.spec - use pld macros; hopefully correctly

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 21:44:40 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- use pld macros; hopefully correctly

 Files affected:
SPECS:
   havp.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/havp.spec
diff -u SPECS/havp.spec:1.3 SPECS/havp.spec:1.4
--- SPECS/havp.spec:1.3 Wed Apr 18 20:06:33 2007
+++ SPECS/havp.spec Wed Apr 18 23:44:34 2007
@@ -22,8 +22,10 @@
 Requires(postun,pre):  /usr/sbin/usermod
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/lib/rpm/user_group.sh
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
+Requires(pre): /usr/sbin/usermod
 Requires:  clamav
 Requires:  logrotate
 Provides:  group(havp)
@@ -76,11 +78,10 @@
 %pre
 %groupadd -g 215 havp
 %useradd -u 215 -d /tmp -s /bin/false -c "HTTP Antivirus Proxy" -g havp havp
-
-if [ -n "`/usr/bin/getgid clamav`" ]; then
-echo "Adding clamav to havp group."
-/usr/sbin/usermod -G havp clamav 1>&2
-%service clamd restart
+m=$(%addusertogroup clamav havp)
+if [ -n "$m" ]; then
+   echo >&2 "$m"
+   %service -q clamd restart
 fi
 
 %post
@@ -139,6 +140,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2007/04/18 21:44:34  glen
+- use pld macros; hopefully correctly
+
 Revision 1.3  2007/04/18 18:06:33  kosmo
 - thinking too fast is not good ...
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/havp.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ERRORS: linux-2.6.20.tar.bz2 patch--.bz2 patch-2.6.20.7.bz2 kernel-patch-linuxabi_20060404.tar.gz patch-.bz2

2007-04-18 Thread blues
wget -nv --no-check-certificate -O 
./tmp/e69a5cb4-7852-4a4e-a206-7fcd821562ea/b78873f8a3aff5bdc719fc7fb4c66a9b/patch--.bz2
 "http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch--.bz2":
http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch--.bz2:
23:35:08 ERROR 404: Not Found.


FATAL: http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch--.bz2 
(b78873f8a3aff5bdc719fc7fb4c66a9b) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/e69a5cb4-7852-4a4e-a206-7fcd821562ea/b78873f8a3aff5bdc719fc7fb4c66a9b/patch--.bz2
 "http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch--.bz2": 
http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch--.bz2:
23:35:08 ERROR 404: Not Found.
)
wget -nv --no-check-certificate -O 
./tmp/e69a5cb4-7852-4a4e-a206-7fcd821562ea/d56fd9b25c86144f47c0b9df4fc1f534/patch-.bz2
 "http://www.kernel.org/pub/linux/kernel/v2.6/patch-.bz2":
http://www.kernel.org/pub/linux/kernel/v2.6/patch-.bz2:
23:35:09 ERROR 404: Not Found.


FATAL: http://www.kernel.org/pub/linux/kernel/v2.6/patch-.bz2 
(d56fd9b25c86144f47c0b9df4fc1f534) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/e69a5cb4-7852-4a4e-a206-7fcd821562ea/d56fd9b25c86144f47c0b9df4fc1f534/patch-.bz2
 "http://www.kernel.org/pub/linux/kernel/v2.6/patch-.bz2": 
http://www.kernel.org/pub/linux/kernel/v2.6/patch-.bz2:
23:35:09 ERROR 404: Not Found.
)

Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2
34b0f354819217e6a345f48ebbd8f13e  linux-2.6.20.tar.bz2
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.20.7.bz2
d56fd9b25c86144f47c0b9df4fc1f534  patch-2.6.20.7.bz2
ALREADY GOT: 
http://ace-host.stuart.id.au/russell/files/debian/sarge/kernel-patch-linuxabi/kernel-patch-linuxabi_20060404.tar.gz
f2563a2d748c7480559e8d3ff77eb18a  kernel-patch-linuxabi_20060404.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (LINUX_2_6_20): kernel.spec - touch modules.dep unconditiona...

2007-04-18 Thread blues
Author: bluesDate: Wed Apr 18 21:35:01 2007 GMT
Module: SPECS Tag: LINUX_2_6_20
 Log message:
- touch modules.dep unconditionally. It does nothing bad and gives at least
  empty modules.dep. Even if depmod fails.

 Files affected:
SPECS:
   kernel.spec (1.441.2.1698.2.108 -> 1.441.2.1698.2.109) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1698.2.108 
SPECS/kernel.spec:1.441.2.1698.2.109
--- SPECS/kernel.spec:1.441.2.1698.2.108Tue Apr 17 12:15:51 2007
+++ SPECS/kernel.spec   Wed Apr 18 23:34:56 2007
@@ -1308,9 +1308,8 @@
echo "CHECKING DEPENDENCIES FOR KERNEL MODULES"
if [ %DepMod = /sbin/depmod ]; then
/sbin/depmod --basedir $KERNEL_INSTALL_DIR -ae -F 
$KERNEL_INSTALL_DIR/boot/System.map-$KernelVer -r $KernelVer || :
-   else
-   touch $KERNEL_INSTALL_DIR/lib/modules/$KernelVer/modules.dep
fi
+   touch $KERNEL_INSTALL_DIR/lib/modules/$KernelVer/modules.dep
echo "KERNEL RELEASE $KernelVer DONE"
 }
 
@@ -1699,6 +1698,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.441.2.1698.2.109  2007/04/18 21:34:56  blues
+- touch modules.dep unconditionally. It does nothing bad and gives at least
+  empty modules.dep. Even if depmod fails.
+
 Revision 1.441.2.1698.2.108  2007/04/17 10:15:51  mguevara
 - dropped future todo items: acrypt officially closed, drivers will be
   moved to the new acync cryptoapi, pax ppc32 change - not needed


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1698.2.108&r2=1.441.2.1698.2.109&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: openh323.spec - rel 6; fix build with new llh

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:33:10 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 6; fix build with new llh

 Files affected:
SPECS:
   openh323.spec (1.106 -> 1.107) 

 Diffs:


Index: SPECS/openh323.spec
diff -u SPECS/openh323.spec:1.106 SPECS/openh323.spec:1.107
--- SPECS/openh323.spec:1.106   Wed Mar 14 15:19:06 2007
+++ SPECS/openh323.spec Wed Apr 18 23:33:05 2007
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8): Biblioteka OpenH323
 Name:  openh323
 Version:   1.18.0
-Release:   5
+Release:   6
 License:   MPL 1.0
 Group: Libraries
 #Source0:  http://www.openh323.org/bin/%{name}_%{version}.tar.gz
@@ -23,6 +23,7 @@
 Patch4:%{name}-ffmpeg.patch
 Patch5:%{name}-configure_fix.patch
 Patch6:%{name}-install64.patch
+Patch7:%{name}-inc.patch
 URL:   http://www.openh323.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -89,6 +90,7 @@
 %if "%{_lib}" == "lib64"
 %patch6 -p1
 %endif
+%patch7 -p1
 
 %build
 PWLIBDIR=%{_prefix}; export PWLIBDIR
@@ -155,6 +157,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.107  2007/04/18 21:33:05  arekm
+- rel 6; fix build with new llh
+
 Revision 1.106  2007/03/14 14:19:06  megabajt
 - release 5 to rebuild with pwlib 1.10.5
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/openh323.spec?r1=1.106&r2=1.107&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: openh323-inc.patch (NEW) - new

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:32:13 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   openh323-inc.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/openh323-inc.patch
diff -u /dev/null SOURCES/openh323-inc.patch:1.1
--- /dev/null   Wed Apr 18 23:32:13 2007
+++ SOURCES/openh323-inc.patch  Wed Apr 18 23:32:08 2007
@@ -0,0 +1,11 @@
+diff -urN openh323_v1_18_0.org/include/ixjlid.h 
openh323_v1_18_0/include/ixjlid.h
+--- openh323_v1_18_0.org/include/ixjlid.h  2006-03-02 12:12:52.0 
+0100
 openh323_v1_18_0/include/ixjlid.h  2007-04-18 23:29:53.477430149 +0200
+@@ -274,7 +274,6 @@
+ 
+ #ifdef P_LINUX
+ #include 
+-#include 
+ #include 
+ #endif
+ 

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zaptel.spec - move 1.4.1 from devel

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:16:19 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- move 1.4.1 from devel

 Files affected:
SPECS:
   zaptel.spec (1.82 -> 1.83) 

 Diffs:


Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.82 SPECS/zaptel.spec:1.83
--- SPECS/zaptel.spec:1.82  Thu Mar  8 13:27:33 2007
+++ SPECS/zaptel.spec   Wed Apr 18 23:16:14 2007
@@ -3,49 +3,34 @@
 # Conditional build:
 %bcond_without dist_kernel # without distribution kernel
 %bcond_without kernel  # don't build kernel modules
-%bcond_without up  # don't build UP module
-%bcond_without smp # don't build SMP module
 %bcond_without userspace   # don't build userspace tools
-%bcond_withgrsec_kernel# build for kernel-grsecurity
 #
-%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
-%definealt_kernel  grsecurity
-%endif
-#
-%ifarch sparc
-%undefine  with_smp
-%endif
-#
-%define_rel4
+%define_rel1
 Summary:   Zaptel telephony device support
-Summary(pl.UTF-8): Obsługa urządzeń telefonicznych Zaptel
+Summary(pl.UTF-8):   Obsługa urządzeń telefonicznych Zaptel
 Name:  zaptel
-Version:   1.2.15
+Version:   1.4.1
 Release:   %{_rel}
 License:   GPL
 Group: Base/Kernel
-Source0:   ftp://ftp.digium.com/pub/zaptel/%{name}-%{version}.tar.gz
-# Source0-md5: 9072603b6e53e89d74973bd254e8285e
+Source0:   
http://ftp.digium.com/pub/zaptel/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 4e429375161c1d4ec07950e18526ced2
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
+Source3:   
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-064-1.05.01.tar.gz
+# Source3-md5: 18e6e6879070a8d61068e1c87b8c2b22
+Source4:   
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-128-1.05.01.tar.gz
+# Source4-md5: c46a13f468b53828dc5c78f0eadbefd4
 Patch0:%{name}-make.patch
-Patch1:%{name}-sparc.patch
-Patch2:%{name}-LIBDIR.patch
-Patch3:%{name}-LDFLAGS.patch
-Patch4:%{name}-as_needed-fix.patch
-Patch5:%{name}-sangoma.patch
+Patch1:%{name}-sangoma.patch
 URL:   http://www.asterisk.org/
 %if %{with kernel} && %{with dist_kernel}
-BuildRequires: kernel%{_alt_kernel}-module-build
+BuildRequires: kernel-module-build
 %endif
-%if %{with userspace}
+BuildRequires:  rpmbuild(macros) >= 1.379
 BuildRequires: newt-devel
-%endif
-BuildRequires: rpmbuild(macros) >= 1.330
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%definemodules 
pciradio,tor2,torisa,wcfxo,wct1xxp,wct4xxp/wct4xxp,wctc4xxp/wctc4xxp,wctdm,wctdm24xxp,wcte11xp,wcte12xp,wcusb,xpp/{xpd_fxo,xpd_fxs,xpp,xpp_usb},zaptel,ztd-eth,ztd-loc,ztdummy,ztdynamic,zttranscode
-
 %description
 Zaptel telephony device driver.
 
@@ -54,11 +39,9 @@
 
 %package devel
 Summary:   Zaptel development headers
-Summary(pl.UTF-8): Pliki nagłówkowe Zaptel
+Summary(pl.UTF-8):   Pliki nagłówkowe Zaptel
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{_rel}
-# files in /usr/include/linux
-Requires:  linux-libc-headers
 
 %description devel
 Zaptel development headers.
@@ -66,9 +49,21 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe Zaptel.
 
+%package static
+Summary:   Zaptel static library
+Summary(pl.UTF-8):   Biblioteka statyczna Zaptel
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{_rel}
+
+%description static
+Zaptel static library.
+
+%description static -l pl.UTF-8
+Biblioteka statyczna Zaptel.
+
 %package utils
 Summary:   Zaptel utility programs
-Summary(pl.UTF-8): Programy narzędziowe Zaptel
+Summary(pl.UTF-8):   Programy narzędziowe Zaptel
 Group: Applications/Communications
 
 %description utils
@@ -79,7 +74,7 @@
 
 %package init
 Summary:   Zaptel init scripts
-Summary(pl.UTF-8): Skrypty inicjalizujące Zaptel
+Summary(pl.UTF-8):   Skrypty inicjalizujące Zaptel
 Group: Applications/Communications
 Requires(post,preun):  /sbin/chkconfig
 Requires:  %{name}-utils = %{version}-%{_rel}
@@ -91,56 +86,76 @@
 %description init -l pl.UTF-8
 Inicjalizacja Zaptel w czasie startu systemu.
 
-%package -n kernel%{_alt_kernel}-%{name}
+%package -n kernel-%{name}
 Summary:   Zaptel Linux kernel driver
-Summary(pl.UTF-8): Sterownik Zaptel dla jądra Linuksa
+Summary(pl.UTF-8):   Sterownik Zaptel dla jądra Linuksa
 Release:   [EMAIL PROTECTED]
 Group: Base/Kernel
-%{?with_dist_kernel:%requires_releq_kernel_up}
-Requires(post,postun): /sbin/depmod
+Requires(post,postun):  /sbin/depmod
+%if %{with dist_kernel}
+%requires_releq_kernel
+Requires(postun):   %releq_kernel
+%endif
 
-%description -n kernel%{_alt_kernel}-%{nam

SOURCES: zaptel-make.patch - merge from DEVEL

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:15:48 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- merge from DEVEL

 Files affected:
SOURCES:
   zaptel-make.patch (1.11 -> 1.12) 

 Diffs:


Index: SOURCES/zaptel-make.patch
diff -u SOURCES/zaptel-make.patch:1.11 SOURCES/zaptel-make.patch:1.12
--- SOURCES/zaptel-make.patch:1.11  Wed Apr 18 23:13:48 2007
+++ SOURCES/zaptel-make.patch   Wed Apr 18 23:15:43 2007
@@ -1,7 +1,16 @@
-diff -urN zaptel-1.4.1.org/Makefile zaptel-1.4.1/Makefile
 zaptel-1.4.1.org/Makefile  2007-03-23 03:11:12.0 +0100
-+++ zaptel-1.4.1/Makefile  2007-04-18 23:05:43.346414984 +0200
-@@ -145,7 +145,7 @@
+diff -ur zaptel-1.4.0.org/Makefile zaptel-1.4.0/Makefile
+--- zaptel-1.4.0/Makefile.orig 2006-12-06 23:25:42.0 +
 zaptel-1.4.0/Makefile  2007-01-02 15:08:07.836737500 +
+@@ -31,7 +31,7 @@
+ KVERS_MAJ:=$(shell echo $(KVERS) | cut -d. -f1-2)
+ KINCLUDES:=$(KSRC)/include
+ 
+-CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
++CFLAGS+=-I. $(OPTFLAGS) -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
+ ifneq (,$(findstring ppc,$(UNAME_M)))
+ CFLAGS_PPC:=-fsigned-char
+ endif
+@@ -40,7 +40,7 @@
  endif
  CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_x86_64)
  LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
@@ -10,21 +19,37 @@
  KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I$(KSRC)/drivers/net \
-Wall -I. -Wstrict-prototypes -fomit-frame-pointer 
-I$(KSRC)/drivers/net/wan -I$(KINCLUDES)/net
  ifneq (,$(wildcard $(KINCLUDES)/linux/modversions.h))
-@@ -212,7 +212,7 @@
- all: menuselect.makeopts 
-   @$(MAKE) _all
- 
--_all: $(if $(BUILD_MODULES),modules) programs $(LTZ_SO) $(LTZ_A)
-+_all: programs $(LTZ_SO) $(LTZ_A)
+@@ -370,33 +370,9 @@
+   if [ -f zttool ]; then \
+   $(INSTALL) -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; \
+   fi
+-ifeq ($(BUILDVER),linux26)
+-  for x in $(MODULESKO); do \
+-  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \
+-  done; \
+-  $(KMAKE_INST); \
+-  if [ -f datamods/syncppp.ko ]; then \
+-  $(MAKE) -C datamods install; \
+-  else \
+-  rm -f 
$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/{hdlc_*,syncppp}.ko; \
+-  fi
+-else
+-  for x in $(MODULESO) wct4xxp/wct4xxp.o; do \
+-  $(INSTALL) -D -m 644 $$x 
$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \
+-  done
+-endif
+-  if ! [ -f wcfxsusb.o ]; then \
+-  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxsusb.o; \
+-  fi; \
+-  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxs.o
+   $(INSTALL) -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
+   $(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
+-  [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
+   [ -f $(CONFIG_FILE) ] || $(INSTALL) -D -m 644 zaptel.conf.sample 
$(CONFIG_FILE)
+-  build_tools/genmodconf $(BUILDVER) "$(ROOT_PREFIX)" "$(filter-out 
zaptel,$(MODULES))"
+-  @if [ -d /etc/modutils ]; then \
+-  /sbin/update-modules ; \
+-  fi
  
- xpp-utils:
- ifeq (yes,$(BUILD_XPP))
-@@ -386,7 +386,7 @@
- $(UTILSO): %.o: %.c
-   $(CC) $(CFLAGS) -o $@ -c $<
- 
--install: all devices install-modules install-libs install-include install-xpp
-+install: all devices install-libs install-include install-xpp
- ifeq ($(HOTPLUG_FIRMWARE),yes)
-   $(MAKE) -C firmware hotplug-install
- endif
+ install-libs: $(LTZ_SO) $(LTZ_A)
+   $(INSTALL) -D -m 755 $(LTZ_A) $(LIB_DIR)/$(LTZ_A)


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zaptel-make.patch?r1=1.11&r2=1.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zaptel-1.4.1.tar.gz zaptel-fw-oct6114-064-1.05.01.tar.gz zaptel-fw-oct6114-128-1.05.01.tar.gz

2007-04-18 Thread arekm

Files fetched: 1

STORED: http://ftp.digium.com/pub/zaptel/releases/zaptel-1.4.1.tar.gz
4e429375161c1d4ec07950e18526ced2  zaptel-1.4.1.tar.gz
Size: 2835893 bytes
ALREADY GOT: 
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-064-1.05.01.tar.gz
18e6e6879070a8d61068e1c87b8c2b22  zaptel-fw-oct6114-064-1.05.01.tar.gz
ALREADY GOT: 
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-128-1.05.01.tar.gz
c46a13f468b53828dc5c78f0eadbefd4  zaptel-fw-oct6114-128-1.05.01.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (DEVEL): zaptel.spec - up to 1.4.1

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:14:24 2007 GMT
Module: SPECS Tag: DEVEL
 Log message:
- up to 1.4.1

 Files affected:
SPECS:
   zaptel.spec (1.70.2.11 -> 1.70.2.12) 

 Diffs:


Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.70.2.11 SPECS/zaptel.spec:1.70.2.12
--- SPECS/zaptel.spec:1.70.2.11 Fri Apr  6 01:52:47 2007
+++ SPECS/zaptel.spec   Wed Apr 18 23:14:16 2007
@@ -5,17 +5,16 @@
 %bcond_without kernel  # don't build kernel modules
 %bcond_without userspace   # don't build userspace tools
 #
-%define_rel 1  
+%define_rel1
 Summary:   Zaptel telephony device support
 Summary(pl.UTF-8):   Obsługa urządzeń telefonicznych Zaptel
 Name:  zaptel
-Version:   1.4.0.2273
+Version:   1.4.1
 Release:   %{_rel}
 License:   GPL
 Group: Base/Kernel
-#Source0:  
http://ftp.digium.com/pub/zaptel/releases/%{name}-%{version}.tar.gz
-Source0:   %{name}-%{version}.tar.gz
-# Source0-md5: 4d34a4cf755d0178d0559c29d26363b8
+Source0:   
http://ftp.digium.com/pub/zaptel/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 4e429375161c1d4ec07950e18526ced2
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-064-1.05.01.tar.gz
@@ -23,11 +22,7 @@
 Source4:   
http://ftp.digium.com/pub/telephony/firmware/releases/zaptel-fw-oct6114-128-1.05.01.tar.gz
 # Source4-md5: c46a13f468b53828dc5c78f0eadbefd4
 Patch0:%{name}-make.patch
-Patch1:%{name}-sparc.patch
-Patch2:%{name}-LIBDIR.patch
-Patch3:%{name}-LDFLAGS.patch
-Patch4:%{name}-as_needed-fix.patch
-Patch5:%{name}-sangoma.patch
+Patch1:%{name}-sangoma.patch
 URL:   http://www.asterisk.org/
 %if %{with kernel} && %{with dist_kernel}
 BuildRequires: kernel-module-build
@@ -54,6 +49,18 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe Zaptel.
 
+%package static
+Summary:   Zaptel static library
+Summary(pl.UTF-8):   Biblioteka statyczna Zaptel
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{_rel}
+
+%description static
+Zaptel static library.
+
+%description static -l pl.UTF-8
+Biblioteka statyczna Zaptel.
+
 %package utils
 Summary:   Zaptel utility programs
 Summary(pl.UTF-8):   Programy narzędziowe Zaptel
@@ -97,17 +104,12 @@
 Sterownik dla jądra Linuksa do urządzeń telefonicznych Zaptel.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-#%patch3 -p1
-#%patch4 -p1
-%patch5 -p1
+%patch1 -p1
 
 %define buildconfigs %{?with_dist_kernel:dist}%{!?with_dist_kernel:nondist}
 
-
 %build
 %configure
 
@@ -119,6 +121,11 @@
 %if %{with kernel}
 cp %{SOURCE3} firmware/
 cp %{SOURCE4} firmware/
+cd firmware
+for t in *.tar.gz; do
+   tar -xzf $t
+done
+cd ..
 for cfg in %{buildconfigs}; do
rm -rf o
mkdir -p modules/$cfg
@@ -142,7 +149,7 @@
M=$PWD O=$PWD/o SUBDIRS=$PWD \
DOWNLOAD=wget \
%{?with_verbose:V=1}
-   mv *.ko modules/$cfg/
+   cp *.ko modules/$cfg/
 done
 %endif
 
@@ -169,7 +176,9 @@
 install -d 
$RPM_BUILD_ROOT{/sbin,%{_includedir}/linux,/etc/{rc.d/init.d,sysconfig},%{_sbindir},%{_mandir}/{man1,man8}}
 %{__make} -o all -o devices install \
LIBDIR="%{_libdir}" \
+   LIB_DIR="$RPM_BUILD_ROOT%{_libdir}" \
INSTALL_PREFIX=$RPM_BUILD_ROOT \
+   DESTDIR=$RPM_BUILD_ROOT \
MODCONF=$RPM_BUILD_ROOT/etc/modprobe.conf
 install zttest torisatool makefw ztmonitor ztspeed fxstest fxotune 
$RPM_BUILD_ROOT%{_sbindir}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/zaptel
@@ -187,7 +196,6 @@
 %postun -n kernel-%{name}
 %depmod %{_kernel_ver}
 
-%if %{with userspace}
 %post init
 /sbin/chkconfig --add %{name}
 %service %{name} restart
@@ -198,12 +206,14 @@
/sbin/chkconfig --del %{name}
 fi
 
+%if %{with userspace}
 %files
 %defattr(644,root,root,755)
 %doc README
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/zaptel.conf
 %attr(755,root,root) /sbin/*
 %attr(755,root,root) %{_libdir}/*.so.*
+%{_datadir}/zaptel
 %{_mandir}/man8/*
 
 %files init
@@ -217,6 +227,10 @@
 %{_includedir}/zaptel/
 %{_includedir}/zaptel/*.h
 
+%files static
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.a
+
 %files utils
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/*
@@ -226,6 +240,7 @@
 %files -n kernel-%{name}
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/misc/*.ko*
+%endif
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -233,6 +248,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.70.2.12  2007/04/18 21:14:16  arekm
+- up to 1.4.1
+
 Revision 1.

SOURCES: zaptel-make.patch - updated

2007-04-18 Thread arekm
Author: arekmDate: Wed Apr 18 21:13:53 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated

 Files affected:
SOURCES:
   zaptel-make.patch (1.10 -> 1.11) 

 Diffs:


Index: SOURCES/zaptel-make.patch
diff -u SOURCES/zaptel-make.patch:1.10 SOURCES/zaptel-make.patch:1.11
--- SOURCES/zaptel-make.patch:1.10  Thu Mar  8 13:14:35 2007
+++ SOURCES/zaptel-make.patch   Wed Apr 18 23:13:48 2007
@@ -1,61 +1,30 @@
 zaptel-1.2.15.orig/Makefile2007-03-02 23:29:04.0 +0100
-+++ zaptel-1.2.15/Makefile 2007-03-08 11:11:05.212766000 +0100
-@@ -52,7 +52,7 @@
- 
- MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm wctdm24xxp \
-ztdynamic ztd-eth wct1xxp wcte11xp pciradio \
-- ztd-loc wcte12xp # ztdummy
-+ ztd-loc wcte12xp ztdummy
- #MODULES+=wcfxsusb
- ifeq ($(BUILDVER),linux26)
- MODULES+=ztdummy zttranscode
-@@ -93,12 +93,12 @@
- 
- INSTALL_PREFIX:=$(DESTDIR)
- 
--CFLAGS+=-I. -O4 -g -Wall
-+CFLAGS+=-I. $(OPTFLAGS) -g -Wall
- CFLAGS_PPC:=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
- CFLAGS_X86-64:=$(shell if uname -m | grep -q x86_64; then echo "-m64"; fi)
- CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_X86-64)
- LCFLAGS:=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
--KFLAGS:=-I$(KINCLUDES) -O6
-+KFLAGS:=-I$(KINCLUDES) $(OPTFLAGS)
+diff -urN zaptel-1.4.1.org/Makefile zaptel-1.4.1/Makefile
+--- zaptel-1.4.1.org/Makefile  2007-03-23 03:11:12.0 +0100
 zaptel-1.4.1/Makefile  2007-04-18 23:05:43.346414984 +0200
+@@ -145,7 +145,7 @@
+ endif
+ CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_x86_64)
+ LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
+-KFLAGS=-I$(KINCLUDES) -O6
++KFLAGS=-I$(KINCLUDES) $(OPTFLAGS)
  KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I$(KSRC)/drivers/net \
-Wall -I. -Wstrict-prototypes -fomit-frame-pointer 
-I$(KSRC)/drivers/net/wan -I$(KINCLUDES)/net
  ifneq (,$(wildcard $(KINCLUDES)/linux/modversions.h))
-@@ -353,21 +353,6 @@
-   install -D -m 755 sethdlc $(INSTALL_PREFIX)/sbin/sethdlc ; \
-   fi
-   if [ -f zttool ]; then install -D -m 755 zttool 
$(INSTALL_PREFIX)/sbin/zttool; fi
--ifeq ($(BUILDVER),linux26)
--  for x in $(MODULESKO); do \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \
--  done; \
--  $(KMAKE_INST);
--else
--  for x in $(MODULESO) wct4xxp/wct4xxp.o; do \
--  install -D -m 644 $$x 
$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \
--  done;
--
--endif
--  if ! [ -f wcfxsusb.o ]; then \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxsusb.o; \
--  fi; \
--  rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxs.o
-   install -D -m 755 $(LIBTONEZONE_SO) 
$(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE_SO).$(LIBTONEZONE_SO_MAJOR_VER).$(LIBTONEZONE_SO_MINOR_VER)
-   [ `id -u` = 0 ] && /sbin/ldconfig || :
-   rm -f $(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE_SO)
-@@ -381,12 +366,7 @@
-   install -D -m 644 tonezone.h $(INSTALL_PREFIX)/usr/include/tonezone.h
-   install -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
-   install -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
--  [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
-   [ -f $(CONFIG_FILE) ] || install -D -m 644 zaptel.conf.sample 
$(CONFIG_FILE)
--  build_tools/genmodconf $(BUILDVER) "$(INSTALL_PREFIX)" "$(filter-out 
zaptel ztdummy zttranscode wctc4xxp ztdynamic xpp_usb,$(MODULES)) 
$(MODULE_ALIASES)"
--  @if [ -d /etc/modutils ]; then \
--  /sbin/update-modules ; \
--  fi
+@@ -212,7 +212,7 @@
+ all: menuselect.makeopts 
+   @$(MAKE) _all
+ 
+-_all: $(if $(BUILD_MODULES),modules) programs $(LTZ_SO) $(LTZ_A)
++_all: programs $(LTZ_SO) $(LTZ_A)
  
- install-udev: devices
+ xpp-utils:
+ ifeq (yes,$(BUILD_XPP))
+@@ -386,7 +386,7 @@
+ $(UTILSO): %.o: %.c
+   $(CC) $(CFLAGS) -o $@ -c $<
  
+-install: all devices install-modules install-libs install-include install-xpp
++install: all devices install-libs install-include install-xpp
+ ifeq ($(HOTPLUG_FIRMWARE),yes)
+   $(MAKE) -C firmware hotplug-install
+ endif


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zaptel-make.patch?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fuse-curlftpfs.spec - up to 0.9.1

2007-04-18 Thread zawadaa
Author: zawadaa  Date: Wed Apr 18 20:18:16 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.9.1

 Files affected:
SPECS:
   fuse-curlftpfs.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/fuse-curlftpfs.spec
diff -u SPECS/fuse-curlftpfs.spec:1.4 SPECS/fuse-curlftpfs.spec:1.5
--- SPECS/fuse-curlftpfs.spec:1.4   Fri Mar 30 22:18:36 2007
+++ SPECS/fuse-curlftpfs.spec   Wed Apr 18 22:18:10 2007
@@ -3,12 +3,12 @@
 Summary:   A filesystem for accessing FTP sites
 Summary(pl.UTF-8): System plików pozwalający na dostęp do serwerów FTP
 Name:  fuse-curlftpfs
-Version:   0.9
+Version:   0.9.1
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/curlftpfs/%{_name}-%{version}.tar.gz
-# Source0-md5: 7e29eb1963d4023bb7ea530a1b4274c4
+# Source0-md5: 969998e9cf1663824f44739e94c703a1
 URL:   http://curlftpfs.sourceforge.net/
 BuildRequires: curl-devel >= 7.15.2
 BuildRequires: glib2-devel
@@ -58,6 +58,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2007/04/18 20:18:10  zawadaa
+- up to 0.9.1
+
 Revision 1.4  2007/03/30 20:18:36  qboosh
 - informative pl summary, pl desc fixes
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fuse-curlftpfs.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: cmake.spec - rel. 2 for fracked up libstdc++

2007-04-18 Thread deejay1
Author: deejay1  Date: Wed Apr 18 19:37:16 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel. 2 for fracked up libstdc++

 Files affected:
SPECS:
   cmake.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/cmake.spec
diff -u SPECS/cmake.spec:1.16 SPECS/cmake.spec:1.17
--- SPECS/cmake.spec:1.16   Mon Feb 12 22:23:51 2007
+++ SPECS/cmake.specWed Apr 18 21:37:11 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach
 Name:  cmake
 Version:   2.4.6
-Release:   1
+Release:   2
 License:   BSD
 Group: Development/Building
 Source0:   http://www.cmake.org/files/v2.4/%{name}-%{version}.tar.gz
@@ -82,6 +82,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2007/04/18 19:37:11  deejay1
+- rel. 2 for fracked up libstdc++
+
 Revision 1.16  2007/02/12 21:23:51  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cmake.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: opal.spec - rel 3

2007-04-18 Thread deejay1
Author: deejay1  Date: Wed Apr 18 19:34:18 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 3

 Files affected:
SPECS:
   opal.spec (1.31 -> 1.32) 

 Diffs:


Index: SPECS/opal.spec
diff -u SPECS/opal.spec:1.31 SPECS/opal.spec:1.32
--- SPECS/opal.spec:1.31Tue Apr 17 18:48:30 2007
+++ SPECS/opal.spec Wed Apr 18 21:34:13 2007
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Biblioteka Open Phone Abstraction Library (aka OpenH323 
v2)
 Name:  opal
 Version:   2.2.8
-Release:   2
+Release:   3
 License:   MPL
 Group: Libraries
 Source0:   
http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
@@ -124,6 +124,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.32  2007/04/18 19:34:13  deejay1
+- rel 3
+
 Revision 1.31  2007/04/17 16:48:30  deejay1
 - rel.2 for new libstdc++
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/opal.spec?r1=1.31&r2=1.32&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: opal-mak_files.patch - should fix the build without addin...

2007-04-18 Thread deejay1
Author: deejay1  Date: Wed Apr 18 19:27:02 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- should fix the build without adding BC: opal, although it needs testing

 Files affected:
SOURCES:
   opal-mak_files.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/opal-mak_files.patch
diff -u SOURCES/opal-mak_files.patch:1.2 SOURCES/opal-mak_files.patch:1.3
--- SOURCES/opal-mak_files.patch:1.2Thu May 18 19:32:41 2006
+++ SOURCES/opal-mak_files.patchWed Apr 18 21:26:56 2007
@@ -1,5 +1,6 @@
 opal-2.2.1/opal_inc.mak.in~2006-05-18 18:58:47.731454500 +0200
-+++ opal-2.2.1/opal_inc.mak.in 2006-05-18 19:32:42.350611250 +0200
+diff -ur opal-2.2.8/opal_inc.mak.in opal-2.2.8-mak/opal_inc.mak.in
+--- opal-2.2.8/opal_inc.mak.in 2007-04-18 19:16:36.345473082 +0200
 opal-2.2.8-mak/opal_inc.mak.in 2007-04-18 19:17:46.448447452 +0200
 @@ -67,7 +67,9 @@
  [EMAIL PROTECTED]@
  
@@ -11,7 +12,16 @@
  [EMAIL PROTECTED]@
  
  LIBDIRS += $(OPALDIR)
-@@ -114,6 +117,7 @@
+@@ -106,7 +108,7 @@
+ OPAL_BASE  = opal
+ OPAL_FILE  = lib$(OPAL_BASE).$(LIB_SUFFIX)
+ 
+-LDFLAGS   += -L$(OPAL_LIBDIR)
++LDFLAGS   := -L$(OPAL_LIBDIR) $(LDFLAGS)
+ LDLIBS:= -l$(OPAL_BASE) $(LDLIBS)
+ 
+ STDCCFLAGS  += -I$(OPAL_INCDIR)
+@@ -114,6 +116,7 @@
  
  $(TARGET) :   $(OPAL_LIBDIR)/$(OPAL_FILE)
  
@@ -19,7 +29,7 @@
  ifndef LIBRARY_MAKEFILE
  
  ifdef DEBUG
-@@ -127,6 +131,7 @@
+@@ -127,6 +130,7 @@
  libs :: $(OPAL_LIBDIR)/$(OPAL_FILE)
  
  endif


 CVS-web:
http://cvs.pld-linux.org/SOURCES/opal-mak_files.patch?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: havp.spec - small fix

2007-04-18 Thread kosmo
Author: kosmoDate: Wed Apr 18 17:58:27 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- small fix

 Files affected:
SPECS:
   havp.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/havp.spec
diff -u SPECS/havp.spec:1.1 SPECS/havp.spec:1.2
--- SPECS/havp.spec:1.1 Wed Apr 18 19:15:09 2007
+++ SPECS/havp.spec Wed Apr 18 19:58:21 2007
@@ -24,6 +24,7 @@
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
+Requires:  clamav
 Requires:  logrotate
 Provides:  group(havp)
 Provides:  user(havp)
@@ -77,8 +78,9 @@
 %useradd -u 215 -d /tmp -s /bin/false -c "HTTP Antivirus Proxy" -g havp havp
 
 if [ -n "`/usr/bin/getgid clamav`" ]; then
-echo "Adding havp to clamav group."
+echo "Adding clamav to havp group."
 /usr/sbin/usermod -G clamav havp 1>&2
+%service clamd restart
 fi
 
 %post
@@ -137,6 +139,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2007/04/18 17:58:21  kosmo
+- small fix
+
 Revision 1.1  2007/04/18 17:15:09  kosmo
 - initial version
 - I hope there are all things ok


 CVS-web:
http://cvs.pld-linux.org/SPECS/havp.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: havp.spec - thinking too fast is not good ...

2007-04-18 Thread kosmo
Author: kosmoDate: Wed Apr 18 18:06:45 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- thinking too fast is not good ...

 Files affected:
SPECS:
   havp.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/havp.spec
diff -u SPECS/havp.spec:1.2 SPECS/havp.spec:1.3
--- SPECS/havp.spec:1.2 Wed Apr 18 19:58:21 2007
+++ SPECS/havp.spec Wed Apr 18 20:06:33 2007
@@ -79,7 +79,7 @@
 
 if [ -n "`/usr/bin/getgid clamav`" ]; then
 echo "Adding clamav to havp group."
-/usr/sbin/usermod -G clamav havp 1>&2
+/usr/sbin/usermod -G havp clamav 1>&2
 %service clamd restart
 fi
 
@@ -139,6 +139,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2007/04/18 18:06:33  kosmo
+- thinking too fast is not good ...
+
 Revision 1.2  2007/04/18 17:58:21  kosmo
 - small fix
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/havp.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: pwlib.spec - rebuild with new libstdc++ - rel. 2

2007-04-18 Thread deejay1
Author: deejay1  Date: Wed Apr 18 17:36:09 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rebuild with new libstdc++
- rel. 2

 Files affected:
SPECS:
   pwlib.spec (1.136 -> 1.137) 

 Diffs:


Index: SPECS/pwlib.spec
diff -u SPECS/pwlib.spec:1.136 SPECS/pwlib.spec:1.137
--- SPECS/pwlib.spec:1.136  Fri Apr 13 12:53:49 2007
+++ SPECS/pwlib.specWed Apr 18 19:36:02 2007
@@ -4,7 +4,7 @@
 Summary(pt_BR.UTF-8):  Biblioteca Windows Portavel
 Name:  pwlib
 Version:   1.10.7
-Release:   1
+Release:   2
 License:   MPL 1.0
 Group: Libraries
 Source0:   
http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
@@ -268,6 +268,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.137  2007/04/18 17:36:02  deejay1
+- rebuild with new libstdc++
+- rel. 2
+
 Revision 1.136  2007/04/13 10:53:49  patrys
 - 1.10.7
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/pwlib.spec?r1=1.136&r2=1.137&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PLD-doc: uid_gid.db.txt - added uid/gid for havp (215/215)

2007-04-18 Thread kosmo
Author: kosmoDate: Wed Apr 18 17:12:44 2007 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- added uid/gid for havp (215/215)

 Files affected:
PLD-doc:
   uid_gid.db.txt (1.225 -> 1.226) 

 Diffs:


Index: PLD-doc/uid_gid.db.txt
diff -u PLD-doc/uid_gid.db.txt:1.225 PLD-doc/uid_gid.db.txt:1.226
--- PLD-doc/uid_gid.db.txt:1.225Thu Apr  5 11:22:47 2007
+++ PLD-doc/uid_gid.db.txt  Wed Apr 18 19:12:39 2007
@@ -207,6 +207,7 @@
 211ivman   ivman
 213nginx   nginx   nginx webserver
 214argus   argus   argus network flow monitor
+215havphavpHOME=/tmp
 
 
 GID
@@ -407,6 +408,7 @@
 212ies4linux   ies4linux   it allows to create user profile
 213nginx   nginx   nginx webserver
 214argus   argus   argus network flow monitor
+215havphavp
 
 1000   users   setup
 


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/uid_gid.db.txt?r1=1.225&r2=1.226&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: havp.init (NEW), havp.logrotate (NEW) - initial version

2007-04-18 Thread kosmo
Author: kosmoDate: Wed Apr 18 17:13:36 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- initial version

 Files affected:
SOURCES:
   havp.init (NONE -> 1.1)  (NEW), havp.logrotate (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/havp.init
diff -u /dev/null SOURCES/havp.init:1.1
--- /dev/null   Wed Apr 18 19:13:36 2007
+++ SOURCES/havp.init   Wed Apr 18 19:13:31 2007
@@ -0,0 +1,74 @@
+#!/bin/sh
+#
+# havp havp (HTTP Antivirus Proxy)
+#
+# chkconfig:   345 65 35
+#
+# description: havp is an HTTP antivirus proxy.
+#
+# processname: havp
+# pidfile:  /var/run/havp/havp.pid
+#
+
+
+# Source function library
+. /etc/rc.d/init.d/functions
+
+# Get service config
+[ -f /etc/sysconfig/havp ] && . /etc/sysconfig/havp
+[ -z "$HAVP_CONFIG" ] && HAVP_CONFIG=/etc/havp/havp.config
+
+start() {
+   if [ ! -f /var/lock/subsys/havp ]; then
+   msg_starting 'HTTP Antivirus Proxy'
+   daemon /usr/sbin/havp -c "$HAVP_CONFIG"
+   RETVAL=$?
+   [ $RETVAL -eq 0 ] && touch /var/lock/subsys/havp
+   else
+   msg_already_running 'HTTP Antivirus Proxy'
+   fi
+}
+
+stop() {
+   if [ -f /var/lock/subsys/havp ]; then
+   msg_stopping 'HTTP Antivirus Proxy'
+   killproc --pidfile havp/havp.pid havp
+   rm -f /var/run/havp/havp.pid /var/lock/subsys/havp >/dev/null 
2>&1
+   else
+   msg_not_running 'HTTP Antivirus Proxy'
+   fi
+}
+
+RETVAL=0
+# See how we were called.
+case "$1" in
+  start)
+   start
+   ;;
+  stop)
+   stop
+   ;;
+  restart)
+   stop
+   start
+   ;;
+  status)
+   status havp
+   exit $?
+   ;;
+  reload|force-reload)
+   if [ -f /var/lock/subsys/havp ]; then
+   msg_reloading 'HTTP Antivirus Proxy'
+   killproc havp -HUP
+   RETVAL=$?
+   else
+   msg_not_running 'HTTP Antivirus Proxy'
+   RETVAL=7
+   fi
+   ;;
+  *)
+   msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
+   exit 3
+esac
+
+exit $RETVAL


Index: SOURCES/havp.logrotate
diff -u /dev/null SOURCES/havp.logrotate:1.1
--- /dev/null   Wed Apr 18 19:13:36 2007
+++ SOURCES/havp.logrotate  Wed Apr 18 19:13:31 2007
@@ -0,0 +1,7 @@
+/var/log/havp/*.log {
+   olddir /var/log/archive/havp
+   create 640 havp root
+   postrotate
+   /bin/killall -HUP havp
+   endscript
+}

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: havp-0.86.tar.gz

2007-04-18 Thread kosmo

Files fetched: 1

STORED: http://www.server-side.de/download/havp-0.86.tar.gz
c99c8da224c72844882623086e2b1618  havp-0.86.tar.gz
Size: 104928 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: havp.spec (NEW) - initial version - I hope there are all th...

2007-04-18 Thread kosmo
Author: kosmoDate: Wed Apr 18 17:15:15 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial version
- I hope there are all things ok

 Files affected:
SPECS:
   havp.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/havp.spec
diff -u /dev/null SPECS/havp.spec:1.1
--- /dev/null   Wed Apr 18 19:15:15 2007
+++ SPECS/havp.spec Wed Apr 18 19:15:09 2007
@@ -0,0 +1,143 @@
+# $Revision$, $Date$
+#
+Summary:   HTTP Antivirus Proxy
+Summary(pl.UTF-8): Antywirusowe Proxy HTTP
+Name:  havp
+Version:   0.86
+Release:   1
+License:   GPL v2
+Group: Networking/Daemons
+Source0:   http://www.server-side.de/download/%{name}-%{version}.tar.gz
+# Source0-md5: c99c8da224c72844882623086e2b1618
+Source1:   %{name}.init
+Source2:   %{name}.logrotate
+URL:   http://www.server-side.de/
+BuildRequires: autoconf
+BuildRequires: clamav-devel
+BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.228
+Requires(post,preun):  /sbin/chkconfig
+Requires(postun):  /usr/sbin/groupdel
+Requires(postun):  /usr/sbin/userdel
+Requires(postun,pre):  /usr/sbin/usermod
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires:  logrotate
+Provides:  group(havp)
+Provides:  user(havp)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HAVP (HTTP Antivirus Proxy) is a proxy with antivirus scanner. The
+main aims continous, non-blocking downloads and smooth scanning of
+dynamic or password proctected HTTP traffic.
+
+HAVP has a parent and transparent proxy mode. It can be used with
+squid or standalone.
+
+%description -l pl.UTF-8
+HAVP (HTTP Antivirus Proxy) jest serwerem proxy z antywirusem. Głownym
+celem jest ciągłe i nie blokujące ściągania skanowanie ruchu HTTP.
+
+HAVP może działać jako proxy nadrzędne lub transparentne. Może też być
+używane w połączeniu ze squid'em lub samodzielnie.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+
+install -d $RPM_BUILD_ROOT/etc/logrotate.d
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
+
+install -d $RPM_BUILD_ROOT/var/run/%{name}
+install -d $RPM_BUILD_ROOT/var/log/%{name}
+install -d $RPM_BUILD_ROOT/var/log/archive/%{name}
+touch $RPM_BUILD_ROOT/var/log/%{name}/access.log
+touch $RPM_BUILD_ROOT/var/log/%{name}/%{name}.log
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+%groupadd -g 215 havp
+%useradd -u 215 -d /tmp -s /bin/false -c "HTTP Antivirus Proxy" -g havp havp
+
+if [ -n "`/usr/bin/getgid clamav`" ]; then
+echo "Adding havp to clamav group."
+/usr/sbin/usermod -G clamav havp 1>&2
+fi
+
+%post
+/sbin/chkconfig --add %{name}
+touch /var/log/%{name}/access.log
+touch /var/log/%{name}/%{name}.log
+chown havp:root /var/log/%{name}/*
+chmod 640 /var/log/%{name}/*
+%service %{name} restart
+
+%preun
+if [ "$1" = "0" ]; then
+   %service -q %{name} stop
+   /sbin/chkconfig --del %{name}
+fi
+
+%postun
+if [ "$1" = "0" ]; then
+   %userremove havp
+   %groupremove havp
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog INSTALL
+%dir %{_sysconfdir}/%{name}
+%dir %{_sysconfdir}/%{name}/templates
+%dir %attr(770,root,havp) /var/run/%{name}
+%dir %attr(750,root,havp) /var/log/%{name}
+%dir %attr(750,root,havp) /var/log/archive/%{name}
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%attr(640,havp,root) %ghost /var/log/%{name}/access.log
+%attr(640,havp,root) %ghost /var/log/%{name}/%{name}.log
+# %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,havp) 
%{_sysconfdir}/%{name}/blacklist
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,havp) 
%{_sysconfdir}/%{name}/whitelist
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,havp) 
%{_sysconfdir}/%{name}/%{name}.config
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/css2
+%lang(br) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/br
+%lang(de) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/de
+%lang(en) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/en
+%lang(es) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/es
+%lang(fr) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/fr
+%lang(it) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/templates/it
+%lang(nl) %config(noreplace) %verify(not md5 mtim

DISTFILES: thunderbird-2.0.0.0-source.tar.bz2 enigmail-0.94.3.tar.gz

2007-04-18 Thread aflinta

Files fetched: 1

STORED: 
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.0/source/thunderbird-2.0.0.0-source.tar.bz2
8e672d9f9206e0e1f03790dacb51e1bb  thunderbird-2.0.0.0-source.tar.bz2
Size: 37379868 bytes
ALREADY GOT: 
http://www.mozilla-enigmail.org/downloads/src/enigmail-0.94.3.tar.gz
08727eea68589eb4c9087ca771229f06  enigmail-0.94.3.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: mozilla-thunderbird.spec - version 2.0.0.0, builds OK (i68...

2007-04-18 Thread aflinta
Author: aflinta  Date: Wed Apr 18 16:56:56 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
 - version 2.0.0.0, builds OK (i686), needs testing.

 Files affected:
SPECS:
   mozilla-thunderbird.spec (1.106 -> 1.107) 

 Diffs:


Index: SPECS/mozilla-thunderbird.spec
diff -u SPECS/mozilla-thunderbird.spec:1.106 
SPECS/mozilla-thunderbird.spec:1.107
--- SPECS/mozilla-thunderbird.spec:1.106Thu Apr 12 12:59:07 2007
+++ SPECS/mozilla-thunderbird.spec  Wed Apr 18 18:56:50 2007
@@ -8,20 +8,16 @@
 %bcond_without enigmail# don't build enigmail - GPG/PGP support
 %bcond_without ldap# disable e-mail address lookups in LDAP directories
 #
-%define_rc rc1
-%define_ver2.0.0.0
-%define_release0.%{_rc}.%{_rel}
 %define_enigmail_ver   0.94.3
 
-%define_rel1
 Summary:   Thunderbird Community Edition - email client
 Summary(pl.UTF-8): Thunderbird Community Edition - klient poczty
 Name:  mozilla-thunderbird
-Version:   %{_ver}
-Release:   %{_release}
+Version:   2.0.0.0
+Release:   0.1
 License:   MPL/LGPL
 Group: Applications/Networking
-Source0:   
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}%{_rc}/source/thunderbird-%{version}%{_rc}-source.tar.bz2
+Source0:   
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2
 # Source0-md5: 8e672d9f9206e0e1f03790dacb51e1bb
 Source1:   
http://www.mozilla-enigmail.org/downloads/src/enigmail-%{_enigmail_ver}.tar.gz
 # Source1-md5: 08727eea68589eb4c9087ca771229f06
@@ -84,11 +80,11 @@
 Summary:   Extension for the authentication and encryption features 
provided by GnuPG
 Summary(pl.UTF-8): Rozszerzenie do uwierzytelniania i szyfrowania 
zapewnianego przez GnuPG
 Version:   %{_enigmail_ver}
-Release:   %{_rel}
+Release:   %{release}
 License:   MPL/LGPL
 Group: Applications/Networking
 URL:   http://enigmail.mozdev.org/
-Requires:  %{name} = %{_ver}-%{_release}
+Requires:  %{name} = %{version}-%{release}
 
 %description addon-enigmail
 Enigmail is an extension to the mail client of Mozilla Thunderbird
@@ -118,7 +114,7 @@
 - interfejs do zarządzania kluczami OpenPGP
 
 %prep
-%setup -q -c -n %{name}-%{_ver}%{_rc}
+%setup -q -c
 cd mozilla
 %{?with_enigmail:tar xvfz %{SOURCE1} -C mailnews/extensions}
 %patch1 -p1
@@ -349,6 +345,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.107  2007/04/18 16:56:50  aflinta
+ - version 2.0.0.0, builds OK (i686), needs testing.
+
 Revision 1.106  2007/04/12 10:59:07  arekm
 - up to 2.0.0.0 rc1
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.106&r2=1.107&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: ql2400-firmware.spec - up to 4.00.27

2007-04-18 Thread zawadaa
Author: zawadaa  Date: Wed Apr 18 16:49:43 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 4.00.27

 Files affected:
SPECS:
   ql2400-firmware.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/ql2400-firmware.spec
diff -u SPECS/ql2400-firmware.spec:1.4 SPECS/ql2400-firmware.spec:1.5
--- SPECS/ql2400-firmware.spec:1.4  Mon Feb 12 23:09:12 2007
+++ SPECS/ql2400-firmware.spec  Wed Apr 18 18:49:38 2007
@@ -5,12 +5,12 @@
 Summary:   Firmware for the QLogic %{nameprog} HBA
 Summary(pl.UTF-8): Firmware dla HBA QLogic %{nameprog}
 Name:  %{nameprog}-firmware
-Version:   4.00.23
-Release:   0.1
+Version:   4.00.27
+Release:   1
 License:   distributable
 Group: Base/Kernel
 Source0:   ftp://ftp.qlogic.com/outgoing/linux/firmware/%{nameprog}_fw.bin
-# Source0-md5: 0ec6c6c7e4389418be76278460b9e0b5
+# Source0-md5: 0a297cc86c4183abc0246cf609379ade
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,6 +42,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2007/04/18 16:49:38  zawadaa
+- up to 4.00.27
+
 Revision 1.4  2007/02/12 22:09:12  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ql2400-firmware.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ql2400_fw.bin

2007-04-18 Thread zawadaa

Files fetched: 1

STORED: ftp://ftp.qlogic.com/outgoing/linux/firmware/ql2400_fw.bin
0a297cc86c4183abc0246cf609379ade  ql2400_fw.bin
Size: 206500 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (AC-branch): ql2400-firmware.spec - fresh ver - 4.00.27 - wo...

2007-04-18 Thread zawadaa
Author: zawadaa  Date: Wed Apr 18 16:45:08 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- fresh ver - 4.00.27
- works for me

 Files affected:
SPECS:
   ql2400-firmware.spec (1.2 -> 1.2.2.1) 

 Diffs:


Index: SPECS/ql2400-firmware.spec
diff -u SPECS/ql2400-firmware.spec:1.2 SPECS/ql2400-firmware.spec:1.2.2.1
--- SPECS/ql2400-firmware.spec:1.2  Sun Aug 20 16:15:26 2006
+++ SPECS/ql2400-firmware.spec  Wed Apr 18 18:45:02 2007
@@ -5,12 +5,12 @@
 Summary:   Firmware for the QLogic %{nameprog} HBA
 Summary(pl):   Firmware dla HBA QLogic %{nameprog}
 Name:  %{nameprog}-firmware
-Version:   4.00.23
-Release:   0.1
+Version:   4.00.27
+Release:   1
 License:   distributable
 Group: Base/Kernel
 Source0:   ftp://ftp.qlogic.com/outgoing/linux/firmware/%{nameprog}_fw.bin
-# Source0-md5: 0ec6c6c7e4389418be76278460b9e0b5
+# Source0-md5: 0a297cc86c4183abc0246cf609379ade
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,6 +42,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2.2.1  2007/04/18 16:45:02  zawadaa
+- fresh ver - 4.00.27
+- works for me
+
 Revision 1.2  2006/08/20 14:15:26  qboosh
 - pl
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ql2400-firmware.spec?r1=1.2&r2=1.2.2.1&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (AC-branch): fuse-curlftpfs.spec - merge description from HEAD

2007-04-18 Thread zawadaa
Author: zawadaa  Date: Wed Apr 18 16:43:15 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- merge description from HEAD

 Files affected:
SPECS:
   fuse-curlftpfs.spec (1.1.2.2 -> 1.1.2.3) 

 Diffs:


Index: SPECS/fuse-curlftpfs.spec
diff -u SPECS/fuse-curlftpfs.spec:1.1.2.2 SPECS/fuse-curlftpfs.spec:1.1.2.3
--- SPECS/fuse-curlftpfs.spec:1.1.2.2   Wed Apr 18 18:37:47 2007
+++ SPECS/fuse-curlftpfs.spec   Wed Apr 18 18:43:10 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define_name   curlftpfs
 Summary:   A filesystem for accessing FTP sites
-Summary(pl):   System plików CurlFtpFS
+Summary(pl):   System plików pozwalający na dostęp do serwerów FTP
 Name:  fuse-curlftpfs
 Version:   0.9.1
 Release:   1
@@ -23,10 +23,9 @@
 It's based on libcurl and automatically reconnects when the server times out.
 
 %description -l pl
-System plików CurlFtpFS.
-Dzięki niemu możesz podmontować katalogi FTP do swojego systemu plików
-i korzystać z nich jak z plików lokalnych.
-Bazuje na blibliotece libcurl, wspiera SSL i automatyczne odnawianie
+System plików CurlFtpFS. Dzięki niemu można podmontować katalogi FTP
+do swojego systemu plików i korzystać z nich jak z plików lokalnych.
+Bazuje na blibliotece libcurl, obsługuje SSL i automatyczne odnawianie
 połączenia.
 
 %prep
@@ -59,6 +58,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.1.2.3  2007/04/18 16:43:10  zawadaa
+- merge description from HEAD
+
 Revision 1.1.2.2  2007/04/18 16:37:47  zawadaa
 - up to 0.9.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fuse-curlftpfs.spec?r1=1.1.2.2&r2=1.1.2.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: gphpedit-desktop.patch - up to 0.9.91

2007-04-18 Thread dzeus
Author: dzeusDate: Wed Apr 18 16:39:20 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- up to 0.9.91

 Files affected:
SOURCES:
   gphpedit-desktop.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/gphpedit-desktop.patch
diff -u SOURCES/gphpedit-desktop.patch:1.3 SOURCES/gphpedit-desktop.patch:1.4
--- SOURCES/gphpedit-desktop.patch:1.3  Tue Dec  7 09:18:49 2004
+++ SOURCES/gphpedit-desktop.patch  Wed Apr 18 18:39:15 2007
@@ -1,17 +1,16 @@
 gphpedit-0.9.10/gphpedit.desktop.in~   Sat Jul 17 07:16:38 2004
-+++ gphpedit-0.9.10/gphpedit.desktop.inSat Jul 17 07:17:16 2004
-@@ -1,9 +1,12 @@
- [Desktop Entry]
+diff -urN gphpedit-0.9.91.orig/gphpedit.desktop.in 
gphpedit-0.9.91/gphpedit.desktop.in
+--- gphpedit-0.9.91.orig/gphpedit.desktop.in   2006-05-17 01:40:02.0 
+0200
 gphpedit-0.9.91/gphpedit.desktop.in2007-04-18 18:30:38.889186184 
+0200
+@@ -3,9 +3,11 @@
  Name=gPHPEdit
+ GenericName=PHP/HTML/CSS editor
  Comment=Edit PHP source files
 +Comment[pl]=Edycja plików źródłowych PHP
  Exec=gphpedit
+ Icon=gphpedit.png
  Terminal=false
- MultipleArgs=true
  Type=Application
--Categories=Application;Development;X-Red-Hat-Base;
--Icon=/usr/share/pixmaps/gphpedit.png
+-Categories=Development;IDE;
 +Categories=GTK;GNOME;Development;
-+Icon=gphpedit.png
-+Encoding=UTF-8
+ Version=0.9.4
 +# vi: encoding=utf-8


 CVS-web:
http://cvs.pld-linux.org/SOURCES/gphpedit-desktop.patch?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gphpedit-0.9.91.tar.gz

2007-04-18 Thread dzeus

Files fetched: 1

STORED: http://www.gphpedit.org/download/files/gphpedit-0.9.91.tar.gz
eecd29e66b415246408b285f4edcb6a0  gphpedit-0.9.91.tar.gz
Size: 3327239 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gphpedit.spec - up to 0.9.91, STBR Th

2007-04-18 Thread dzeus
Author: dzeusDate: Wed Apr 18 16:38:41 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.9.91, STBR Th

 Files affected:
SPECS:
   gphpedit.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/gphpedit.spec
diff -u SPECS/gphpedit.spec:1.16 SPECS/gphpedit.spec:1.17
--- SPECS/gphpedit.spec:1.16Tue Feb 13 08:16:47 2007
+++ SPECS/gphpedit.spec Wed Apr 18 18:38:36 2007
@@ -6,12 +6,12 @@
 Summary:   A PHP source editor for GNOME 2
 Summary(pl.UTF-8): Edytor kodu PHP dla GNOME 2
 Name:  gphpedit
-Version:   0.9.80
+Version:   0.9.91
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   http://www.gphpedit.org/download/files/%{name}-%{version}.tar.gz
-# Source0-md5: f05e6354ea64c73dd7bfe020ae15ac71
+# Source0-md5: eecd29e66b415246408b285f4edcb6a0
 Patch0:%{name}-desktop.patch
 URL:   http://www.gphpedit.org/
 BuildRequires: automake
@@ -50,7 +50,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/gphpedit
 %{_pixmapsdir}/gphpedit.png
 %{_desktopdir}/gphpedit.desktop
@@ -62,6 +62,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2007/04/18 16:38:36  dzeus
+- up to 0.9.91, STBR Th
+
 Revision 1.16  2007/02/13 07:16:47  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gphpedit.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS (AC-branch): fuse-curlftpfs.spec - up to 0.9.1

2007-04-18 Thread zawadaa
Author: zawadaa  Date: Wed Apr 18 16:37:53 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- up to 0.9.1

 Files affected:
SPECS:
   fuse-curlftpfs.spec (1.1.2.1 -> 1.1.2.2) 

 Diffs:


Index: SPECS/fuse-curlftpfs.spec
diff -u SPECS/fuse-curlftpfs.spec:1.1.2.1 SPECS/fuse-curlftpfs.spec:1.1.2.2
--- SPECS/fuse-curlftpfs.spec:1.1.2.1   Thu Mar 22 20:37:03 2007
+++ SPECS/fuse-curlftpfs.spec   Wed Apr 18 18:37:47 2007
@@ -3,12 +3,12 @@
 Summary:   A filesystem for accessing FTP sites
 Summary(pl):   System plików CurlFtpFS
 Name:  fuse-curlftpfs
-Version:   0.9
+Version:   0.9.1
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/curlftpfs/%{_name}-%{version}.tar.gz
-# Source0-md5: 7e29eb1963d4023bb7ea530a1b4274c4
+# Source0-md5: 969998e9cf1663824f44739e94c703a1
 URL:   http://curlftpfs.sourceforge.net/
 BuildRequires: curl-devel >= 7.15.2
 BuildRequires: glib2-devel
@@ -59,6 +59,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.1.2.2  2007/04/18 16:37:47  zawadaa
+- up to 0.9.1
+
 Revision 1.1.2.1  2007/03/22 19:37:03  arvenil
 - fixed summary, this filesystem is not based on CVS;)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fuse-curlftpfs.spec?r1=1.1.2.1&r2=1.1.2.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: curlftpfs-0.9.1.tar.gz

2007-04-18 Thread zawadaa

Files fetched: 1

STORED: http://dl.sourceforge.net/curlftpfs/curlftpfs-0.9.1.tar.gz
969998e9cf1663824f44739e94c703a1  curlftpfs-0.9.1.tar.gz
Size: 362542 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-cpufreq-plugin.spec (NEW) - new

2007-04-18 Thread megabajt
Author: megabajt Date: Wed Apr 18 16:15:52 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   xfce4-cpufreq-plugin.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/xfce4-cpufreq-plugin.spec
diff -u /dev/null SPECS/xfce4-cpufreq-plugin.spec:1.1
--- /dev/null   Wed Apr 18 18:15:52 2007
+++ SPECS/xfce4-cpufreq-plugin.spec Wed Apr 18 18:15:47 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:   A cpufreq plugin for the Xfce panel
+Name:  xfce4-cpufreq-plugin
+Version:   0.0.1
+Release:   1
+License:   GPL v2
+Group: X11/Applications
+Source0:   
http://goodies.xfce.org/releases/xfce4-cpufreq-plugin/%{name}-%{version}.tar.gz
+# Source0-md5: 7ad41541d8065aab941de7d62857aa8b
+URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: xfce4-dev-tools >= 4.4.0
+BuildRequires: xfce4-panel-devel >= 4.4.0
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires:  xfce4-panel >= 4.4.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin displays the current frequency of the CPU, in GHz or MHz
+as necessary. It also displays the frequency relative to the maximum
+CPU frequency as an accordingly colored progress bar.
+
+%prep
+%setup -q -n xfce4-cpu-freq-plugin-%{version}
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpu-freq-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-cpu-freq-plugin.desktop
+%{_iconsdir}/hicolor/*/apps/cpu.*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 16:15:47  megabajt
+- new
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-cpufreq-plugin-0.0.1.tar.gz

2007-04-18 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.tar.gz
7ad41541d8065aab941de7d62857aa8b  xfce4-cpufreq-plugin-0.0.1.tar.gz
Size: 376887 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: bootdisk/trunk/batch-installer/po: de.po pl.po

2007-04-18 Thread hawk
Author: hawk
Date: Wed Apr 18 17:42:24 2007
New Revision: 8466

Modified:
   bootdisk/trunk/batch-installer/po/de.po
   bootdisk/trunk/batch-installer/po/pl.po
Log:
- updated


Modified: bootdisk/trunk/batch-installer/po/de.po
==
--- bootdisk/trunk/batch-installer/po/de.po (original)
+++ bootdisk/trunk/batch-installer/po/de.po Wed Apr 18 17:42:24 2007
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 1999-07-30 18:45+0200\n"
-"PO-Revision-Date: 2006-03-22 13:31+0200\n"
+"PO-Revision-Date: 2007-04-12 19:18+0200\n"
 "Last-Translator: Marcin Król <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -25,12 +25,12 @@
 "Keine aktive Partition auf %s gefunden. Erste Partition wird als aktive "
 "eingestellt"
 
-#: ../../batch-installer/installer-boot:141
-#: ../../batch-installer/installer-boot:201
+#: ../../batch-installer/installer-boot:148
+#: ../../batch-installer/installer-boot:208
 msgid "Installing bootloader (%s)"
 msgstr "Bootloader wird installiert (%s)"
 
-#: ../../batch-installer/installer-boot:206
+#: ../../batch-installer/installer-boot:213
 msgid "Bad bootloader: %s"
 msgstr "Falscher bootloader: %s"
 
@@ -133,11 +133,11 @@
 msgid "Dest filesystem created in /dest directory"
 msgstr "Ziel Datei-system wurde im Verzeichniss /dest erstellt"
 
-#: ../../batch-installer/installer-functions:345
+#: ../../batch-installer/installer-functions:344
 msgid "() {"
 msgstr "() {"
 
-#: ../../batch-installer/installer-functions:393
+#: ../../batch-installer/installer-functions:392
 msgid "Setting %s=%s in file %s"
 msgstr "Stelle %s=%s in Datei %s ein"
 
@@ -145,19 +145,19 @@
 msgid "Installing RPM packages"
 msgstr "Installiere RPM Packete"
 
-#: ../../batch-installer/installer-pkgs:244
+#: ../../batch-installer/installer-pkgs:231
 msgid "PACKAGES INSTALLATION FAILED!!!"
 msgstr "INSTALLATION DER PACKETE IST GESCHEITERT!!!"
 
-#: ../../batch-installer/installer-pkgs:247
+#: ../../batch-installer/installer-pkgs:234
 msgid "You might want to try installing just basic packages,"
 msgstr "Du könntest es versuchen nur die Basis-packete zu installieren, "
 
-#: ../../batch-installer/installer-pkgs:248
+#: ../../batch-installer/installer-pkgs:235
 msgid "and install rest after reboot."
 msgstr "und den Rest nach dem Neustart."
 
-#: ../../batch-installer/installer-pkgs:250
+#: ../../batch-installer/installer-pkgs:237
 msgid "Do you wish to continue installation process anyway? "
 msgstr "Willst du trotzdem mit der Installation fortfahren?"
 
@@ -205,7 +205,7 @@
 msgid "No file %s nor %s"
 msgstr "Datei %s und %s existiert nicht"
 
-#: ../../batch-installer/installer-prep:562
+#: ../../batch-installer/installer-prep:557
 msgid "PCMCIA controller not found"
 msgstr "PCMCIA Kontroller wurde nicht gefunden"
 
@@ -520,7 +520,7 @@
 #: ../../batch-installer/ui/ui-parted2:504
 #: ../../batch-installer/ui/ui-parted2:513
 #: ../../batch-installer/ui/ui-pkgs:347
-#: ../../batch-installer/ui/ui-wizard:1488
+#: ../../batch-installer/ui/ui-wizard:1480
 msgid "_Cancel"
 msgstr "_Abbrechen"
 
@@ -595,7 +595,7 @@
 "Diskettenlaufwerk ist."
 
 #: ../../batch-installer/setup:52 ../../batch-installer/ui/ui-functions:15
-#: ../../batch-installer/ui/ui-wizard:1442
+#: ../../batch-installer/ui/ui-wizard:1434
 msgid "Press the [Enter] key.\n"
 msgstr "Drück [Eingabetaste].\n"
 
@@ -695,7 +695,7 @@
 msgid "If you are more familiar with Linux, you can also use '%s'"
 msgstr "Falls du Linux schon besser kennst, kannst du auch '%s' benutzen"
 
-#: ../../batch-installer/setup:132 ../../batch-installer/ui/ui-wizard:190
+#: ../../batch-installer/setup:132 ../../batch-installer/ui/ui-wizard:196
 msgid "Regular setup UI"
 msgstr "Standard UI Einstellungen"
 
@@ -889,183 +889,183 @@
 msgid "Base packages"
 msgstr "Basis Packete"
 
-#: ../../batch-installer/ui/data/groups:82
+#: ../../batch-installer/ui/data/groups:83
 msgid "Programs you're unlikely not to need."
 msgstr "Programme die du warscheinlich brauchst."
 
-#: ../../batch-installer/ui/data/groups:105
+#: ../../batch-installer/ui/data/groups:106
 msgid "Backup tools"
 msgstr "Backup Tools"
 
-#: ../../batch-installer/ui/data/groups:113
+#: ../../batch-installer/ui/data/groups:114
 msgid "Not essential, but *very* often needed."
 msgstr "Diverse brauchbare Dinge."
 
-#: ../../batch-installer/ui/data/groups:147
+#: ../../batch-installer/ui/data/groups:148
 msgid "Network File Systems stuff"
 msgstr "Network File System Tools"
 
-#: ../../batch-installer/ui/data/groups:155
+#: ../../batch-installer/ui/data/groups:156
 msgid "Various servers"
 msgstr "Diverse Server"
 
-#: ../../batch-installer/ui/data/groups:171
+#: ../../batch-installer/ui/data/groups:174
 msgid "Client packages for IRC"
 msgstr "IRC Klients"
 
-#: ../../batch-installer/ui/data/groups:177
+#: ../../batch-installer/ui/data/groups:180
 msgid "Utilites usable at Linux

SPECS: php-gettext-pure.spec - uses mbstring (mb_detect_encoding)

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 15:41:45 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- uses mbstring (mb_detect_encoding)

 Files affected:
SPECS:
   php-gettext-pure.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/php-gettext-pure.spec
diff -u SPECS/php-gettext-pure.spec:1.1 SPECS/php-gettext-pure.spec:1.2
--- SPECS/php-gettext-pure.spec:1.1 Wed Apr 18 15:47:24 2007
+++ SPECS/php-gettext-pure.spec Wed Apr 18 17:41:40 2007
@@ -8,6 +8,7 @@
 Source0:   
http://download.savannah.nongnu.org/releases/php-gettext/php-gettext-%{version}.tar.gz
 # Source0-md5: bc2e032ffe101c78c5be9d174ec593cb
 URL:   http://savannah.nongnu.org/projects/php-gettext/
+Requires:  php(mbstring)
 Requires:  php-common
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,6 +51,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2007/04/18 15:41:40  glen
+- uses mbstring (mb_detect_encoding)
+
 Revision 1.1  2007/04/18 13:47:24  glen
 - pure php implementation if php-gettext
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-gettext-pure.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: bootdisk/trunk/batch-installer/ui/ui-wizard

2007-04-18 Thread hawk
Author: hawk
Date: Wed Apr 18 17:38:39 2007
New Revision: 8465

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- busybox du gives bad values, updated all instalation sizes


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==
--- bootdisk/trunk/batch-installer/ui/ui-wizard (original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard Wed Apr 18 17:38:39 2007
@@ -902,40 +902,44 @@
   minimal )
 desc1=$(nls "Just very basic packages")
desc2=$(nls "Don't select unless you're doing embedded system")
-   size=$(nls '64MB without docs, one locale')
+   size=$(nls '56MB without docs, one locale')
;;
   base )
 desc1=$(nls "Base PLD Linux installation")
-   size=$(nls '249MB with default set of packages')
+   size=$(nls '202MB with default set of packages')
 ;;
   devel )
 desc1=$(nls "Base PLD Linux installation + basic development packages")
-   size=$(nls '415MB with default set of packages')
+   size=$(nls '341MB with default set of packages')
 ;;
   server )
 desc1=$(nls "Server installation with most of services and daemons")
-   size=$(nls '338MB with default set of packages')
+   size=$(nls '297MB with default set of packages')
 ;;
   gnome-workstation )
 desc1=$(nls "X workstation running GNOME")
-   size=$(nls '581MB with default set of packages')
+   size=$(nls '500MB with default set of packages')
;;
   kde-workstation )
 desc1=$(nls "X workstation running KDE")
-   size=$(nls '526MB with default set of packages')
+   size=$(nls '442MB with default set of packages')
;;
   icewm-workstation )
 desc1=$(nls "X workstation running IceWM")
-   size=$(nls '390MB with default set of packages')
+   size=$(nls '326MB with default set of packages')
;;
   wmaker-workstation )
 desc1=$(nls "X workstation running WindowMaker")
+   size=$(nls '344MB with default set of packages')
+   ;;
+  xfce-workstation )
+desc1=$(nls "X workstation running XFCE")
size=$(nls '408MB with default set of packages')
;;
   MINI-ISO )
 desc1=$(nls "Limited version of base installation")
desc2=$(nls "Select this if you're installing from MINI-ISO")
-   size=$(nls '170MB with docs, all locales')
+   size=$(nls '139MB with docs, all locales')
;;
   LAST )
 desc1=$(nls "Packages, you have selected last time.")
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: lpairs-1.0.2.tar.gz

2007-04-18 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/lgames/lpairs-1.0.2.tar.gz
ecf4f1fee192d4ca6c878b701d1c29a1  lpairs-1.0.2.tar.gz
Size: 649189 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: lpairs.spec - updated to 1.0.2

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 14:57:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.2

 Files affected:
SPECS:
   lpairs.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/lpairs.spec
diff -u SPECS/lpairs.spec:1.10 SPECS/lpairs.spec:1.11
--- SPECS/lpairs.spec:1.10  Tue Feb 13 07:46:52 2007
+++ SPECS/lpairs.spec   Wed Apr 18 16:57:25 2007
@@ -2,16 +2,17 @@
 Summary:   LPairs - a classic memory game for Linux
 Summary(pl.UTF-8): LPairs - klasyczna gra pamięciowa pod Linuksa
 Name:  lpairs
-Version:   1.0.1
-Release:   2
+Version:   1.0.2
+Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   http://dl.sourceforge.net/lgames/%{name}-%{version}.tar.gz
-# Source0-md5: 6d78aa89fe6667fdd25b8cfbb40dad8c
+# Source0-md5: ecf4f1fee192d4ca6c878b701d1c29a1
 URL:   http://lgames.sourceforge.net/
 BuildRequires: SDL-devel >= 1.0.0
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRequires: perl-base
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +29,7 @@
configure.in
 
 %build
+%{__gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -41,10 +43,12 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
@@ -56,6 +60,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2007/04/18 14:57:25  qboosh
+- updated to 1.0.2
+
 Revision 1.10  2007/02/13 06:46:52  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/lpairs.spec?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xulrunner.spec - don't req libxul.so (we have strict inner ...

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 14:11:04 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- don't req libxul.so (we have strict inner dep)

 Files affected:
SPECS:
   xulrunner.spec (1.24 -> 1.25) 

 Diffs:


Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.24 SPECS/xulrunner.spec:1.25
--- SPECS/xulrunner.spec:1.24   Wed Apr 18 14:52:40 2007
+++ SPECS/xulrunner.specWed Apr 18 16:10:58 2007
@@ -67,7 +67,7 @@
 # we don't want these to satisfy xulrunner-devel
 %define_noautoprov libmozjs.so libxpcom.so
 # and as we don't provide them, don't require either (we have strict deps for 
these)
-%define_noautoreq  libmozjs.so libxpcom.so
+%define_noautoreq  libmozjs.so libxpcom.so 
libxul.so
 
 %description
 XULRunner is a Mozilla runtime package that can be used to bootstrap
@@ -472,6 +472,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.25  2007/04/18 14:10:58  glen
+- don't req libxul.so (we have strict inner dep)
+
 Revision 1.24  2007/04/18 12:52:40  pluto
 - xulrunner-plugin.pc fixed, release 5.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xulrunner.spec?r1=1.24&r2=1.25&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PLD-doc: PLD-who_is_who - updated

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 14:00:44 2007 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-who_is_who (1.32 -> 1.33) 

 Diffs:


Index: PLD-doc/PLD-who_is_who
diff -u PLD-doc/PLD-who_is_who:1.32 PLD-doc/PLD-who_is_who:1.33
--- PLD-doc/PLD-who_is_who:1.32 Thu Jan  4 13:44:52 2007
+++ PLD-doc/PLD-who_is_who  Wed Apr 18 16:00:39 2007
@@ -52,7 +52,7 @@
 - glen -   +
 - gotar-   -
 - grzegol  -   -
-- havner   +   +
+- havner   +   +   adm. alpha
 - hawk +   +
 - heretyk  sparc   adm. sparc
 - jajcus   -   +
@@ -63,7 +63,7 @@
 - paladine -   -
 - paszczus -   -
 - pluto-   -
-- qboosh   +   +   adm. alpha[1]
+- qboosh   +   +
 - radeki?86,athlon -
 - saq  -   -
 - shadzik  amd64   -   adm. amd64
@@ -77,9 +77,6 @@
 
 [0] + enough mana to send requests for building packages to ac-ready tree
 - not enough mana (test-build only)
-
-[1] in case of emergency contact  when
-I'm unreachable  --qboosh
 
 
 FTP AC: (master-ftp, ftp1)


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/PLD-who_is_who?r1=1.32&r2=1.33&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PLDWWW: AcInfo

2007-04-18 Thread hawk
Author: hawk   Date: Wed Apr 18 14:07:40 2007 GMT
Module: PLDWWW   URL: 
http://www.pld-linux.org/AcInfo?action=diff&rev2=13&rev1=12
 Log message:


 Page affected: AcInfo

 Diffs:


  
  Current Ac Release Manager is [wiki:hawk Hawk].
  
- == PLD 2.0 ==
+ == Current status ==
  
  On April 1st 2007 PLD/Linux 2.0 has been marked as stable. It will take up to 
three weeks before CD and DVD images will be available on our 
[ftp://ftp.iso.pld-linux.org/2.0/ FTP] for download.
  
+ == Public GPG key ==
+ 
+ Below is public GPG key used for signing all PLD 2.0 (Ac) packages.
+ 
+ {{{
+ -BEGIN PGP PUBLIC KEY BLOCK-
+ Version: GnuPG v1.4.6 (GNU/Linux)
+ 
+ mQGiBEYeXR4RBADzXva/pQ3Cb7W5u0ogtvi3ooo26kXKYUFhnZJndq4iCCTIyUYC
+ twMasZvDz7RXO36V9x/uXCCj8POc11wfQaRV+H92zQBAnAwZRUCkfOJ4u2cv+4Dd
+ KyCq4KwPC0K+eyz9hEXHg6qlXaOCBxnGuOWaN8qdVc1ZzA0KvofqRJGCQwCgy8+V
+ 97aqXYbPgkKsVLy/C2o9xXED/3DYkfVzgBpfpnnfe8VhrKXh3Ko0vQs5r67Lhi9o
+ QZOHYD7Ub+ahMzGbW/F2Dq5jF9Mam57z93FoROw3Y/mJ0Cu3Ua43Ii5fVEKmqH24
+ 1Zow4c78D/GJfh1EUqmqOx2zkTO2KIbvNJqoRjQ22JzbJLjEYlnBhPvWWKlfQZss
+ xKFuBACfxuaNJ2gSYCqkScAwUx4nvFpJlfAdWt/7eaaAMzFmnFEakYliZ12UrdO1
+ U0xT5UkvP7yAvxdXC3HhI03sRGKBtqCQn7jA4DznCL3Jz5+XGG5tE/RpR0WBlzaW
+ uS4Kuyf9/Imas7Fyxfv/ZPrsjEe1LcD0yr1zg0G2nvOlEgAgXrQ4UExEIExpbnV4
+ IERpc3RyaWJ1dGlvbiAyLjAgKEFjKSA8YWMtYWRtaW5AcGxkLWxpbnV4Lm9yZz6I
+ YAQTEQIAIAUCRh5dHgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEHx1HFwb
+ vVRZx/EAn1pN8ykFoMUd9ap/orPWuiK/HC7IAJwI0a/Vg4d5O/XseXHifKiizmvG
+ frkBDQRGHl0eEAQAsXIeTPUCfMER3FjOnVsFpG3AzjTnHCGZa1F9ri7/AoOoi0ZT
+ bzvzUDa+e6mVKGCgZssxSfuLc841fylSg9Fh6FIKdOm4i7xMHR4lGJ0OAfSdyT7R
+ h6xeM6Kv+6r6cTTmt60vul+/SYSi5Tsd7zdKhmw9Sz2sR4xmQz4IGM4Pve8AAwUD
+ /0d95Q3kff3QzXxMrpnVmQN1mRZL2x+aDpzRe6oLn6clWis2Fj/LNx71Mb87Frw5
+ Tz5RY6WuU/fyZGsPX/ngCmf8S9pM53VPtW2PWoyJpu5ENO5iEY2RLFCsKXCOS2j4
+ p0IEKULPAIZ/12+wKks2uZG+tNMzIvXzmWtTPzKazSPmiEkEGBECAAkFAkYeXR4C
+ GwwACgkQfHUcXBu9VFkZogCgjPi/pyQ4Wqs20kZXIP/QbVC7kjUAoLw5INvpciE2
+ GKFQV2VUl29FqBmJ
+ =K14g
+ -END PGP PUBLIC KEY BLOCK-
+ }}}
+ 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: nautilus-open-terminal.spec - updated to 0.8

2007-04-18 Thread megabajt
Author: megabajt Date: Wed Apr 18 13:52:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.8

 Files affected:
SPECS:
   nautilus-open-terminal.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/nautilus-open-terminal.spec
diff -u SPECS/nautilus-open-terminal.spec:1.6 
SPECS/nautilus-open-terminal.spec:1.7
--- SPECS/nautilus-open-terminal.spec:1.6   Tue Feb 13 08:16:49 2007
+++ SPECS/nautilus-open-terminal.spec   Wed Apr 18 15:52:26 2007
@@ -2,12 +2,12 @@
 Summary:   Nautilus extension which allows you to open a terminal in 
arbitrary local folders
 Summary(pl.UTF-8): Rozszerzenie Nautilusa pozwalające otwierać terminal w 
lokalnych folderach
 Name:  nautilus-open-terminal
-Version:   0.7
+Version:   0.8
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz
-# Source0-md5: 318e9673017d9faf9a56aeeb74d36124
+Source0:   
http://ftp.gnome.org/pub/gnome/sources/nautilus-open-terminal/0.8/%{name}-%{version}.tar.bz2
+# Source0-md5: ce326bd02bc4b3719b613b60dd7c9a35
 URL:   http://manny.cluecoder.org/packages/nautilus-open-terminal/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf
@@ -16,7 +16,7 @@
 BuildRequires: gnome-desktop-devel >= 2.10.0
 BuildRequires: intltool >= 0.18
 BuildRequires: libtool
-BuildRequires: nautilus-devel >= 2.6.0
+BuildRequires: nautilus-devel >= 2.18.0
 BuildRequires: pkgconfig
 Requires:  gnome-terminal
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -64,6 +64,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.7  2007/04/18 13:52:26  megabajt
+- updated to 0.8
+
 Revision 1.6  2007/02/13 07:16:49  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nautilus-open-terminal.spec?r1=1.6&r2=1.7&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nautilus-open-terminal-0.8.tar.bz2

2007-04-18 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/nautilus-open-terminal/0.8/nautilus-open-terminal-0.8.tar.bz2
ce326bd02bc4b3719b613b60dd7c9a35  nautilus-open-terminal-0.8.tar.bz2
Size: 268563 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-gettext-1.0.7.tar.gz

2007-04-18 Thread glen

Files fetched: 1

STORED: 
http://download.savannah.nongnu.org/releases/php-gettext/php-gettext-1.0.7.tar.gz
bc2e032ffe101c78c5be9d174ec593cb  php-gettext-1.0.7.tar.gz
Size: 19747 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: php-gettext-pure.spec (NEW) - pure php implementation if ph...

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 13:47:29 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- pure php implementation if php-gettext

 Files affected:
SPECS:
   php-gettext-pure.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/php-gettext-pure.spec
diff -u /dev/null SPECS/php-gettext-pure.spec:1.1
--- /dev/null   Wed Apr 18 15:47:29 2007
+++ SPECS/php-gettext-pure.spec Wed Apr 18 15:47:24 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:   Pure PHP Implementation if gettext
+Name:  php-gettext-pure
+Version:   1.0.7
+Release:   0.1
+License:   GPL v2
+Group: Development/Languages/PHP
+Source0:   
http://download.savannah.nongnu.org/releases/php-gettext/php-gettext-%{version}.tar.gz
+# Source0-md5: bc2e032ffe101c78c5be9d174ec593cb
+URL:   http://savannah.nongnu.org/projects/php-gettext/
+Requires:  php-common
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provides a simple gettext replacement that works independently from
+the system's gettext abilities. It can read MO files and use them for
+translating strings. The files are passed to gettext_reader as a
+Stream.
+
+This version has the ability to cache all strings and translations to
+speed up the string lookup. While the cache is enabled by default, it
+can be switched off with the second parameter in the constructor (e.g.
+when using very large MO files that you don't want to keep in memory)
+
+%prep
+%setup -q -n php-gettext-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/php,%{_examplesdir}/%{name}-%{version}}
+cp -a gettext.inc gettext.php streams.php $RPM_BUILD_ROOT%{_datadir}/php
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%{_datadir}/php/gettext.inc
+%{_datadir}/php/gettext.php
+%{_datadir}/php/streams.php
+
+%{_examplesdir}/%{name}-%{version}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 13:47:24  glen
+- pure php implementation if php-gettext
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


admin (AC-branch): ftp/poldek-iso.priority - added missing priorit...

2007-04-18 Thread hawk
Author: hawk Date: Wed Apr 18 13:46:41 2007 GMT
Module: admin Tag: AC-branch
 Log message:
- added missing priority
- added rc-boot for first CD

 Files affected:
admin/ftp:
   poldek-iso.priority (1.8.2.11 -> 1.8.2.12) 

 Diffs:


Index: admin/ftp/poldek-iso.priority
diff -u admin/ftp/poldek-iso.priority:1.8.2.11 
admin/ftp/poldek-iso.priority:1.8.2.12
--- admin/ftp/poldek-iso.priority:1.8.2.11  Thu Apr 12 20:38:09 2007
+++ admin/ftp/poldek-iso.priority   Wed Apr 18 15:46:36 2007
@@ -25,7 +25,7 @@
 ###
 # Sun Java
 java-sun*  -1
-browser-plugin-java-sun
+browser-plugin-java-sun-1
 
 ###
 # Web browsers
@@ -896,6 +896,7 @@
 psmisc -7
 pump   -7
 quota  -7
+rc-boot-7
 rc-scripts -7
 rdate  -7
 rdate-bsd  -7


 CVS-web:

http://cvs.pld-linux.org/admin/ftp/poldek-iso.priority?r1=1.8.2.11&r2=1.8.2.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


admin (AC-branch): ftp/geniso-SRPMS - killed $SUBVER, fixed DVD si...

2007-04-18 Thread hawk
Author: hawk Date: Wed Apr 18 13:45:04 2007 GMT
Module: admin Tag: AC-branch
 Log message:
- killed $SUBVER, fixed DVD size, use 700 MB for CDs

 Files affected:
admin/ftp:
   geniso-SRPMS (1.1.2.7 -> 1.1.2.8) 

 Diffs:


Index: admin/ftp/geniso-SRPMS
diff -u admin/ftp/geniso-SRPMS:1.1.2.7 admin/ftp/geniso-SRPMS:1.1.2.8
--- admin/ftp/geniso-SRPMS:1.1.2.7  Thu Mar 23 02:18:52 2006
+++ admin/ftp/geniso-SRPMS  Wed Apr 18 15:44:59 2007
@@ -2,7 +2,6 @@
 
 ROOT="/pld/ftp"
 VERSION="2.0"
-SUBVER="RC1"
 
 MKISOFS="/usr/bin/mkisofs"
 
@@ -15,10 +14,10 @@
 size=0
 fileno=1
 if [ "$1" = "dvd" ]; then
-  iso_size=`expr 1024 \* 1024 \* 4500`
+  iso_size=`expr 1024 \* 1024 \* 4482`
   MEDIA="DVD"
 else
-  iso_size=`expr 1024 \* 1024 \* 650`
+  iso_size=`expr 1024 \* 1024 \* 700`
   MEDIA="CD"
 fi
 listd=${ISOTMPDIR}/cd${fileno}.links
@@ -54,13 +53,13 @@
 for i in ${ISOTMPDIR}/cd*.links ; do
num=`echo $i | sed 's/\/.*\/cd\([0-9]\+\)\.links/\1/'`
 
-   ISONAME="pld-${VERSION}-${SUBVER}-${MEDIA}${num}.SRPMS"
+   ISONAME="pld-${VERSION}-${MEDIA}${num}.SRPMS"
${MKISOFS} -o ${ISOTARGET}/iso/${VERSION}/SRPMS/${ISONAME}.iso \
-f -r -J -f $i || rm -f ${ISOTARGET}/iso/${VERSION}/SRPMS/${ISONAME}.iso
 
echo "Generating ls and md5sum for ${ISONAME}.iso"
cd ${ISOTARGET}/iso/${VERSION}/SRPMS
/usr/bin/isoinfo -R -l -i ${ISONAME}.iso > ${ISONAME}.ls
-   md5sum ${ISONAME}.iso >> pld-${VERSION}-${SUBVER}.SRPMS.md5
+   md5sum ${ISONAME}.iso >> pld-${VERSION}.SRPMS.md5
 done
 rm -fr ${ISOTMPDIR}/cd*.links


 CVS-web:
http://cvs.pld-linux.org/admin/ftp/geniso-SRPMS?r1=1.1.2.7&r2=1.1.2.8&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: gcc-hash-style-gnu.patch (NEW) - use .gnu.hash by default...

2007-04-18 Thread pluto
Author: plutoDate: Wed Apr 18 13:12:42 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- use .gnu.hash by default during linking.

 Files affected:
SOURCES:
   gcc-hash-style-gnu.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/gcc-hash-style-gnu.patch
diff -u /dev/null SOURCES/gcc-hash-style-gnu.patch:1.1
--- /dev/null   Wed Apr 18 15:12:42 2007
+++ SOURCES/gcc-hash-style-gnu.patchWed Apr 18 15:12:37 2007
@@ -0,0 +1,134 @@
+
+ alpha/linux-elf.h |2 +-
+ i386/linux.h  |2 +-
+ i386/linux64.h|2 +-
+ ia64/linux.h  |2 +-
+ rs6000/linux64.h  |4 ++--
+ rs6000/sysv4.h|2 +-
+ s390/linux.h  |2 +-
+ sparc/linux.h |2 +-
+ sparc/linux64.h   |6 +++---
+ 9 files changed, 12 insertions(+), 12 deletions(-)
+
+--- gcc-4.2.0-20070316/gcc/config/alpha/linux-elf.h.orig   2006-02-18 
06:12:51.0 -0500
 gcc-4.2.0-20070316/gcc/config/alpha/linux-elf.h2007-04-18 
07:14:56.875631582 -0400
+@@ -40,7 +40,7 @@
+ 
+ #define ELF_DYNAMIC_LINKERLINUX_DYNAMIC_LINKER
+ 
+-#define LINK_SPEC "-m elf64alpha %{G*} %{relax:-relax}\
++#define LINK_SPEC "-m elf64alpha --hash-style=gnu %{G*} %{relax:-relax}   
\
+   %{O*:-O3} %{!O*:-O1}\
+   %{shared:-shared}   \
+   %{!shared:  \
+--- gcc-4.2.0-20070316/gcc/config/s390/linux.h.orig2006-12-12 
10:21:53.0 -0500
 gcc-4.2.0-20070316/gcc/config/s390/linux.h 2007-04-18 07:14:56.875631582 
-0400
+@@ -78,7 +78,7 @@
+ 
+ #undef  LINK_SPEC
+ #define LINK_SPEC \
+-  "%{m31:-m elf_s390}%{m64:-m elf64_s390} \
++  "%{m31:-m elf_s390}%{m64:-m elf64_s390} --hash-style=gnu \
+%{shared:-shared} \
+%{!shared: \
+   %{static:-static} \
+--- gcc-4.2.0-20070316/gcc/config/sparc/linux.h.orig   2006-02-18 
06:12:51.0 -0500
 gcc-4.2.0-20070316/gcc/config/sparc/linux.h2007-04-18 
07:14:56.875631582 -0400
+@@ -133,7 +133,7 @@
+ 
+ 
+ #undef  LINK_SPEC
+-#define LINK_SPEC "-m elf32_sparc -Y P,/usr/lib %{shared:-shared} \
++#define LINK_SPEC "-m elf32_sparc --hash-style=gnu -Y P,/usr/lib 
%{shared:-shared} \
+   %{!mno-relax:%{!r:-relax}} \
+   %{!shared: \
+ %{!ibcs: \
+--- gcc-4.2.0-20070316/gcc/config/sparc/linux64.h.orig 2006-03-02 
17:47:02.0 -0500
 gcc-4.2.0-20070316/gcc/config/sparc/linux64.h  2007-04-18 
07:16:49.644880415 -0400
+@@ -167,7 +167,7 @@
+   { "link_arch_default", LINK_ARCH_DEFAULT_SPEC },  \
+   { "link_arch",   LINK_ARCH_SPEC },
+ 
+-#define LINK_ARCH32_SPEC "-m elf32_sparc -Y P,/usr/lib %{shared:-shared} \
++#define LINK_ARCH32_SPEC "-m elf32_sparc --hash-style=gnu -Y P,/usr/lib 
%{shared:-shared} \
+   %{!shared: \
+ %{!ibcs: \
+   %{!static: \
+@@ -176,7 +176,7 @@
+ %{static:-static}}} \
+ "
+ 
+-#define LINK_ARCH64_SPEC "-m elf64_sparc -Y P,/usr/lib64 %{shared:-shared} \
++#define LINK_ARCH64_SPEC "-m elf64_sparc --hash-style=gnu -Y P,/usr/lib64 
%{shared:-shared} \
+   %{!shared: \
+ %{!ibcs: \
+   %{!static: \
+@@ -257,7 +257,7 @@
+ #else /* !SPARC_BI_ARCH */
+ 
+ #undef LINK_SPEC
+-#define LINK_SPEC "-m elf64_sparc -Y P,/usr/lib64 %{shared:-shared} \
++#define LINK_SPEC "-m elf64_sparc --hash-style=gnu -Y P,/usr/lib64 
%{shared:-shared} \
+   %{!shared: \
+ %{!ibcs: \
+   %{!static: \
+--- gcc-4.2.0-20070316/gcc/config/i386/linux.h.orig2006-04-06 
18:16:11.0 -0400
 gcc-4.2.0-20070316/gcc/config/i386/linux.h 2007-04-18 07:14:56.875631582 
-0400
+@@ -109,7 +109,7 @@
+   { "dynamic_linker", LINUX_DYNAMIC_LINKER }
+ 
+ #undefLINK_SPEC
+-#define LINK_SPEC "-m %(link_emulation) %{shared:-shared} \
++#define LINK_SPEC "-m %(link_emulation) --hash-style=gnu %{shared:-shared} \
+   %{!shared: \
+ %{!ibcs: \
+   %{!static: \
+--- gcc-4.2.0-20070316/gcc/config/i386/linux64.h.orig  2006-02-18 
06:12:51.0 -0500
 gcc-4.2.0-20070316/gcc/config/i386/linux64.h   2007-04-18 
07:14:56.875631582 -0400
+@@ -53,7 +53,7 @@
+ #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2"
+ 
+ #undefLINK_SPEC
+-#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} \
++#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} --hash-style=gnu \
+   %{shared:-shared} \
+   %{!shared: \
+ %{!static: \
+--- gcc-4.2.0-20070316/gcc/config/ia64/linux.h.orig2006-12-12 
10:21:53.0 -0500
 gcc-4.2.0-20070316/gcc/config/ia64/linux.h 2007-04-18 07:14:56.875631582 
-0400
+@@ -40,7 +40,7 @@
+ #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-ia64.so.2"
+ 
+ #undef LINK_SPEC
+-#define LINK_SPEC "\
++#define LINK_SPEC "--hash-style=gnu \
+   %{shared:-shared} \
+   %{!shared: \
+ %{!static: \
+--- gcc-4.2.0-20070316/gcc/config/rs6000/sysv4.h.orig  2007-03-09 
19:59:15.0 -0500
 gc

SPECS: gnome-devel-docs.spec (NEW) - new

2007-04-18 Thread megabajt
Author: megabajt Date: Wed Apr 18 13:20:12 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   gnome-devel-docs.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/gnome-devel-docs.spec
diff -u /dev/null SPECS/gnome-devel-docs.spec:1.1
--- /dev/null   Wed Apr 18 15:20:12 2007
+++ SPECS/gnome-devel-docs.spec Wed Apr 18 15:20:06 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:   GNOME Developer Documentation
+Name:  gnome-devel-docs
+Version:   2.19.1
+Release:   1
+License:   GPL
+Group: Documentation
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.19/%{name}-%{version}.tar.bz2
+# Source0-md5: 6615ea643ec27c41f97858d874bc4eb8
+URL:   http://www.gnome.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gnome-doc-utils >= 0.10.3
+BuildRequires: rpmbuild(macros) >= 1.198
+Requires(post,postun): scrollkeeper
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the GNOME Handbook, the GNOME Documentation
+Style Guide and an Overview of the GNOME Platform.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+   --disable-scrollkeeper
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang gdp-handbook --with-gnome
+%find_lang gdp-style-guide --with-gnome
+%find_lang platform-overview --with-gnome
+cat gdp-handbook.lang > %{name}.lang
+cat gdp-style-guide.lang >> %{name}.lang
+cat platform-overview.lang >> %{name}.lang
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%dir %{_omf_dest_dir}/gdp-handbook
+%{_omf_dest_dir}/gdp-handbook/gdp-handbook-C.omf
+%dir %{_omf_dest_dir}/gdp-style-guide
+%{_omf_dest_dir}/gdp-style-guide/gdp-style-guide-C.omf
+%dir %{_omf_dest_dir}/platform-overview
+%{_omf_dest_dir}/platform-overview/platform-overview-C.omf
+%lang(es) %{_omf_dest_dir}/platform-overview/platform-overview-es.omf
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 13:20:06  megabajt
+- new
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: template-webapp.spec - cleanup template -- remove migration...

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 13:35:12 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- cleanup template -- remove migration triggers

 Files affected:
SPECS:
   template-webapp.spec (1.52 -> 1.53) 

 Diffs:


Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.52 SPECS/template-webapp.spec:1.53
--- SPECS/template-webapp.spec:1.52 Sun Feb 25 14:43:31 2007
+++ SPECS/template-webapp.spec  Wed Apr 18 15:34:59 2007
@@ -84,92 +84,6 @@
 %triggerun -- lighttpd
 %webapp_unregister lighttpd %{_webapp}
 
-%if 000
-# SAMPLE TRIGGER FOR MIGRATION PURPOSES
-%triggerpostun -- %{name} < 1.3.9-1.4
-# rescue app configs. issue this in old config dir to get a list:
-# rpm -qfl .|grep `pwd`/|awk -F/ '{print $NF}'|egrep -v 'apache|httpd'|xargs
-for i in config.inc.php; do
-   if [ -f /etc/%{name}/$i.rpmsave ]; then
-   mv -f %{_sysconfdir}/$i{,.rpmnew}
-   mv -f /etc/%{name}/$i.rpmsave %{_sysconfdir}/$i
-   fi
-done
-
-# nuke very-old config location (this mostly for Ra)
-if [ -f /etc/httpd/httpd.conf ]; then
-   sed -i -e "/^Include.*%{name}.conf/d" /etc/httpd/httpd.conf
-   httpd_reload=1
-fi
-
-# migrate from httpd (apache2) config dir
-if [ -f /etc/httpd/%{name}.conf.rpmsave ]; then
-   cp -f %{_sysconfdir}/httpd.conf{,.rpmnew}
-   mv -f /etc/httpd/%{name}.conf.rpmsave %{_sysconfdir}/httpd.conf
-   httpd_reload=1
-fi
-
-# migrate from apache-config macros
-if [ -f /etc/%{name}/apache.conf.rpmsave ]; then
-   if [ -d /etc/apache/webapps.d ]; then
-   cp -f %{_sysconfdir}/apache.conf{,.rpmnew}
-   cp -f /etc/%{name}/apache.conf.rpmsave 
%{_sysconfdir}/apache.conf
-   fi
-
-   if [ -d /etc/httpd/webapps.d ]; then
-   cp -f %{_sysconfdir}/httpd.conf{,.rpmnew}
-   cp -f /etc/%{name}/apache.conf.rpmsave %{_sysconfdir}/httpd.conf
-   fi
-   rm -f /etc/%{name}/apache.conf.rpmsave
-fi
-
-# same but without separate %{_sysconfdir} for package
-if [ -f /etc/apache-%{name}.conf.rpmsave ]; then
-   if [ -d /etc/apache/webapps.d ]; then
-   cp -f %{_sysconfdir}/apache.conf{,.rpmnew}
-   cp -f /etc/apache-%{name}.conf.rpmsave 
%{_sysconfdir}/apache.conf
-   fi
-
-   if [ -d /etc/httpd/webapps.d ]; then
-   cp -f %{_sysconfdir}/httpd.conf{,.rpmnew}
-   cp -f /etc/apache-%{name}.conf.rpmsave %{_sysconfdir}/httpd.conf
-   fi
-   rm -f /etc/apache-%{name}.conf.rpmsave
-fi
-
-# update htpasswd path
-#sed -i -e 's,/etc/%{name},%{_webapps}/%{_webapp},' 
%{_webapps}/%{_webapp}/{apache,httpd}.conf
-
-# migrating from earlier apache-config?
-if [ -L /etc/apache/conf.d/99_%{name}.conf ] || [ -L 
/etc/httpd/httpd.conf/99_%{name}.conf ]; then
-   if [ -L /etc/apache/conf.d/99_%{name}.conf ]; then
-   rm -f /etc/apache/conf.d/99_%{name}.conf
-   apache_reload=1
-   fi
-   if [ -L /etc/httpd/httpd.conf/99_%{name}.conf ]; then
-   rm -f /etc/httpd/httpd.conf/99_%{name}.conf
-   httpd_reload=1
-   fi
-else
-   # no earlier registration. assume migration from Ra
-   if [ -d /etc/apache/webapps.d ]; then
-   apache_reload=1
-   fi
-   if [ -d /etc/httpd/webapps.d ]; then
-   httpd_reload=1
-   fi
-fi
-
-if [ "$apache_reload" ]; then
-   /usr/sbin/webapp register apache %{_webapp}
-   %service -q apache reload
-fi
-if [ "$httpd_reload" ]; then
-   /usr/sbin/webapp register httpd %{_webapp}
-   %service -q httpd reload
-fi
-%endif # END OF SAMPLE TRIGGER
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -188,6 +102,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.53  2007/04/18 13:34:59  glen
+- cleanup template -- remove migration triggers
+
 Revision 1.52  2007/02/25 13:43:31  glen
 - update
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/template-webapp.spec?r1=1.52&r2=1.53&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: links2.spec - BR: bzip2-devel

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 13:12:15 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: bzip2-devel

 Files affected:
SPECS:
   links2.spec (1.67 -> 1.68) 

 Diffs:


Index: SPECS/links2.spec
diff -u SPECS/links2.spec:1.67 SPECS/links2.spec:1.68
--- SPECS/links2.spec:1.67  Wed Apr 18 15:08:44 2007
+++ SPECS/links2.spec   Wed Apr 18 15:12:10 2007
@@ -44,6 +44,7 @@
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
 %{?with_javascript:BuildRequires:  bison}
+BuildRequires: bzip2-devel
 %{?with_javascript:BuildRequires:  flex}
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel >= 5.1
@@ -182,6 +183,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.68  2007/04/18 13:12:10  qboosh
+- BR: bzip2-devel
+
 Revision 1.67  2007/04/18 13:08:44  qboosh
 - updated to 2.1pre28
 - updated gzip_fallback patch, added pl-update patch


 CVS-web:
http://cvs.pld-linux.org/SPECS/links2.spec?r1=1.67&r2=1.68&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-devel-docs-2.19.1.tar.bz2

2007-04-18 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/2.19/gnome-devel-docs-2.19.1.tar.bz2
6615ea643ec27c41f97858d874bc4eb8  gnome-devel-docs-2.19.1.tar.bz2
Size: 818514 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gcc.spec - enable .gnu.hash by default, enable libgcjwebplu...

2007-04-18 Thread pluto
Author: plutoDate: Wed Apr 18 13:15:08 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- enable .gnu.hash by default, enable libgcjwebplugin.so.

 Files affected:
SPECS:
   gcc.spec (1.477 -> 1.478) 

 Diffs:


Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.477 SPECS/gcc.spec:1.478
--- SPECS/gcc.spec:1.477Mon Apr 16 11:38:58 2007
+++ SPECS/gcc.spec  Wed Apr 18 15:15:02 2007
@@ -57,7 +57,7 @@
 %define_snap   20070316
 #Release   0.%{_snap}.3
 %define_bdiff  20070415
-Release:   0.%{_bdiff}.1
+Release:   0.%{_bdiff}.2
 #Release:  2
 Epoch: 6
 License:   GPL v2+
@@ -67,6 +67,7 @@
 #Source0:  
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 #Source0:  
ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-%{_snap}/gcc-4.2-%{_snap}.tar.bz2
 Source1:   %{name}-optimize-la.pl
+Patch100:  %{name}-branch.diff
 Patch0:%{name}-info.patch
 Patch1:%{name}-nolocalefiles.patch
 Patch2:%{name}-nodebug.patch
@@ -81,7 +82,7 @@
 Patch12:   %{name}-pr20218.patch
 Patch13:   %{name}-force_jar_wrapper.patch
 Patch14:   %{name}-pr29512.patch
-Patch15:   %{name}-branch.diff
+Patch15:   %{name}-hash-style-gnu.patch
 URL:   http://gcc.gnu.org/
 BuildRequires: autoconf
 %{?with_tests:BuildRequires:   autogen}
@@ -144,6 +145,7 @@
 BuildRequires: QtGui-devel >= 4.0.1
 BuildRequires: qt4-build >= 4.0.1
 %endif
+BuildRequires: xulrunner-devel >= 1.8.1.3-1.20070321.5
 %endif
 # AS_NEEDED directive for dynamic linker
 # http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00614.html
@@ -810,6 +812,7 @@
 %prep
 #setup -q -n gcc-%{version}
 %setup -q -n gcc-%{version}-%{_snap}
+%patch100 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -897,6 +900,7 @@
 %if %{with x}
--enable-java-awt="xlib%{?with_gtk:,gtk}%{?with_qt:,qt}" \
 %endif
+   --enable-plugin \
--enable-libgcj \
--enable-libgcj-multifile \
--enable-libgcj-database \
@@ -1404,6 +1408,7 @@
 %{?with_x:%attr(755,root,root) %{_libdir}/lib-gnu-awt-xlib.so.*.*.*}
 %dir %{_libdir}/gcj-%{version}
 %{_libdir}/gcj-%{version}/classmap.db
+%attr(755,root,root) %{_libdir}/gcj-%{version}/libgcjwebplugin.so
 %{?with_alsa:%attr(755,root,root) %{_libdir}/gcj-%{version}/libgjsmalsa.so*}
 %{?with_dssi:%attr(755,root,root) %{_libdir}/gcj-%{version}/libgjsmdssi.so*}
 %{?with_gtk:%attr(755,root,root) %{_libdir}/gcj-%{version}/libgtkpeer.so}
@@ -1527,6 +1532,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.478  2007/04/18 13:15:02  pluto
+- enable .gnu.hash by default, enable libgcjwebplugin.so.
+
 Revision 1.477  2007/04/16 09:38:58  pluto
 - branch diff (bugfixes) applied.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.477&r2=1.478&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: links-2.1pre28.tar.bz2

2007-04-18 Thread qboosh

Files fetched: 1

STORED: http://links.twibright.com/download/links-2.1pre28.tar.bz2
815afe558dd548258eeb03b01cce01ce  links-2.1pre28.tar.bz2
Size: 3915943 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: links2.spec - updated to 2.1pre28 - updated gzip_fallback p...

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 13:08:50 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.1pre28
- updated gzip_fallback patch, added pl-update patch

 Files affected:
SPECS:
   links2.spec (1.66 -> 1.67) 

 Diffs:


Index: SPECS/links2.spec
diff -u SPECS/links2.spec:1.66 SPECS/links2.spec:1.67
--- SPECS/links2.spec:1.66  Mon Apr  2 14:43:18 2007
+++ SPECS/links2.spec   Wed Apr 18 15:08:44 2007
@@ -15,15 +15,15 @@
 Summary(ru.UTF-8): Текстовый WWW броузер типа Lynx
 Summary(uk.UTF-8): Текстовий WWW броузер типу Lynx
 Name:  links2
-%definepre pre26
+%definepre pre28
 # XXX: stop using "pre" in Version after 2.1 release!
 Version:   2.1%{pre}
-Release:   3
+Release:   1
 Epoch: 1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   http://links.twibright.com/download/links-%{version}.tar.bz2
-# Source0-md5: 841af2540c789e254b8465e07e24c684
+# Source0-md5: 815afe558dd548258eeb03b01cce01ce
 Source1:   %{name}.desktop
 Source2:   %{name}.1.pl
 Source3:   %{name}.png
@@ -38,6 +38,7 @@
 Patch7:%{name}-js-Date-getTime.patch
 Patch8:%{name}-js-submit-nodefer.patch
 Patch9:%{name}-segv.patch
+Patch10:   %{name}-pl-update.patch
 #Patch15:  %{name}-home_etc.patch
 URL:   http://links.twibright.com/
 BuildRequires: autoconf >= 2.59-9
@@ -124,9 +125,10 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
-#cd intl
-#./gen-intl
+cd intl
+./gen-intl
 
 %build
 %{__aclocal}
@@ -180,6 +182,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.67  2007/04/18 13:08:44  qboosh
+- updated to 2.1pre28
+- updated gzip_fallback patch, added pl-update patch
+
 Revision 1.66  2007/04/02 12:43:18  baggins
 - rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/links2.spec?r1=1.66&r2=1.67&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: links2-pl-update.patch (NEW) - polish.lng update

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 13:07:52 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- polish.lng update

 Files affected:
SOURCES:
   links2-pl-update.patch (1.11 -> 1.12)  (NEW)

 Diffs:


Index: SOURCES/links2-pl-update.patch
diff -u /dev/null SOURCES/links2-pl-update.patch:1.12
--- /dev/null   Wed Apr 18 15:07:52 2007
+++ SOURCES/links2-pl-update.patch  Wed Apr 18 15:07:46 2007
@@ -0,0 +1,19 @@
+--- links-2.1pre28/intl/polish.lng.orig2007-03-21 21:55:27.0 
+0100
 links-2.1pre28/intl/polish.lng 2007-04-18 14:45:06.153887469 +0200
+@@ -371,11 +371,11 @@
+ T_SSL_ERROR, "B��d SSL",
+ T_NO_SSL, "Ta wersja Linksa nie posiada obs�ugi SSL/TLS",
+ T_NO_SMB_CLIENT, "Brak zainstalowanego klienta smb (obs�ugiwane s� smbclient 
i smbc)",
+-T_DECOMPRESSION_ERROR, NULL,
+-T_ERROR_DECOMPRESSING_, NULL,
+-T__wITH_, NULL,
+-T_COMPRESSED_ERROR, NULL,
+-T_UNKNOWN_COMPRESSION_METHOD, NULL,
++T_DECOMPRESSION_ERROR, "B��d dekompresji",
++T_ERROR_DECOMPRESSING_, "B��d dekompresji ",
++T__wITH_, " przy u�yciu ",
++T_COMPRESSED_ERROR, "B��d w skompresowanych danych",
++T_UNKNOWN_COMPRESSION_METHOD, "Nieznana metoda kompresji",
+ T_SURE_DELETE, "Jeste� pewny, ze chcesz usun��",
+ T_BOOKMARKS_ALREADY_IN_USE, "Zak�adki w u�yciu!",
+ T_ASSOCIATIONS_ALREADY_IN_USE, "Skojarzenia w u�yciu!",

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: links2-gzip_fallback.patch - mostly obsolete, gzip decomp...

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 13:07:38 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- mostly obsolete, gzip decompression already in sources

 Files affected:
SOURCES:
   links2-gzip_fallback.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/links2-gzip_fallback.patch
diff -u SOURCES/links2-gzip_fallback.patch:1.3 
SOURCES/links2-gzip_fallback.patch:1.4
--- SOURCES/links2-gzip_fallback.patch:1.3  Wed Feb  2 00:16:37 2005
+++ SOURCES/links2-gzip_fallback.patch  Wed Apr 18 15:07:33 2007
@@ -1,17 +1,5 @@
 links-0.97/configure.inMon May  6 01:07:42 2002
-+++ links-0.97/configure.in.newWed Jul  3 10:43:47 2002
-@@ -138,6 +138,9 @@
- fi
- AC_MSG_RESULT($cf_result)
- 
-+AC_CHECK_HEADERS(zlib.h)
-+AC_CHECK_LIB(z, gzdopen)
-+
- AC_CHECK_LIB(dl, dlopen)
- #ifdef HAVE_SSL
- AC_ARG_WITH(ssl, [  --without-ssl   disable SSL support], [if test 
"$withval" = no; then disable_ssl=yes; fi])
 links-2.1pre16/file.c.orig 2005-01-02 21:17:25.0 +0100
-+++ links-2.1pre16/file.c  2005-01-28 22:07:45.392257296 +0100
+--- links-2.1pre28/file.c.orig 2006-11-28 17:23:14.0 +0100
 links-2.1pre28/file.c  2007-04-18 14:49:21.420434281 +0200
 @@ -235,9 +235,14 @@
mem_free(name);
setcstate(c, S_FILE_TYPE); abort_connection(c); return;
@@ -27,67 +15,3 @@
mem_free(name);
setcstate(c, -er); abort_connection(c); return;
}
-@@ -361,6 +366,42 @@
-   add_to_str(&file, &fl, "\n");
-   head = stracpy("\r\nContent-Type: text/html\r\n");
-   } else {
-+#ifdef HAVE_ZLIB_H
-+  if (strncmp(name + strlen(name) - 3, ".gz", 3) == 0) {
-+  /* decompression */
-+  gzFile gh = gzdopen(h, "r");
-+  fl = 0;
-+  mem_free(name);
-+  if (!gh) {
-+  close(h);
-+  setcstate(c, S_OUT_OF_MEM); 
abort_connection(c); return;
-+  }
-+  if (stt.st_size > MAXINT) {
-+  gzclose(gh);
-+  setcstate(c, S_OUT_OF_MEM); abort_connection(c);
-+  return;
-+  }
-+  if (!(file = mem_alloc(stt.st_size + !stt.st_size))) {
-+  gzclose(gh);
-+  setcstate(c, S_OUT_OF_MEM); abort_connection(c);
-+  return;
-+  }
-+  while ((r = gzread(gh, file+fl, stt.st_size)) > 0) {
-+  fl += r;
-+  file = mem_realloc(file, fl + stt.st_size);
-+  if (!file) {
-+  gzclose(gh);
-+  setcstate(c, S_OUT_OF_MEM);
-+  abort_connection(c);
-+  return;
-+  }
-+  }   
-+  gzclose(gh);
-+  head = stracpy("");
-+  }
-+  else 
-+#endif
-+  {
-   mem_free(name);
-   /* + !stt.st_size is there because of bug in Linux. Read returns
-  -EACCES when reading 0 bytes to invalid address */
-@@ -378,6 +419,7 @@
-   close(h);
-   fl = stt.st_size;
-   head = stracpy("");
-+  }
-   }
-   if (get_cache_entry(c->url, &e)) {
-   mem_free(file);
 links-0.97/links.h Wed Jul  3 10:36:17 2002
-+++ links-0.97/links.h.new Wed Jul  3 10:44:18 2002
-@@ -97,6 +97,10 @@
- #include 
- #endif
- 
-+#ifdef HAVE_ZLIB_H
-+#include 
-+#endif
-+
- #include "os_depx.h"
- 
- #include "setup.h"


 CVS-web:

http://cvs.pld-linux.org/SOURCES/links2-gzip_fallback.patch?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: kshutdown.spec - 1.0

2007-04-18 Thread shadzik
Author: shadzik  Date: Wed Apr 18 13:04:21 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.0

 Files affected:
SPECS:
   kshutdown.spec (1.12 -> 1.13) 

 Diffs:


Index: SPECS/kshutdown.spec
diff -u SPECS/kshutdown.spec:1.12 SPECS/kshutdown.spec:1.13
--- SPECS/kshutdown.spec:1.12   Tue Feb 13 07:46:49 2007
+++ SPECS/kshutdown.specWed Apr 18 15:04:16 2007
@@ -1,14 +1,13 @@
 # $Revision$, $Date$
-%define_beta   beta
 Summary:   KDE application for closing Linux
 Summary(pl.UTF-8): Aplikacja KDE do zamykania Linuksa
 Name:  kshutdown
-Version:   0.9.1
-Release:   0.%{_beta}.1
+Version:   1.0
+Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   
http://dl.sourceforge.net/kshutdown/%{name}-%{version}%{_beta}.tar.bz2
-# Source0-md5: 44bd0ff7c6fae44eb24831ebf8446954
+Source0:   http://dl.sourceforge.net/kshutdown/%{name}-%{version}.tar.bz2
+# Source0-md5: dbacab8f1453599e9bad89e088248c68
 Patch0:%{name}-desktop.patch
 URL:   http://kshutdown.sourceforge.net/
 BuildRequires: automake
@@ -24,7 +23,7 @@
 KShutDown służy do zamykania lub restartowania systemu Linuks.
 
 %prep
-%setup -q -n %{name}-%{version}%{_beta}
+%setup -q
 %patch0 -p1
 
 %build
@@ -63,6 +62,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2007/04/18 13:04:16  shadzik
+- 1.0
+
 Revision 1.12  2007/02/13 06:46:49  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kshutdown.spec?r1=1.12&r2=1.13&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kshutdown-1.0.tar.bz2

2007-04-18 Thread shadzik

Files fetched: 1

STORED: http://dl.sourceforge.net/kshutdown/kshutdown-1.0.tar.bz2
dbacab8f1453599e9bad89e088248c68  kshutdown-1.0.tar.bz2
Size: 644359 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: smplayer-0.3.27.tar.gz

2007-04-18 Thread shadzik

Files fetched: 1

STORED: http://smplayer.sourceforge.net/download/smplayer-0.3.27.tar.gz
07bb6a24ed6b7829856681ab417e261e  smplayer-0.3.27.tar.gz
Size: 1509035 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: smplayer.spec - 0.3.27

2007-04-18 Thread shadzik
Author: shadzik  Date: Wed Apr 18 12:59:53 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.3.27

 Files affected:
SPECS:
   smplayer.spec (1.45 -> 1.46) 

 Diffs:


Index: SPECS/smplayer.spec
diff -u SPECS/smplayer.spec:1.45 SPECS/smplayer.spec:1.46
--- SPECS/smplayer.spec:1.45Sat Apr 14 21:38:31 2007
+++ SPECS/smplayer.spec Wed Apr 18 14:59:48 2007
@@ -2,12 +2,12 @@
 Summary:   smplayer - mplayer frontend
 Summary(pl.UTF-8): smplayer - nakładka na mplayera
 Name:  smplayer
-Version:   0.3.20
+Version:   0.3.27
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://smplayer.sourceforge.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: 0131a47252823cd8cf7da9d63838aecb
+# Source0-md5: 07bb6a24ed6b7829856681ab417e261e
 Patch0:%{name}-translations_path.patch
 URL:   http://smplayer.sourceforge.net/
 BuildRequires: Qt3Support-devel
@@ -98,6 +98,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.46  2007/04/18 12:59:48  shadzik
+- 0.3.27
+
 Revision 1.45  2007/04/14 19:38:31  rotom
 - 0.3.20
 - Added new icon themes by Charles Barcza.


 CVS-web:
http://cvs.pld-linux.org/SPECS/smplayer.spec?r1=1.45&r2=1.46&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xulrunner.spec - xulrunner-plugin.pc fixed, release 5.

2007-04-18 Thread pluto
Author: plutoDate: Wed Apr 18 12:52:45 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- xulrunner-plugin.pc fixed, release 5.

 Files affected:
SPECS:
   xulrunner.spec (1.23 -> 1.24) 

 Diffs:


Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.23 SPECS/xulrunner.spec:1.24
--- SPECS/xulrunner.spec:1.23   Mon Apr  2 18:12:13 2007
+++ SPECS/xulrunner.specWed Apr 18 14:52:40 2007
@@ -4,7 +4,7 @@
 %bcond_without gnome   # disable all GNOME components (gnomevfs, gnome, 
gnomeui)
 #
 %define_snap   20070321
-%define_rel4
+%define_rel5
 #
 Summary:   XULRunner - Mozilla Runtime Environment for XUL+XPCOM 
applications
 Summary(pl.UTF-8): XULRunner - środowisko uruchomieniowe Mozilli dla 
aplikacji XUL+XPCOM
@@ -472,6 +472,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24  2007/04/18 12:52:40  pluto
+- xulrunner-plugin.pc fixed, release 5.
+
 Revision 1.23  2007/04/02 16:12:13  baggins
 - rel 4
 - prov and req libxul.so (it's happens to be reqd by programs using this 
lib...)


 CVS-web:
http://cvs.pld-linux.org/SPECS/xulrunner.spec?r1=1.23&r2=1.24&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: xulrunner-pc.patch - plugin needs xpcom includes too. t...

2007-04-18 Thread pluto
Author: plutoDate: Wed Apr 18 12:51:29 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- plugin needs xpcom includes too.
  this fixes:
/usr/include/xulrunner/plugin/nsIPluginInstance.h:10:25: error: nsISupports.h: 
No such file or directory
/usr/include/xulrunner/plugin/nsIPluginStreamListener.h:22:28: error: 
nsIInputStream.h: No such file or directory

 Files affected:
SOURCES:
   xulrunner-pc.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/xulrunner-pc.patch
diff -u SOURCES/xulrunner-pc.patch:1.3 SOURCES/xulrunner-pc.patch:1.4
--- SOURCES/xulrunner-pc.patch:1.3  Sun Feb 25 08:17:20 2007
+++ SOURCES/xulrunner-pc.patch  Wed Apr 18 14:51:23 2007
@@ -33,4 +33,4 @@
  Version: %MOZILLA_VERSION%
  Requires: %NSPR_NAME% >= %NSPR_VERSION%
 -Cflags: -I${includedir}/java -I${includedir}/plugin
-+Cflags: -I${includedir}/java -I${includedir}/plugin -I${includedir}/dom
++Cflags: -I${includedir}/java -I${includedir}/plugin -I${includedir}/xpcom 
-I${includedir}/dom


 CVS-web:
http://cvs.pld-linux.org/SOURCES/xulrunner-pc.patch?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: links-1.00pre20.tar.gz

2007-04-18 Thread qboosh

Files fetched: 1

STORED: 
http://artax.karlin.mff.cuni.cz/~mikulas/links/download/links-1.00pre20.tar.gz
e05e4838920c14c9d683ff8b4730c164  links-1.00pre20.tar.gz
Size: 620455 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: links.spec - updated to 1.00pre20 - updated content_encodin...

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 12:34:30 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.00pre20
- updated content_encoding patch

 Files affected:
SPECS:
   links.spec (1.108 -> 1.109) 

 Diffs:


Index: SPECS/links.spec
diff -u SPECS/links.spec:1.108 SPECS/links.spec:1.109
--- SPECS/links.spec:1.108  Tue Feb 13 07:46:52 2007
+++ SPECS/links.specWed Apr 18 14:34:25 2007
@@ -7,13 +7,13 @@
 Summary(uk.UTF-8): Текстовий WWW броузер типу Lynx
 Name:  links
 Version:   1.00
-%definebverpre19
+%definebverpre20
 Release:   0.%{bver}.1
 Epoch: 2
 License:   GPL v2
 Group: Applications/Networking
 Source0:   
http://artax.karlin.mff.cuni.cz/~mikulas/links/download/%{name}-%{version}%{bver}.tar.gz
-# Source0-md5: 06e77a7b59d453d864d5f79ae02eb580
+# Source0-md5: e05e4838920c14c9d683ff8b4730c164
 Source1:   %{name}.desktop
 Source2:   %{name}.1.pl
 Source3:   %{name}.png
@@ -127,6 +127,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.109  2007/04/18 12:34:25  qboosh
+- updated to 1.00pre20
+- updated content_encoding patch
+
 Revision 1.108  2007/02/13 06:46:52  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/links.spec?r1=1.108&r2=1.109&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: links-content_encoding.patch - updated for 1.00pre20

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 12:33:53 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.00pre20

 Files affected:
SOURCES:
   links-content_encoding.patch (1.6 -> 1.7) 

 Diffs:


Index: SOURCES/links-content_encoding.patch
diff -u SOURCES/links-content_encoding.patch:1.6 
SOURCES/links-content_encoding.patch:1.7
--- SOURCES/links-content_encoding.patch:1.6Sun Jul  9 13:30:52 2006
+++ SOURCES/links-content_encoding.patchWed Apr 18 14:33:48 2007
@@ -1,11 +1,11 @@
 links-0.99pre14/Makefile.amWed Jan 30 14:53:38 2002
-+++ links-0.99pre14.newer/Makefile.am  Wed Jul  3 19:29:51 2002
+--- links-1.00pre20/Makefile.am.orig   2007-04-04 14:23:21.0 +0200
 links-1.00pre20/Makefile.am2007-04-18 14:22:56.886136817 +0200
 @@ -8,7 +8,7 @@
  EXTRA_DIST=$(man_MANS) Unicode/* intl/* config2.h Makefile.gen BUGS TODO 
SITES mailcap.pl wipe-out-ssl wipe-out-ssl.awk
  
  bin_PROGRAMS=links
--links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c connect.c 
cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c 
html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c 
os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c 
win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc 
entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
-+links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c 
compress.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c 
html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c 
main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c 
url.c view.c win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h 
codepage.inc entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
+-links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c connect.c 
cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c 
html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c 
os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c 
links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc 
entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
++links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c 
compress.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c 
html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c 
main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c 
url.c view.c links.h os_dep.h os_depx.h setup.h codepage.h language.h 
codepage.inc entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
  
  datadir = $(prefix)/@DATADIRNAME@
  LIBS = @LIBS@


 CVS-web:

http://cvs.pld-linux.org/SOURCES/links-content_encoding.patch?r1=1.6&r2=1.7&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: flixengine.spec - renamed -docs to -apidocs - moved hostinf...

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 12:16:43 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- renamed -docs to -apidocs
- moved hostinfo and reginfo to /etc

 Files affected:
SPECS:
   flixengine.spec (1.35 -> 1.36) 

 Diffs:


Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.35 SPECS/flixengine.spec:1.36
--- SPECS/flixengine.spec:1.35  Wed Apr 18 14:08:25 2007
+++ SPECS/flixengine.spec   Wed Apr 18 14:16:38 2007
@@ -16,7 +16,7 @@
 Summary(pl.UTF-8): Silnik On2 Flix
 Name:  flixengine
 Version:   8.0.8.2
-Release:   0.2
+Release:   0.3
 License:   not distributable
 Group: Applications
 # download demo from http://flix.on2.com/demos/
@@ -59,6 +59,8 @@
 # need to provide it for flixd, but we don't want package name dep here
 %define_noautoreqdep libavformat.so.50
 
+%define_sysconfdir /etc/on2
+
 %description
 The On2 Flix Engine provides many of the Flash 8 video encoding
 features of our industry leading On2 Flix Pro video encoder in a
@@ -165,16 +167,17 @@
 %description -n python-flixengine -l pl.UTF-8
 Wiązania Pythona dla silnika On2 Flix.
 
-%package docs
-Summary:   HTML Documentation for On2 Flix Engine
-Summary(pl.UTF-8): Dokumentacja HTML dla silnika On2 Flix
+%package apidocs
+Summary:   HTML API Documentation for On2 Flix Engine
+Summary(pl.UTF-8): Dokumentacja HTML API dla silnika On2 Flix
 Group: Documentation
+Obsoletes: flixengine-docs
 
-%description docs
-HTML Documentation for On2 Flix Engine.
+%description apidocs
+HTML API Documentation for On2 Flix Engine.
 
-%description docs -l pl.UTF-8
-Dokumentacja HTML dla silnika On2 Flix.
+%description apidocs -l pl.UTF-8
+Dokumentacja HTML API dla silnika On2 Flix.
 
 %prep
 %setup -q -n flix-engine-installer-linux-%{version}_DEMO
@@ -279,7 +282,7 @@
--mencoderbin=$RPM_BUILD_ROOT%{_bindir} \
--flixsamples=$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} \
--pidfile=$RPM_BUILD_ROOT/var/run/flixd/flixd.pid \
-   --authdir=$RPM_BUILD_ROOT/var/lib/on2 \
+   --authdir=$RPM_BUILD_ROOT%{_sysconfdir} \
--just-install \
--offline \
--yesireadtheon2license \
@@ -361,8 +364,8 @@
 mv $RPM_BUILD_ROOT%{_bindir}/mencoder{,-flixengine}
 
 # do not put hardware fingerprint to rpm package
-> $RPM_BUILD_ROOT/var/lib/on2/hostinfo
-touch $RPM_BUILD_ROOT/var/lib/on2/flixengine.lic
+> $RPM_BUILD_ROOT%{_sysconfdir}/hostinfo
+touch $RPM_BUILD_ROOT%{_sysconfdir}/flixengine.lic
 install -d $RPM_BUILD_ROOT/var/run/flixd
 install -d $RPM_BUILD_ROOT/var/log
 touch $RPM_BUILD_ROOT/var/log/flixd.log
@@ -382,7 +385,7 @@
 #!/bin/sh
 . %{_sysconfdir}/flixd-license.conf
 
-%{_sbindir}/lget -u "$FLIX_USERNAME" -s "$FLIX_SERIAL" -i 
/var/lib/on2/hostinfo -o /var/lib/on2/on2product.lic -a 
'On2FlixEngine/%{version}_DEMO (%(uname -o))'
+%{_sbindir}/lget -u "$FLIX_USERNAME" -s "$FLIX_SERIAL" -i 
%{_sysconfdir}/hostinfo -o %{_sysconfdir}/on2product.lic -a 
'On2FlixEngine/%{version}_DEMO (%(uname -o))'
 EOF
 
 %clean
@@ -399,8 +402,8 @@
chown root:flixd /var/log/flixd.log
chmod 660 /var/log/flixd.log
 fi
-if [ ! -s /var/lib/on2/hostinfo ]; then
-   %{_sbindir}/on2_host_info > /var/lib/on2/hostinfo
+if [ ! -s %{_sysconfdir}/hostinfo ]; then
+   %{_sbindir}/on2_host_info > %{_sysconfdir}/hostinfo
 %banner -e %{name} <@pld-linux.org
 
 $Log$
+Revision 1.36  2007/04/18 12:16:38  glen
+- renamed -docs to -apidocs
+- moved hostinfo and reginfo to /etc
+
 Revision 1.35  2007/04/18 12:08:25  glen
 - updated to 8.0.8.2
 - simplified registration process


 CVS-web:
http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.35&r2=1.36&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: flixengine.spec - fix reg script output file

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 12:23:51 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix reg script output file

 Files affected:
SPECS:
   flixengine.spec (1.36 -> 1.37) 

 Diffs:


Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.36 SPECS/flixengine.spec:1.37
--- SPECS/flixengine.spec:1.36  Wed Apr 18 14:16:38 2007
+++ SPECS/flixengine.spec   Wed Apr 18 14:23:46 2007
@@ -16,7 +16,7 @@
 Summary(pl.UTF-8): Silnik On2 Flix
 Name:  flixengine
 Version:   8.0.8.2
-Release:   0.3
+Release:   0.4
 License:   not distributable
 Group: Applications
 # download demo from http://flix.on2.com/demos/
@@ -385,7 +385,7 @@
 #!/bin/sh
 . %{_sysconfdir}/flixd-license.conf
 
-%{_sbindir}/lget -u "$FLIX_USERNAME" -s "$FLIX_SERIAL" -i 
%{_sysconfdir}/hostinfo -o %{_sysconfdir}/on2product.lic -a 
'On2FlixEngine/%{version}_DEMO (%(uname -o))'
+%{_sbindir}/lget -u "$FLIX_USERNAME" -s "$FLIX_SERIAL" -i 
%{_sysconfdir}/hostinfo -o %{_sysconfdir}/flixengine.lic -a 
'On2FlixEngine/%{version}_DEMO (%(uname -o))'
 EOF
 
 %clean
@@ -520,6 +520,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.37  2007/04/18 12:23:46  glen
+- fix reg script output file
+
 Revision 1.36  2007/04/18 12:16:38  glen
 - renamed -docs to -apidocs
 - moved hostinfo and reginfo to /etc


 CVS-web:
http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.36&r2=1.37&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-dict-plugin-0.2.1.tar.bz2

2007-04-18 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-dict-plugin/xfce4-dict-plugin-0.2.1.tar.bz2
2ef7f110883a9d9316fd06a1c2a327da  xfce4-dict-plugin-0.2.1.tar.bz2
Size: 287026 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-dict.plugin.spec (NEW) - new

2007-04-18 Thread megabajt
Author: megabajt Date: Wed Apr 18 12:21:07 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   xfce4-dict.plugin.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/xfce4-dict.plugin.spec
diff -u /dev/null SPECS/xfce4-dict.plugin.spec:1.1
--- /dev/null   Wed Apr 18 14:21:07 2007
+++ SPECS/xfce4-dict.plugin.specWed Apr 18 14:21:02 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:   A dict plugin for Xfce panel
+Name:  xfce4-dict-plugin
+Version:   0.2.1
+Release:   1
+License:   GPL v2
+Group: X11/Applications
+Source0:   
http://goodies.xfce.org/releases/xfce4-dict-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: 2ef7f110883a9d9316fd06a1c2a327da
+URL:   http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: xfce4-dev-tools >= 4.4.0
+BuildRequires: xfce4-panel-devel >= 4.4.0
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires:  xfce4-panel >= 4.4.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With this plugin you can query a dictionary server (see RFC 2229) to
+search for the translation or explanation of a word. You can also
+choose a dictionary offered by the server to improve your search
+results.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-dict-plugin
+%{_datadir}/xfce4/panel-plugins/dict.desktop
+%{_iconsdir}/hicolor/scalable/apps/dict-icon.svg
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/18 12:21:02  megabajt
+- new
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: flixengine.init - authdir in /etc

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 12:20:13 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- authdir in /etc

 Files affected:
SOURCES:
   flixengine.init (1.11 -> 1.12) 

 Diffs:


Index: SOURCES/flixengine.init
diff -u SOURCES/flixengine.init:1.11 SOURCES/flixengine.init:1.12
--- SOURCES/flixengine.init:1.11Wed Jan  3 16:57:51 2007
+++ SOURCES/flixengine.init Wed Apr 18 14:20:07 2007
@@ -17,7 +17,7 @@
 ## flixd will be unable to decode source files.
 export FLIXD_MENCODER=/usr/bin/mencoder-flixengine
 
-AUTHDIR=/var/lib/on2
+AUTHDIR=/etc/on2
 PORT=2372
 USERID=flixd
 INTERFACE=lo


 CVS-web:
http://cvs.pld-linux.org/SOURCES/flixengine.init?r1=1.11&r2=1.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: nettle.spec - updated to 1.15

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 12:13:37 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.15

 Files affected:
SPECS:
   nettle.spec (1.15 -> 1.16) 

 Diffs:


Index: SPECS/nettle.spec
diff -u SPECS/nettle.spec:1.15 SPECS/nettle.spec:1.16
--- SPECS/nettle.spec:1.15  Tue Feb 13 08:16:49 2007
+++ SPECS/nettle.spec   Wed Apr 18 14:13:31 2007
@@ -2,12 +2,12 @@
 Summary:   Nettle - a cryptographic library
 Summary(pl.UTF-8): Nettle - biblioteka kryptograficzna
 Name:  nettle
-Version:   1.14
-Release:   2
+Version:   1.15
+Release:   1
 License:   GPL
 Group: Libraries
 Source0:   
ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz
-# Source0-md5: 12915b53e751456689e2ec9ec15c74da
+# Source0-md5: 6b0fd004359660b65ff3eca77b3d5fa6
 Patch0:%{name}-info.patch
 URL:   http://www.lysator.liu.se/~nisse/lsh/
 BuildRequires: gmp-devel
@@ -110,6 +110,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2007/04/18 12:13:31  qboosh
+- updated to 1.15
+
 Revision 1.15  2007/02/13 07:16:49  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nettle.spec?r1=1.15&r2=1.16&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nettle-1.15.tar.gz

2007-04-18 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-1.15.tar.gz
6b0fd004359660b65ff3eca77b3d5fa6  nettle-1.15.tar.gz
Size: 829862 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: flixengine.spec - updated to 8.0.8.2 - simplified registrat...

2007-04-18 Thread glen
Author: glen Date: Wed Apr 18 12:08:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 8.0.8.2
- simplified registration process

 Files affected:
SPECS:
   flixengine.spec (1.34 -> 1.35) 

 Diffs:


Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.34 SPECS/flixengine.spec:1.35
--- SPECS/flixengine.spec:1.34  Wed Apr 11 21:20:34 2007
+++ SPECS/flixengine.spec   Wed Apr 18 14:08:25 2007
@@ -15,7 +15,7 @@
 Summary:   On2 Flix Engine
 Summary(pl.UTF-8): Silnik On2 Flix
 Name:  flixengine
-Version:   8.0.8.1
+Version:   8.0.8.2
 Release:   0.2
 License:   not distributable
 Group: Applications
@@ -23,7 +23,7 @@
 # check for newer versions at http://flix.on2.com/download
 # Source0Download: http://flix.on2.com/demos/flixenginelinuxdemo.tar.gz
 Source0:   %{name}linuxdemo-%{version}.tar.gz
-# NoSource0-md5:   8e7780a976b26702b8a2fbb26eb55594
+# NoSource0-md5:   4784ed913f6193766930248bb4dbea3d
 NoSource:  0
 Source1:   %{name}.init
 Patch0:%{name}-libdir.patch
@@ -77,20 +77,21 @@
 standards.
 
 %description -l pl.UTF-8
-Silnik On2 Flix Engine udostępnia wiele spośród możliwości kodowania
-filmów Flash 8 wiodącego kodera On2 Flix Pro w postaci potężnego SDK.
+Silnik On2 Flix Engine udostępnia wiele spośród możliwości
+kodowania filmów Flash 8 wiodącego kodera On2 Flix Pro w postaci
+potężnego SDK.
 
-Silnik pozwala wykorzystywać możliwości i wydajność filmów Flash z
-kodowaniem On2 VP6 w intranecie, na stronie WWW i w innych
+Silnik pozwala wykorzystywać możliwości i wydajność filmów Flash
+z kodowaniem On2 VP6 w intranecie, na stronie WWW i w innych
 zastosowaniach serwerowych, z zachowaniem kanału alpha na wyjściu
 obrazu i innymi opcjami.
 
-Główną cechą silnika On2 Flix Engine 8 jest obsługa filmów Adobe Flash
-8 z kodekiem On2 VP6 oraz wyjściem obrazu FLV, które można odtwarzać
-bezpośrednio w odtwarzaczu Flash, przekazywać strumieniem poprzez
-Adobe Flash Media Server lub importować do Flash Studio. Nowe wyjście
-FLV jest także w pełni zgodne z formatem metadanych FLV i standardami
-Adobe Flash Playera.
+Główną cechą silnika On2 Flix Engine 8 jest obsługa filmów Adobe
+Flash 8 z kodekiem On2 VP6 oraz wyjściem obrazu FLV, które można
+odtwarzać bezpośrednio w odtwarzaczu Flash, przekazywać strumieniem
+poprzez Adobe Flash Media Server lub importować do Flash Studio. Nowe
+wyjście FLV jest także w pełni zgodne z formatem metadanych FLV i
+standardami Adobe Flash Playera.
 
 %package libs
 Summary:   Shared libraries for On2 Flix Engine
@@ -369,6 +370,21 @@
 # use poldek -e
 rm -f $RPM_BUILD_ROOT%{_sbindir}/flix-engine-uninstall.sh
 
+# make it somewhat easier to acquire license registration
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+cat > $RPM_BUILD_ROOT%{_sysconfdir}/flixd-license.conf <<'EOF'
+FLIX_USERNAME=''
+FLIX_SERIAL=''
+EOF
+
+install -d $RPM_BUILD_ROOT%{_sbindir}
+cat > $RPM_BUILD_ROOT%{_sbindir}/flixd-license-get <<'EOF'
+#!/bin/sh
+. %{_sysconfdir}/flixd-license.conf
+
+%{_sbindir}/lget -u "$FLIX_USERNAME" -s "$FLIX_SERIAL" -i 
/var/lib/on2/hostinfo -o /var/lib/on2/on2product.lic -a 
'On2FlixEngine/%{version}_DEMO (%(uname -o))'
+EOF
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -386,8 +402,8 @@
 if [ ! -s /var/lib/on2/hostinfo ]; then
%{_sbindir}/on2_host_info > /var/lib/on2/hostinfo
 %banner -e %{name} <' -s '' -i /var/lib/on2/hostinfo -o 
/var/lib/on2/on2product.lic -a 'On2FlixEngine/%{version}_DEMO (%(uname -o))'
+To register your copy of flixd fill %{_sysconfdir}/flixd-license.conf
+and afterwards call: %{_sbindir}/flixd-license-get
 EOF
 fi
 %service flixd restart
@@ -419,10 +435,13 @@
 %defattr(644,root,root,755)
 %doc doc/*
 %{?with_java:%exclude %{_docdir}/on2/flixengine/javadoc}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/flixd-license.conf
 %attr(755,root,root) %{_sbindir}/flixd
+%attr(755,root,root) %{_sbindir}/flixd-license-get
 %attr(755,root,root) %{_sbindir}/lget
 %attr(755,root,root) %{_sbindir}/on2_host_info
 %attr(754,root,root) /etc/rc.d/init.d/flixd
+
 %{_mandir}/man8/flixd.8*
 %dir /var/lib/on2
 %dir %attr(771,root,flixd) /var/run/flixd
@@ -498,6 +517,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.35  2007/04/18 12:08:25  glen
+- updated to 8.0.8.2
+- simplified registration process
+
 Revision 1.34  2007/04/11 19:20:34  glen
 - amd64 build fixes
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.34&r2=1.35&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: librtas-1.3.1.tar.gz

2007-04-18 Thread qboosh

Files fetched: 1

STORED: http://librtas.ozlabs.org/releases/librtas-1.3.1.tar.gz
d1d6a21e68e2cefccc7c4c7a5fdba1c5  librtas-1.3.1.tar.gz
Size: 99838 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: librtas.spec - updated to 1.3.1

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 12:04:36 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.3.1

 Files affected:
SPECS:
   librtas.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/librtas.spec
diff -u SPECS/librtas.spec:1.3 SPECS/librtas.spec:1.4
--- SPECS/librtas.spec:1.3  Tue Feb 13 07:46:51 2007
+++ SPECS/librtas.spec  Wed Apr 18 14:04:30 2007
@@ -2,12 +2,12 @@
 Summary:   Libraries for user-space access to the Run-Time Abstraction 
Services
 Summary(pl.UTF-8): Biblioteki do dostępu do RTAS z przestrzeni użytkownika
 Name:  librtas
-Version:   1.3.0
+Version:   1.3.1
 Release:   1
 License:   CPL v1.0
 Group: Libraries
 Source0:   http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: f2b4fee07f46cf00cc8d5e51af8ae565
+# Source0-md5: d1d6a21e68e2cefccc7c4c7a5fdba1c5
 URL:   http://librtas.ozlabs.org/
 ExclusiveArch: ppc ppc64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -87,6 +87,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2007/04/18 12:04:30  qboosh
+- updated to 1.3.1
+
 Revision 1.3  2007/02/13 06:46:51  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/librtas.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: fuse-0.8.0.tar.gz

2007-04-18 Thread qboosh

Files fetched: 1

STORED: 
ftp://ftp.worldofspectrum.org/pub/sinclair/emulators/unix/fuse-0.8.0.tar.gz
598517e4fe808066e8d10f0fac162945  fuse-0.8.0.tar.gz
Size: 1263344 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fuse.spec - updated to 0.8.0 - removed obsolete gcc4 patch ...

2007-04-18 Thread qboosh
Author: qboosh   Date: Wed Apr 18 12:00:59 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.8.0
- removed obsolete gcc4 patch
- removed outdated fb patch (different cmap support introduced, needs recheck)
- added missing patch (missing files from fuse CVS)
- added update patch (fb,svga uis update to make them at least build)

 Files affected:
SPECS:
   fuse.spec (1.30 -> 1.31) 

 Diffs:


Index: SPECS/fuse.spec
diff -u SPECS/fuse.spec:1.30 SPECS/fuse.spec:1.31
--- SPECS/fuse.spec:1.30Tue Feb 13 08:16:44 2007
+++ SPECS/fuse.spec Wed Apr 18 14:00:54 2007
@@ -9,25 +9,27 @@
 Summary:   Free Unix Spectrum Emulator
 Summary(pl.UTF-8): Darmowy uniksowy emulator ZX Spectrum
 Name:  fuse
-Version:   0.7.0
-Release:   2
+Version:   0.8.0
+Release:   1
 License:   GPL
 Group: Applications/Emulators
 Source0:   
ftp://ftp.worldofspectrum.org/pub/sinclair/emulators/unix/%{name}-%{version}.tar.gz
-# Source0-md5: d81ad260cd6a8dd533af01ee6a5f9527
-Patch0:%{name}-gcc4.patch
-Patch1:%{name}-fb.patch
+# Source0-md5: 598517e4fe808066e8d10f0fac162945
+Patch0:%{name}-missing.patch
+Patch1:%{name}-update.patch
 URL:   http://fuse-emulator.sourceforge.net/
 %{?with_sdl:BuildRequires: SDL-devel >= 1.2.4}
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
 %{?with_x:BuildRequires:   gtk+2-devel >= 1:2.0.0}
 BuildRequires: lib765-devel
 BuildRequires: libjsw-devel
+BuildRequires: libao-devel
 BuildRequires: libpng-devel
-BuildRequires: libspectrum-devel >= 0.2.1
+BuildRequires: libspectrum-devel >= 0.3.0
 BuildRequires: libxml2-devel >= 2.0.0
 BuildRequires: perl
+BuildRequires: pkgconfig
 %{?with_svga:BuildRequires:svgalib-devel}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -301,6 +303,13 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.31  2007/04/18 12:00:54  qboosh
+- updated to 0.8.0
+- removed obsolete gcc4 patch
+- removed outdated fb patch (different cmap support introduced, needs recheck)
+- added missing patch (missing files from fuse CVS)
+- added update patch (fb,svga uis update to make them at least build)
+
 Revision 1.30  2007/02/13 07:16:44  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fuse.spec?r1=1.30&r2=1.31&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


  1   2   >