SPECS: minicom.spec - avoid cron logrotate messages "tput: No valu...

2006-05-03 Thread glen
Author: glen Date: Wed May  3 09:21:54 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- avoid cron logrotate messages "tput: No value for $TERM and no -T specified"
- rel 5

 Files affected:
SPECS:
   minicom.spec (1.70 -> 1.71) 

 Diffs:


Index: SPECS/minicom.spec
diff -u SPECS/minicom.spec:1.70 SPECS/minicom.spec:1.71
--- SPECS/minicom.spec:1.70 Wed Apr 12 23:42:51 2006
+++ SPECS/minicom.spec  Wed May  3 11:21:48 2006
@@ -14,7 +14,7 @@
 Summary(zh_CN):Ňť¸öÎÄąž˝çĂćľÄľ÷ĘÔ˝âľ÷Ć÷żŘÖĆĆ÷şÍÖŐśËÄŁÄâĆ÷ĄŁ
 Name:  minicom
 Version:   2.1
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Applications/Communications
 Source0:   
http://alioth.debian.org/download.php/123/%{name}-%{version}.tar.gz
@@ -137,7 +137,7 @@
 
 cat << 'EOF' > $RPM_BUILD_ROOT/etc/profile.d/minicom.sh
 MINICOM="-L"
-if [ "`/usr/bin/tput colors`" != "-1" ] ; then
+if [ "$TERM" ] && [ "`/usr/bin/tput colors`" != "-1" ] ; then
MINICOM="$MINICOM -c on"
 fi
 export MINICOM
@@ -145,8 +145,10 @@
 
 cat << 'EOF' > $RPM_BUILD_ROOT/etc/profile.d/minicom.csh
 setenv MINICOM "-L"
-if ( "`/usr/bin/tput colors`" != "-1" ) \
-   setenv MINICOM "$MINICOM -c on"
+if ( $?TERM ) then
+   if ( "`/usr/bin/tput colors`" != "-1" ) \
+   setenv MINICOM "$MINICOM -c on"
+endif
 EOF
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -194,6 +196,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.71  2006/05/03 09:21:48  glen
+- avoid cron logrotate messages "tput: No value for $TERM and no -T specified"
+- rel 5
+
 Revision 1.70  2006/04/12 21:42:51  glen
 - avoid expanding profile scripts at compile time, rel 4
 
@@ -249,10 +255,10 @@
 - release 10
 
 Revision 1.54  2003/01/24 14:00:17  xysio
-added minicom-pl_po.patch (fixed polish locale)
+- added minicom-pl_po.patch (fixed polish locale)
 
 Revision 1.53  2002/12/07 23:49:19  ankry
-- fix improper usage of %%{_sysconfdir}
+- fix improper usage of %{_sysconfdir}
 
 Revision 1.52  2002/11/29 09:30:54  undefine
 - updated source url
@@ -266,15 +272,15 @@
 - relese 7: remove ja_JP.SJIS locale.
 
 Revision 1.49  2002/10/09 10:24:40  qboosh
-- BR: gettext-devel; new %%doc
+- BR: gettext-devel; new %doc
 
 Revision 1.48  2002/06/23 20:52:52  kloczek
-perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
+- perl -pi -e "s/^gettextize --copy --force/\%\{__gettextize\}/"
 
 Revision 1.47  2002/05/21 23:14:09  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
  s/^automake -a -c -f/\%\{__automake\}/; \
-s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.46  2002/05/19 22:24:00  ankry
 - moved message file from cs_CZ/ to cs/
@@ -283,7 +289,7 @@
 Revision 1.45  2002/05/17 23:06:30  kloczek
 - bump to relese 4,
 - remove unused man_warn, lrzsz patches,
-- minor cleanups (do not use %%{_sysconfdir} macro in /etc/profile.d path).
+- minor cleanups (do not use %{_sysconfdir} macro in /etc/profile.d path).
 
 Revision 1.44  2002/05/17 20:18:40  qboosh
 - po_DESTDIR patch replaced by gettextize call
@@ -323,7 +329,7 @@
   Group field using gettext).
 
 Revision 1.36  2002/01/18 02:13:50  kloczek
-perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
+- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
 
 Revision 1.35  2001/11/19 22:15:19  ankry
 - added ko, pl man pages
@@ -361,7 +367,7 @@
 - rebuild with ncurses 5.1
 
 Revision 1.26  2000/06/09 07:23:25  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.25  2000/05/30 07:35:19  kloczek
 - updated to 1.83.1,
@@ -409,7 +415,7 @@
 - gzipping docs where needed
 
 Revision 1.14  1999/07/12 23:06:10  kloczek
-- added using CVS keywords in %%changelog (for automating them).
+- added using CVS keywords in %changelog (for automating them).
 
 * Tue Jun 29 1999 Michal Margula <[EMAIL PROTECTED]>
   [1.82.1-3]


 CVS-web:
http://cvs.pld-linux.org/SPECS/minicom.spec?r1=1.70&r2=1.71&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: net-tools-gcc34.patch - include explicit safe_strncpy pro...

2006-05-03 Thread pluto
Author: plutoDate: Wed May  3 10:10:55 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- include explicit safe_strncpy prototype.

 Files affected:
SOURCES:
   net-tools-gcc34.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/net-tools-gcc34.patch
diff -u SOURCES/net-tools-gcc34.patch:1.1 SOURCES/net-tools-gcc34.patch:1.2
--- SOURCES/net-tools-gcc34.patch:1.1   Mon Mar  8 11:56:28 2004
+++ SOURCES/net-tools-gcc34.patch   Wed May  3 12:10:49 2006
@@ -42,3 +42,13 @@
  }
  }
  
+--- net-tools-1.60/lib/inet6_sr.c.orig 2006-05-03 11:58:01.0 +0200
 net-tools-1.60/lib/inet6_sr.c  2006-05-03 12:00:49.0 +0200
+@@ -33,6 +33,7 @@
+ #include "pathnames.h"
+ #include "intl.h"
+ #include "net-features.h"
++#include "util.h"
+ 
+ 
+ 


 CVS-web:
http://cvs.pld-linux.org/SOURCES/net-tools-gcc34.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


SPECS: net-tools.spec - -fno-strict-aliasing for gcc4.

2006-05-03 Thread pluto
Author: plutoDate: Wed May  3 10:15:29 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- -fno-strict-aliasing for gcc4.

 Files affected:
SPECS:
   net-tools.spec (1.74 -> 1.75) 

 Diffs:


Index: SPECS/net-tools.spec
diff -u SPECS/net-tools.spec:1.74 SPECS/net-tools.spec:1.75
--- SPECS/net-tools.spec:1.74   Sun Feb 26 15:12:02 2006
+++ SPECS/net-tools.specWed May  3 12:15:24 2006
@@ -36,6 +36,8 @@
 %define_bindir /bin
 %define_sbindir/sbin
 
+%definespecflags   -fno-strict-aliasing
+
 %description
 This is a collection of the basic tools necessary for setting up
 networking on a Linux machine. It includes ifconfig, route, netstat,
@@ -232,6 +234,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.75  2006/05/03 10:15:24  pluto
+- -fno-strict-aliasing for gcc4.
+
 Revision 1.74  2006/02/26 14:12:02  sparky
 - pass CC="%{__cc}"
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/net-tools.spec?r1=1.74&r2=1.75&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: FrontPage

2006-05-03 Thread spider
Author: spider   Date: Wed May  3 10:54:07 2006 GMT
Module: PLDWWW   URL: http://pld-linux.org/FrontPage
 Log message:


 Page affected: FrontPage

 Diffs:


  
  === 26 April 2006 PLD 1.0/1.1 (Ra) information ===
  
- PLD Ra has reached EOL (End of Life). It will not be updated anymore. It is 
strongly recommended to upgrade to Ac as soon as possible! However the 
infrastructure for Ra is still online, so if anyone has enough knowledge and 
willingness to resurrect it, you are welcome. 
+ PLD Ra (1.0/1.1) has reached EOL (End of Life). It will not be updated 
anymore. It is strongly recommended to upgrade to Ac (upcoming 2.0) as soon as 
possible! However the infrastructure for Ra is still online, so if anyone has 
enough knowledge and willingness to resurrect it, you are welcome. 
  
  === 23 March 2006 PLD Linux 2.0 ISO RC1 ===
  
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: fedora-adminutil.spec - add spec section

2006-05-03 Thread wolvverine
Author: wolvverine   Date: Wed May  3 11:06:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add spec section

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

 Diffs:


Index: SPECS/fedora-adminutil.spec
diff -u SPECS/fedora-adminutil.spec:1.3 SPECS/fedora-adminutil.spec:1.4
--- SPECS/fedora-adminutil.spec:1.3 Wed May  3 02:28:58 2006
+++ SPECS/fedora-adminutil.spec Wed May  3 13:06:28 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:   Fedora Admin Util
+Summary(pl):   Fedora Admin Util
 Name:  fedora-adminutil
 Version:   1.0
 Release:   0.1
@@ -17,6 +18,10 @@
 
 %description
 
+
+%description -l pl
+
+
 %prep
 %setup -q
 
@@ -53,6 +58,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/05/03 11:06:28  wolvverine
+- add spec section
+
 Revision 1.3  2006/05/03 00:28:58  wolvverine
 - add BR
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-adminutil.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


SPECS: fedora-adminutil.spec - basic description - do not fill emp...

2006-05-03 Thread glen
Author: glen Date: Wed May  3 11:30:11 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- basic description
- do not fill empty -pl!

 Files affected:
SPECS:
   fedora-adminutil.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/fedora-adminutil.spec
diff -u SPECS/fedora-adminutil.spec:1.4 SPECS/fedora-adminutil.spec:1.5
--- SPECS/fedora-adminutil.spec:1.4 Wed May  3 13:06:28 2006
+++ SPECS/fedora-adminutil.spec Wed May  3 13:30:05 2006
@@ -9,18 +9,16 @@
 Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5: 08c514a30604e192a22d7a035a9dfccc
 URL:   http://directory.fedora.redhat.com/wiki/SetupUtil
+BuildRequires: icu
 BuildRequires: libstdc++-devel
 BuildRequires: mozldap-devel
 BuildRequires: nspr-devel
 BuildRequires: nss-devel
-BuildRequires: icu
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-
-
-%description -l pl
-
+The Setup Util is a collection of C++ APIs used to write programs that
+install, configure, and uninstall Fedora Server software.
 
 %prep
 %setup -q
@@ -58,6 +56,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/03 11:30:05  glen
+- basic description
+- do not fill empty -pl!
+
 Revision 1.4  2006/05/03 11:06:28  wolvverine
 - add spec section
 
@@ -66,4 +68,3 @@
 
 Revision 1.2  2006/05/01 00:15:13  zbyniu
 - 755 for .so
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-adminutil.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: fedora-adminutil.spec - BR: libicu-devel, perl-base; restor...

2006-05-03 Thread zbyniu
Author: zbyniu   Date: Wed May  3 11:42:02 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: libicu-devel, perl-base; restored log rev 1.1

 Files affected:
SPECS:
   fedora-adminutil.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/fedora-adminutil.spec
diff -u SPECS/fedora-adminutil.spec:1.5 SPECS/fedora-adminutil.spec:1.6
--- SPECS/fedora-adminutil.spec:1.5 Wed May  3 13:30:05 2006
+++ SPECS/fedora-adminutil.spec Wed May  3 13:41:57 2006
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 Summary:   Fedora Admin Util
-Summary(pl):   Fedora Admin Util
 Name:  fedora-adminutil
 Version:   1.0
 Release:   0.1
@@ -10,10 +9,12 @@
 # Source0-md5: 08c514a30604e192a22d7a035a9dfccc
 URL:   http://directory.fedora.redhat.com/wiki/SetupUtil
 BuildRequires: icu
+BuildRequires: libicu-devel
 BuildRequires: libstdc++-devel
 BuildRequires: mozldap-devel
 BuildRequires: nspr-devel
 BuildRequires: nss-devel
+BuildRequires: perl-base
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +57,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2006/05/03 11:41:57  zbyniu
+- BR: libicu-devel, perl-base; restored log rev 1.1
+
 Revision 1.5  2006/05/03 11:30:05  glen
 - basic description
 - do not fill empty -pl!
@@ -68,3 +72,6 @@
 
 Revision 1.2  2006/05/01 00:15:13  zbyniu
 - 755 for .so
+
+Revision 1.1  2006/04/30 23:44:47  zbyniu
+- init


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-adminutil.spec?r1=1.5&r2=1.6&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: libopensync.spec - rm formats/*.a

2006-05-03 Thread pluto
Author: plutoDate: Wed May  3 12:14:34 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rm formats/*.a

 Files affected:
SPECS:
   libopensync.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/libopensync.spec
diff -u SPECS/libopensync.spec:1.11 SPECS/libopensync.spec:1.12
--- SPECS/libopensync.spec:1.11 Wed Apr 19 21:31:58 2006
+++ SPECS/libopensync.spec  Wed May  3 14:14:28 2006
@@ -117,6 +117,7 @@
DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{py,la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/formats/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -163,6 +164,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2006/05/03 12:14:28  pluto
+- rm formats/*.a
+
 Revision 1.11  2006/04/19 19:31:58  qboosh
 - bcond descs
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libopensync.spec?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: libopensync-0.18.tar.gz

2006-05-03 Thread pluto

Files fetched: 1

STORED: no-url://libopensync-0.18.tar.gz
ce94a69fb7ae7533d1f8828b6402cec8  libopensync-0.18.tar.gz
Size: 610922 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: libopensync.spec - sources dropped in.

2006-05-03 Thread pluto
Author: plutoDate: Wed May  3 12:27:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- sources dropped in.

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

 Diffs:


Index: SPECS/libopensync.spec
diff -u SPECS/libopensync.spec:1.12 SPECS/libopensync.spec:1.13
--- SPECS/libopensync.spec:1.12 Wed May  3 14:14:28 2006
+++ SPECS/libopensync.spec  Wed May  3 14:27:03 2006
@@ -11,7 +11,8 @@
 Release:   0.2
 License:   LGPL
 Group: Libraries
-Source0:   
http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw
+#Source0:  
http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw
+Source0:   %{name}-%{version}.tar.gz
 # Source0-md5: ce94a69fb7ae7533d1f8828b6402cec8
 URL:   http://www.opensync.org/
 Patch0:%{name}-python.patch
@@ -164,6 +165,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2006/05/03 12:27:03  pluto
+- sources dropped in.
+
 Revision 1.12  2006/05/03 12:14:28  pluto
 - rm formats/*.a
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libopensync.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


SPECS: fedora-console.spec (NEW) - init, needed look at java speci...

2006-05-03 Thread wolvverine
Author: wolvverine   Date: Wed May  3 14:09:54 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- init, needed look at java specialist ;) 

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

 Diffs:


Index: SPECS/fedora-console.spec
diff -u /dev/null SPECS/fedora-console.spec:1.1
--- /dev/null   Wed May  3 16:09:54 2006
+++ SPECS/fedora-console.spec   Wed May  3 16:09:49 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary:   Fedora DS Java Remote Management Console
+Summary(pl):   -
+Name:  fedora-console
+Version:   1.0.2
+Release:   0.1
+License:   LGPL
+Group: Applications
+Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
+# Source0-md5: cc2ccdf7a0f0a1ce78326251105a12f9
+URL:   http://directory.fedora.redhat.com/wiki/Client_software
+#Requires: ldapjdk >= 4.17, jss >= 3.6
+#BuildRequires:ldapjdk >= 4.17, jss >= 3.6
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Java based remote management console used for Managing Fedora
+Administration Server and Fedora Directory Server.
+
+%description -l pl
+-
+
+%prep
+%setup -q
+
+%build
+ant
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+install built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -d $RPM_BUILD_ROOT/usr/bin
+install console/startconsole $RPM_BUILD_ROOT/%{_bindir}
+
+cd $RPM_BUILD_ROOT%{_datadir}/%{name}
+ln -s fedora-base-%{version}.jar fedora-base.jar
+ln -s fedora-mcc-%{version}.jar fedora-mcc.jar
+ln -s fedora-mcc-%{version}_en.jar fedora-mcc_en.jar
+ln -s fedora-nmclf-%{version}.jar fedora-nmclf.jar
+ln -s fedora-nmclf-%{version}_en.jar fedora-nmclf_en.jar
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%{_datadir}/%{name}/fedora-base-%{version}.jar
+%{_datadir}/%{name}/fedora-mcc-%{version}.jar
+%{_datadir}/%{name}/fedora-mcc-%{version}_en.jar
+%{_datadir}/%{name}/fedora-nmclf-%{version}.jar
+%{_datadir}/%{name}/fedora-nmclf-%{version}_en.jar
+%{_datadir}/%{name}/fedora-base.jar
+%{_datadir}/%{name}/fedora-mcc.jar
+%{_datadir}/%{name}/fedora-mcc_en.jar
+%{_datadir}/%{name}/fedora-nmclf.jar
+%{_datadir}/%{name}/fedora-nmclf_en.jar
+%{_bindir}/startconsole
+
+%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  2006/05/03 14:09:49  wolvverine
+- init, needed look at java specialist ;)
+
+

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


DISTFILES: fedora-console-1.0.2.tar.gz

2006-05-03 Thread wolvverine

Files fetched: 1

STORED: http://directory.fedora.redhat.com/sources/fedora-console-1.0.2.tar.gz
cc2ccdf7a0f0a1ce78326251105a12f9  fedora-console-1.0.2.tar.gz
Size: 950846 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: libdvdread-0.9.6.tar.gz

2006-05-03 Thread charles

Files fetched: 1

STORED: http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-0.9.6.tar.gz
329401b84ad0b00aaccaad58f2fc393c  libdvdread-0.9.6.tar.gz
Size: 383012 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: libdvdread.spec - updated to 0.9.6

2006-05-03 Thread charles
Author: charles  Date: Wed May  3 15:08:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.6

 Files affected:
SPECS:
   libdvdread.spec (1.28 -> 1.29) 

 Diffs:


Index: SPECS/libdvdread.spec
diff -u SPECS/libdvdread.spec:1.28 SPECS/libdvdread.spec:1.29
--- SPECS/libdvdread.spec:1.28  Tue Feb 14 17:22:48 2006
+++ SPECS/libdvdread.spec   Wed May  3 17:08:14 2006
@@ -6,12 +6,12 @@
 Summary:   Library to read DVD images
 Summary(pl):   Biblioteka do odczytu obrazów DVD-Video
 Name:  libdvdread
-Version:   0.9.5
-Release:   2
+Version:   0.9.6
+Release:   1
 License:   GPL
 Group: Libraries
 Source0:   
http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz
-# Source0-md5: baa9a07a8da5ed9db6a9a3ed1ad4478c
+# Source0-md5: 329401b84ad0b00aaccaad58f2fc393c
 Patch0:%{name}-alpha.patch
 Patch1:%{name}-UDFFindFile.patch
 URL:   http://www.dtek.chalmers.se/groups/dvd/
@@ -108,6 +108,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.29  2006/05/03 15:08:14  charles
+- updated to 0.9.6
+
 Revision 1.28  2006/02/14 16:22:48  wolf
 - fix for dvdbackup, rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libdvdread.spec?r1=1.28&r2=1.29&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: libdvdread-UDFFindFile.patch - updated for 0.9.6

2006-05-03 Thread charles
Author: charles  Date: Wed May  3 15:10:28 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.9.6

 Files affected:
SOURCES:
   libdvdread-UDFFindFile.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/libdvdread-UDFFindFile.patch
diff -u SOURCES/libdvdread-UDFFindFile.patch:1.1 
SOURCES/libdvdread-UDFFindFile.patch:1.2
--- SOURCES/libdvdread-UDFFindFile.patch:1.1Tue Feb 14 17:21:35 2006
+++ SOURCES/libdvdread-UDFFindFile.patchWed May  3 17:10:23 2006
@@ -1,12 +1,11 @@
-diff -ruN libdvdread-0.9.5./dvdread/Makefile.am 
libdvdread-0.9.5/dvdread/Makefile.am
 libdvdread-0.9.5./dvdread/Makefile.am  2006-02-14 17:15:30.0 
+0100
-+++ libdvdread-0.9.5/dvdread/Makefile.am   2006-02-14 17:16:37.855417032 
+0100
+--- libdvdread-0.9.6/dvdread/Makefile.am.orig  2006-05-03 12:06:57.0 
+0200
 libdvdread-0.9.6/dvdread/Makefile.am   2006-05-03 17:00:49.0 
+0200
 @@ -6,7 +6,7 @@
dvdread_internal.h cmd_print.c \
md5.c md5.h
  libdvdread_la_LIBADD = @DL_LIBS@ @CSS_LIBS@
--libdvdread_la_LDFLAGS = -version-info 4:0:1 -export-symbols-regex 
"(DVD.*|ifo.*|nav.*|cmd.*)"
-+libdvdread_la_LDFLAGS = -version-info 4:0:1 -export-symbols-regex 
"(UDFFindFile|DVD.*|ifo.*|nav.*|cmd.*)"
+-libdvdread_la_LDFLAGS = -version-info 5:0:2 -export-symbols-regex 
"(DVD.*|ifo.*|nav.*|cmd.*)"
++libdvdread_la_LDFLAGS = -version-info 5:0:2 -export-symbols-regex 
"(UDFFindFile|DVD.*|ifo.*|nav.*|cmd.*)"
  
  pkgincludedir = $(includedir)/dvdread
  


 CVS-web:

http://cvs.pld-linux.org/SOURCES/libdvdread-UDFFindFile.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


SPECS: fedora-adminserver.spec (NEW) - init

2006-05-03 Thread wolvverine
Author: wolvverine   Date: Wed May  3 15:35:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- init

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

 Diffs:


Index: SPECS/fedora-adminserver.spec
diff -u /dev/null SPECS/fedora-adminserver.spec:1.1
--- /dev/null   Wed May  3 17:35:53 2006
+++ SPECS/fedora-adminserver.spec   Wed May  3 17:35:48 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:   Fedora Admin Server
+Summary(pl):   -
+Name:  fedora-adminserver
+Version:   1.0.2
+Release:   0.1
+License:   GPL
+Group: Applications
+Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
+# Source0-md5: ab7b4809b135e28f114c8367264e9394
+URL:   http://directory.fedora.redhat.com/wiki/AdminServer
+#BuildRequires:apr-devel
+BuildRequires: db-devel >= 4.0
+BuildRequires: libicu-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libtermcap-devel
+BuildRequires: nspr-devel >= 4.4.1
+BuildRequires: rpmbuild(macros) >= 1.228
+#BuildRequires:fedora-adminutil
+#BuildRequires:fedora-setuputil
+BuildRequires: cyrus-sasl-devel
+BuildRequires: gdbm-devel >= 1.6
+BuildRequires: mozldap-devel
+BuildRequires: net-snmp-devel >= 5.2.1
+BuildRequires: nss-devel
+#BuildRequires:which
+#BuildRequires:zip
+#Requires: libicu >= 2.4
+
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Admin Server is the http based adminstration engine used by the
+Directory Server to run the console and the web based applications
+such as Admin Express, DS Gateway, Org Chart, and others. It consists
+of a collection of CGI binary programs and scripts, HTML pages and
+Javascript code, the adminserver console module, setuputil modules and
+programs, and config files. It was formerly based on the Netscape
+Enterprise Server but has been ported to use the Apache 2.x webserver
+using the Worker model (multi-threaded mode, not multi process). The
+main http functionality consists of the Apache module mod_admserv, and
+the TLS/SSL functionality is provided by the Apache module mod_nss.
+Support for starting up servers on low port numbers is provided by
+mod_restartd
+
+%description -l pl
+-
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+   CC="%{__cc}" \
+   CXX="%{__cxx}" \
+   MAKE=%{__make} \
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+#%{_datadir}/%{name}/fedora-base-%{version}.jar
+#%{_bindir}/startconsole
+
+%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  2006/05/03 15:35:48  wolvverine
+- init
+
+
+

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


DISTFILES: fedora-adminserver-1.0.2.tar.gz

2006-05-03 Thread wolvverine

Files fetched: 1

STORED: 
http://directory.fedora.redhat.com/sources/fedora-adminserver-1.0.2.tar.gz
ab7b4809b135e28f114c8367264e9394  fedora-adminserver-1.0.2.tar.gz
Size: 1416983 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: fedora-adminserver.spec, fedora-console.spec - junk cleanup

2006-05-03 Thread glen
Author: glen Date: Wed May  3 16:07:46 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- junk cleanup

 Files affected:
SPECS:
   fedora-adminserver.spec (1.1 -> 1.2) , fedora-console.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/fedora-adminserver.spec
diff -u SPECS/fedora-adminserver.spec:1.1 SPECS/fedora-adminserver.spec:1.2
--- SPECS/fedora-adminserver.spec:1.1   Wed May  3 17:35:48 2006
+++ SPECS/fedora-adminserver.spec   Wed May  3 18:07:41 2006
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 Summary:   Fedora Admin Server
-Summary(pl):   -
 Name:  fedora-adminserver
 Version:   1.0.2
 Release:   0.1
@@ -10,23 +9,22 @@
 # Source0-md5: ab7b4809b135e28f114c8367264e9394
 URL:   http://directory.fedora.redhat.com/wiki/AdminServer
 #BuildRequires:apr-devel
+BuildRequires: cyrus-sasl-devel
 BuildRequires: db-devel >= 4.0
-BuildRequires: libicu-devel
-BuildRequires: libstdc++-devel
-BuildRequires: libtermcap-devel
-BuildRequires: nspr-devel >= 4.4.1
-BuildRequires: rpmbuild(macros) >= 1.228
 #BuildRequires:fedora-adminutil
 #BuildRequires:fedora-setuputil
-BuildRequires: cyrus-sasl-devel
 BuildRequires: gdbm-devel >= 1.6
+BuildRequires: libicu-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libtermcap-devel
 BuildRequires: mozldap-devel
 BuildRequires: net-snmp-devel >= 5.2.1
+BuildRequires: nspr-devel >= 4.4.1
 BuildRequires: nss-devel
+BuildRequires: rpmbuild(macros) >= 1.228
 #BuildRequires:which
 #BuildRequires:zip
 #Requires: libicu >= 2.4
-
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,9 +41,6 @@
 Support for starting up servers on low port numbers is provided by
 mod_restartd
 
-%description -l pl
--
-
 %prep
 %setup -q
 
@@ -56,16 +51,13 @@
MAKE=%{__make} \
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-#%{_datadir}/%{name}/fedora-base-%{version}.jar
-#%{_bindir}/startconsole
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -73,8 +65,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/03 16:07:41  glen
+- junk cleanup
+
 Revision 1.1  2006/05/03 15:35:48  wolvverine
 - init
-
-
-


Index: SPECS/fedora-console.spec
diff -u SPECS/fedora-console.spec:1.1 SPECS/fedora-console.spec:1.2
--- SPECS/fedora-console.spec:1.1   Wed May  3 16:09:49 2006
+++ SPECS/fedora-console.spec   Wed May  3 18:07:41 2006
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 Summary:   Fedora DS Java Remote Management Console
-Summary(pl):   -
 Name:  fedora-console
 Version:   1.0.2
 Release:   0.1
@@ -9,17 +8,16 @@
 Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5: cc2ccdf7a0f0a1ce78326251105a12f9
 URL:   http://directory.fedora.redhat.com/wiki/Client_software
-#Requires: ldapjdk >= 4.17, jss >= 3.6
-#BuildRequires:ldapjdk >= 4.17, jss >= 3.6
+#BuildRequires:jss >= 3.6
+#BuildRequires:ldapjdk >= 4.17
+#Requires: jss >= 3.6
+#Requires: ldapjdk >= 4.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A Java based remote management console used for Managing Fedora
 Administration Server and Fedora Directory Server.
 
-%description -l pl
--
-
 %prep
 %setup -q
 
@@ -30,7 +28,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 install built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -d $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
 install console/startconsole $RPM_BUILD_ROOT/%{_bindir}
 
 cd $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -45,7 +43,6 @@
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{_datadir}/%{name}/fedora-base-%{version}.jar
 %{_datadir}/%{name}/fedora-mcc-%{version}.jar
 %{_datadir}/%{name}/fedora-mcc-%{version}_en.jar
@@ -56,7 +53,7 @@
 %{_datadir}/%{name}/fedora-mcc_en.jar
 %{_datadir}/%{name}/fedora-nmclf.jar
 %{_datadir}/%{name}/fedora-nmclf_en.jar
-%{_bindir}/startconsole
+%attr(755,root,root) %{_bindir}/startconsole
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -64,7 +61,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/03 16:07:41  glen
+- junk cleanup
+
 Revision 1.1  2006/05/03 14:09:49  wolvverine
 - init, needed look at java specialist ;)
-
-


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

__

SPECS: fedora-directoryconsole.spec (NEW) - init, needed look at j...

2006-05-03 Thread wolvverine
Author: wolvverine   Date: Wed May  3 16:14:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- init, needed look at java specialist ;) 

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

 Diffs:


Index: SPECS/fedora-directoryconsole.spec
diff -u /dev/null SPECS/fedora-directoryconsole.spec:1.1
--- /dev/null   Wed May  3 18:14:42 2006
+++ SPECS/fedora-directoryconsole.spec  Wed May  3 18:14:36 2006
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+# 
http://directory.fedora.redhat.com/wiki/BuildingConsole#Building_Fedora_Directory_Server_Console
+Summary:   Fedora DS Java Remote Management Console
+Summary(pl):   -
+Name:  fedora-directoryconsole
+Version:   1.0.2
+Release:   0.1
+License:   GPL
+Group: Applications
+Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 7d4229a06ad466c67ae5c7877ec09599
+URL:   http://directory.fedora.redhat.com/wiki/Client_software
+BuildRequires: mozldap-devel
+BuildRequires: nss-devel
+BuildRequires: nspr-devel >= 4.4.1
+BuildRequires: rpmbuild(macros) >= 1.228
+#build requires Mozilla NSS, NSPR, JSS, and LDAP JDK
+#Requires: ldapjdk >= 4.17, jss >= 3.6
+#BuildRequires:ldapjdk >= 4.17, jss >= 3.6
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Fedora Management Console as it is used in Fedora Directory Server
+is truly made up of multiple pieces. The Fedora Management Console
+application itself is really much more than just a Java application.
+It was designed as a toolkit that can be extended to manage many
+different server applications. It provides many common Java classes
+that can be used to manage new applications. Fedora Directory Server
+users are most familiar with is the Fedora Directory Server Console.
+This is made up of all of the panels that allow to you manage your
+Fedora Directory Server; basically it's what comes up when you open up
+a Fedora Directory Server instance from the topology panel. The Fedora
+Directory Server Console is loaded by the Fedora Management Console
+application.
+
+%description -l pl
+-
+
+%prep
+%setup -q
+
+%build
+ant
+#ant [-Dimports.file=FILENAME | -Dconsolesdk.location=PATH]
+#ant javadoc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+#install built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
+#install -d $RPM_BUILD_ROOT%{_bindir}
+#install console/startconsole $RPM_BUILD_ROOT/%{_bindir}
+
+#cd $RPM_BUILD_ROOT%{_datadir}/%{name}
+#ln -s fedora-base-%{version}.jar fedora-base.jar
+#ln -s fedora-mcc-%{version}.jar fedora-mcc.jar
+#ln -s fedora-mcc-%{version}_en.jar fedora-mcc_en.jar
+#ln -s fedora-nmclf-%{version}.jar fedora-nmclf.jar
+#ln -s fedora-nmclf-%{version}_en.jar fedora-nmclf_en.jar
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+#%{_datadir}/%{name}/fedora-base-%{version}.jar
+#%{_datadir}/%{name}/fedora-mcc-%{version}.jar
+#%{_datadir}/%{name}/fedora-mcc-%{version}_en.jar
+#%{_datadir}/%{name}/fedora-nmclf-%{version}.jar
+#%{_datadir}/%{name}/fedora-nmclf-%{version}_en.jar
+#%{_datadir}/%{name}/fedora-base.jar
+#%{_datadir}/%{name}/fedora-mcc.jar
+#%{_datadir}/%{name}/fedora-mcc_en.jar
+#%{_datadir}/%{name}/fedora-nmclf.jar
+#%{_datadir}/%{name}/fedora-nmclf_en.jar
+%attr(755,root,root) %{_bindir}/startconsole
+
+%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  2006/05/03 16:14:36  wolvverine
+- init, needed look at java specialist ;)
+
+
+

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


DISTFILES: fedora-directoryconsole-1.0.2.tar.gz

2006-05-03 Thread wolvverine

Files fetched: 1

STORED: 
http://directory.fedora.redhat.com/sources/fedora-directoryconsole-1.0.2.tar.gz
7d4229a06ad466c67ae5c7877ec09599  fedora-directoryconsole-1.0.2.tar.gz
Size: 992553 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: opera.spec - new weekly (256)

2006-05-03 Thread arekm
Author: arekmDate: Wed May  3 16:22:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new weekly (256)

 Files affected:
SPECS:
   opera.spec (1.170 -> 1.171) 

 Diffs:


Index: SPECS/opera.spec
diff -u SPECS/opera.spec:1.170 SPECS/opera.spec:1.171
--- SPECS/opera.spec:1.170  Fri Apr 21 18:49:23 2006
+++ SPECS/opera.specWed May  3 18:22:02 2006
@@ -16,8 +16,8 @@
 %definever 9.0
 %definesver%{ver}
 %definefix %{nil}
-%definedirrel  20060420
-%definemagicstr241
+%definedirrel  20060502
+%definemagicstr256
 %define with_snap  1
 %else
 %if %{with snap}
@@ -259,7 +259,7 @@
 %if %{need_ix86_shared_snap}
 %if %{with weekly}
 Source301020:  
http://snapshot.opera.com/unix/Weekly-%{magicstr}/intel-linux/%{name}-%{sver}-%{x86_shared_rel}-shared-qt.i386-en-%{magicstr}.tar.bz2
-# Source301020-md5:5bfab3f7247bceac42c8e08c3185b848
+# Source301020-md5:6a87e7360a527181ed1520813171e164
 %else
 Source1020:
http://snapshot.opera.com/unix/%{ver}-%{reltype}/%{magicstr}/intel-linux/%{name}-%{sver}-%{x86_shared_rel}-shared-qt.i386-en.tar.bz2
 # Source1020-md5:  6f296be6b9fc3001588d4509016062bd
@@ -413,6 +413,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.171  2006/05/03 16:22:02  arekm
+- new weekly (256)
+
 Revision 1.170  2006/04/21 16:49:23  arekm
 - new weekly - 241
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/opera.spec?r1=1.170&r2=1.171&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: opera-9.0-20060411.1-static-qt.i386-en-236.tar.bz2 opera-9.0-20060411.1-static-qt.sparc-en-236.tar.bz2 opera-9.0-20060411.1-static-qt.ppc-en-236.tar.bz2 opera-9.0-20060411.5-shared-

2006-05-03 Thread arekm
FATAL: 
http://snapshot.opera.com/unix/Weekly-236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en-236.tar.bz2
 md5 mismatch, needed 6a87e7360a527181ed1520813171e164, got 
828e47befb3cecb9f924f56095a5da6b
wget -nv --no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/6f296be6b9fc3001588d4509016062bd/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2":
http://snapshot.opera.com/unix/9.00-beta1/236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2:
18:22:13 ERROR 404: Not Found.


FATAL: 
http://snapshot.opera.com/unix/9.00-beta1/236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2
 (6f296be6b9fc3001588d4509016062bd) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/6f296be6b9fc3001588d4509016062bd/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2":
 
http://snapshot.opera.com/unix/9.00-beta1/236/intel-linux/opera-9.0-20060411.5-shared-qt.i386-en.tar.bz2:
18:22:13 ERROR 404: Not Found.
)
wget -nv --no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/e190021f5530de3f711006cd9f6bb339/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/sparc-linux/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2":
http://snapshot.opera.com/unix/9.00-beta1/236/sparc-linux/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2:
18:22:13 ERROR 404: Not Found.


FATAL: 
http://snapshot.opera.com/unix/9.00-beta1/236/sparc-linux/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2
 (e190021f5530de3f711006cd9f6bb339) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/e190021f5530de3f711006cd9f6bb339/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/sparc-linux/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2":
 
http://snapshot.opera.com/unix/9.00-beta1/236/sparc-linux/opera-9.0-20060411.2-shared-qt.sparc-en.tar.bz2:
18:22:13 ERROR 404: Not Found.
)
wget -nv --no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/4ef11bec6221d79e30dfbbf76ff89fa3/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2
 
"http://snapshot.opera.com/unix/Weekly-236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2":
http://snapshot.opera.com/unix/Weekly-236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2:
18:22:14 ERROR 404: Not Found.


FATAL: 
http://snapshot.opera.com/unix/Weekly-236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2
 (4ef11bec6221d79e30dfbbf76ff89fa3) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/4ef11bec6221d79e30dfbbf76ff89fa3/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2
 
"http://snapshot.opera.com/unix/Weekly-236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2":
 
http://snapshot.opera.com/unix/Weekly-236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en-236.tar.bz2:
18:22:14 ERROR 404: Not Found.
)
wget -nv --no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/74985fa6da49b2e54c9d03dab1119325/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2":
http://snapshot.opera.com/unix/9.00-beta1/236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2:
18:22:14 ERROR 404: Not Found.


FATAL: 
http://snapshot.opera.com/unix/9.00-beta1/236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2
 (74985fa6da49b2e54c9d03dab1119325) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/1b8333b0-10af-446c-99e6-d391d07c149d/74985fa6da49b2e54c9d03dab1119325/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2
 
"http://snapshot.opera.com/unix/9.00-beta1/236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2":
 
http://snapshot.opera.com/unix/9.00-beta1/236/ppc-linux/opera-9.0-20060411.3-shared-qt.ppc-en.tar.bz2:
18:22:14 ERROR 404: Not Found.
)

Files fetched: 0

ALREADY GOT: 
ftp://ftp.opera.com/pub/opera/linux/900/beta1/en/i386/static/opera-9.0-20060411.1-static-qt.i386-en-236.tar.bz2
54a29d830506e6c9381a305e0353055c  
opera-9.0-20060411.1-static-qt.i386-en-236.tar.bz2
ALREADY GOT: 
ftp://ftp.opera.com/pub/opera/linux/900/beta1/en/sparc/static/opera-9.0-20060411.1-static-qt.sparc-en-236.tar.bz2
c6cf011db93ac2539d048ab7924626fd  
opera-9.0-20060411.1-static-qt.sparc-en-236.tar.bz2
ALREADY GOT: 
ftp://ftp.opera.com/pub/opera/linux/900/beta1/en/ppc/static/opera-9.0-20060411.1-static-qt.ppc-en-236.tar.bz2
b86bbd1b1ca2e146c30bfedcbe4403d0  
opera-9.0-20060411.1-static-qt.ppc-en-236.tar.bz2
ALREADY GOT: 
ftp://ftp.opera.com/pub/opera/linux/900/beta1/en/i386/shared/opera-9.0-20060411.5-shared-qt.i386-en-236.tar.bz2
828e47befb3cecb9f924f56095a5da6b  
opera-9.0-20060411.5-sh

SPECS: xcircuit.spec - updated to 3.4.21

2006-05-03 Thread bszx
Author: bszx Date: Wed May  3 16:29:02 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 3.4.21

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

 Diffs:


Index: SPECS/xcircuit.spec
diff -u SPECS/xcircuit.spec:1.13 SPECS/xcircuit.spec:1.14
--- SPECS/xcircuit.spec:1.13Wed Dec 14 22:04:26 2005
+++ SPECS/xcircuit.spec Wed May  3 18:28:57 2006
@@ -4,12 +4,12 @@
 Summary:   Drawing electrical circuit schematic diagrams and related figure
 Summary(pl):   Rysowanie schematów elektronicznych i zbliżonych diagramów
 Name:  xcircuit
-Version:   3.4.6
+Version:   3.4.21
 Release:   0.1
 License:   GPL
 Group: Applications/Engineering
 Source0:   
http://opencircuitdesign.com/xcircuit/archive/%{name}-%{version}.tgz
-# Source0-md5: 8d24d164608afd65a7f098347141baed
+# Source0-md5: 940c8fa26fd13b83eaf23055277fff58
 Source1:   %{name}.desktop
 URL:   http://opencircuitdesign.com/xcircuit/
 BuildRequires: autoconf
@@ -99,6 +99,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2006/05/03 16:28:57  bszx
+- updated to 3.4.21
+
 Revision 1.13  2005/12/14 21:04:26  blekot
 - %{_prefix}/lib --> %{_libdir} in %define
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xcircuit.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


DISTFILES: xcircuit-3.4.21.tgz

2006-05-03 Thread bszx

Files fetched: 1

STORED: http://opencircuitdesign.com/xcircuit/archive/xcircuit-3.4.21.tgz
940c8fa26fd13b83eaf23055277fff58  xcircuit-3.4.21.tgz
Size: 1107187 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 (DEVEL): libexo.spec - 0.3.1.6beta1, added xfce-preferred-ap...

2006-05-03 Thread freetz
Author: freetz   Date: Wed May  3 16:56:52 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 0.3.1.6beta1, added xfce-preferred-applications subpkg, fixed/updated BR

 Files affected:
SPECS:
   libexo.spec (1.15 -> 1.15.2.1) 

 Diffs:


Index: SPECS/libexo.spec
diff -u SPECS/libexo.spec:1.15 SPECS/libexo.spec:1.15.2.1
--- SPECS/libexo.spec:1.15  Sat Mar 18 16:55:56 2006
+++ SPECS/libexo.spec   Wed May  3 18:56:47 2006
@@ -3,24 +3,26 @@
 # Conditional build:
 %bcond_without static_libs # don't build static library
 #
+%define_prebeta1
 Summary:   Extension library to Xfce developed by os-cillation
 Summary(pl):   Biblioteka rozszerzeń do Xfce opracowana przez os-cillation
 Name:  libexo
-Version:   0.3.0
-Release:   1
+Version:   0.3.1.6
+Release:   0.%{_pre}.1
 License:   GPL v2
 Group: Libraries
-Source0:   http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
-# Source0-md5: ffcd73ec6b34f19c81afdc3f1a97377b
+Source0:   
http://download.berlios.de/xfce-goodies/exo-%{version}%{_pre}.tar.bz2
+# Source0-md5: 27428c5462837162ccda6ae1d2626627
 URL:   http://www.os-cillation.com/
 BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.6.0
 BuildRequires: gtk-doc >= 1.0
-BuildRequires: gtk+2-devel >= 2:2.4.0
-BuildRequires: libxfcegui4-devel >= 4.2.0
+BuildRequires: libxfce4util-devel >= 4.2.2
 BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: python-pygtk-devel >= 2:2.4.0
 BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: xfce-mcs-manager
 BuildRequires: xorg-lib-libXt-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,12 +32,23 @@
 %description -l pl
 Biblioteka rozszerzeń do Xfce opracowana przez os-cillation.
 
+%package -n xfce-preferred-applications
+Summary:   The Xfce Preferred Applications framework
+Summary(pl):   Struktura Preferowanych Aplikacji Xfce
+Group: Applications
+
+%description -n xfce-preferred-applications
+The Xfce Preferred Applications framework.
+
+%description -n xfce-preferred-applications -l pl
+Struktura Preferowanych Aplikacji Xfce.
+
 %package devel
 Summary:   Header files for libexo library
 Summary(pl):   Pliki nagłówkowe biblioteki libexo
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  libxfcegui4-devel >= 4.2.0
+Requires:  libxfce4util-devel >= 4.2.2
 
 %description devel
 Header files for libexo library.
@@ -81,12 +94,13 @@
 Pliki programistyczne wiązań Pythona do libexo.
 
 %prep
-%setup -q -n exo-%{version}
+%setup -q -n exo-%{version}%{_pre}
 
 %build
 %configure \
--with-html-dir=%{_gtkdocdir} \
-   %{!?with_static_libs:--disable-static}
+   %{!?with_static_libs:--disable-static} \
+   --enable-xfce-mcs-manager
 %{__make}
 
 %install
@@ -112,13 +126,26 @@
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
+%files -n xfce-preferred-applications
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/exo-helper-0.3
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/*.rc
+%{_datadir}/xfce4/doc/C
+%dir %{_datadir}/xfce4/helpers
+%{_datadir}/xfce4/helpers/*.desktop
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/apps/preferences-desktop-default-applications.png
+%{_mandir}/man1/*.1*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/exo-0.3
 %{_pkgconfigdir}/*.pc
-%{_gtkdocdir}/exo
+# not present in beta ?
+#%{_gtkdocdir}/exo
 
 %if %{with static_libs}
 %files static
@@ -144,6 +171,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15.2.1  2006/05/03 16:56:47  freetz
+- 0.3.1.6beta1, added xfce-preferred-applications subpkg, fixed/updated BR
+
 Revision 1.15  2006/03/18 15:55:56  megabajt
 - modular xorg deps
 - added using py_postclean macro


 CVS-web:
http://cvs.pld-linux.org/SPECS/libexo.spec?r1=1.15&r2=1.15.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


DISTFILES: exo-0.3.1.6beta1.tar.bz2

2006-05-03 Thread freetz

Files fetched: 1

STORED: http://download.berlios.de/xfce-goodies/exo-0.3.1.6beta1.tar.bz2
27428c5462837162ccda6ae1d2626627  exo-0.3.1.6beta1.tar.bz2
Size: 661592 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: Thunar.spec (NEW) - some Xfce stuff ;)

2006-05-03 Thread freetz
Author: freetz   Date: Wed May  3 18:09:38 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- some Xfce stuff ;)

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

 Diffs:


Index: SPECS/Thunar.spec
diff -u /dev/null SPECS/Thunar.spec:1.1
--- /dev/null   Wed May  3 20:09:38 2006
+++ SPECS/Thunar.spec   Wed May  3 20:09:33 2006
@@ -0,0 +1,149 @@
+# $Revision$, $Date$
+%define_prebeta1
+Summary:   Xfce file manager
+Summary(pl):   Zarządca plików Xfce
+Name:  Thunar
+Version:   0.3.0
+Release:   0.%{_pre}.1
+License:   GPL v2 / LGPL v2
+Group: Applications
+Source0:   
http://www.xfce.org/archive/xfce-4.3.90.1/src/%{name}-%{version}%{_pre}.tar.bz2
+# Source0-md5: e77437fa7b3a36f78b8db548f133ae6e
+URL:   http://thunar.xfce.org/
+BuildRequires: GConf2-devel >= 2.4.0
+BuildRequires: dbus-glib-devel >= 0.34
+BuildRequires: fam-devel
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: hal-devel >= 0.5.0
+BuildRequires: libexif-devel >= 0.6.0
+BuildRequires: libexo-devel >= 0.3.1.6
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 1.2.0
+BuildRequires: libxfce4util-devel >= 4.2.2
+BuildRequires: pcre-devel
+BuildRequires: startup-notification-devel >= 0.8
+Requires:  %{name}-libs = %{version}-%{release}
+Requires:  hal >= 0.5.0
+Requires:  hicolor-icon-theme
+Requires:  shared-mime-info >= 0.15
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Thunar is a modern file manager, aiming to be easy-to-use and fast.
+
+%description -l pl
+Thunar jest nowoczesnym zarządcą plików, nakierowanym na łatwość
+i szybkość użycia.
+
+%package libs
+Summary:   Thunar libraries
+Summary(pl):   Biblioteki Thunar
+Group: Libraries
+
+%description libs
+Thunar libraries.
+
+%description libs -l pl
+Biblioteki Thunar.
+
+%package devel
+Summary:   Header files for Thunar libraries
+Summary(pl):   Pliki nagłówkowe bibliotek Thunar 
+Group: Development/Libraries
+Requires:  %{name}-libs = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for Thunar libraries.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki Thunar.
+
+%package static
+Summary:   Static Thunar library
+Summary(pl):   Statyczna biblioteka libraries
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static Thunar libraries.
+
+%description static -l pl
+Statyczna biblioteki Thunar
+
+%prep
+%setup -qn %{name}-%{version}%{_pre}
+
+%build
+%configure \
+   --enable-static
+   
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.{a,la}
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  libs -p /sbin/ldconfig
+%postunlibs -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_sysconfdir}/xdg/Thunar
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/Thunar/*.xml
+%attr(755,root,root) %{_libdir}/ThunarBulkRename
+%attr(755,root,root) %{_libdir}/ThunarHelp
+%attr(755,root,root) %{_libdir}/thunar-vfs-mime-cleaner-1
+%dir %{_libdir}/thunarx-1
+%attr(755,root,root) %{_libdir}/thunarx-1/*.so
+
+%{_datadir}/dbus-1/services/*.service
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*
+%{_pixmapsdir}/Thunar
+
+%dir %{_docdir}/Thunar
+# move it to proper place
+%{_docdir}/Thunar/README*
+
+%dir %{_docdir}/Thunar/html
+%{_docdir}/Thunar/html/C
+%{_docdir}/Thunar/html/*.css
+%lang(es) %{_docdir}/Thunar/html/es
+%lang(fr) %{_docdir}/Thunar/html/fr
+%lang(ja) %{_docdir}/Thunar/html/ja
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/thunar*
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%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  2006/05/03 18:09:33  freetz
+- some Xfce stuff ;)
+

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


DISTFILES: Thunar-0.3.0beta1.tar.bz2

2006-05-03 Thread freetz

Files fetched: 1

STORED: http://www.xfce.org/archive/xfce-4.3.90.1/src/Thunar-0.3.0beta1.tar.bz2
e77437fa7b3a36f78b8db548f133ae6e  Thunar-0.3.0beta1.tar.bz2
Size: 1436342 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 (DEVEL): Terminal.spec - 0.2.5.1beta1, updated BR

2006-05-03 Thread freetz
Author: freetz   Date: Wed May  3 18:30:30 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 0.2.5.1beta1, updated BR

 Files affected:
SPECS:
   Terminal.spec (1.13 -> 1.13.4.1) 

 Diffs:


Index: SPECS/Terminal.spec
diff -u SPECS/Terminal.spec:1.13 SPECS/Terminal.spec:1.13.4.1
--- SPECS/Terminal.spec:1.13Sun Sep  4 16:42:36 2005
+++ SPECS/Terminal.spec Wed May  3 20:30:24 2006
@@ -1,18 +1,20 @@
 # $Revision$, $Date$
-%definepre %{nil}
+%definepre beta1
 Summary:   X Terminal Emulator
 Summary(pl):   Emulator terminala dla X
 Name:  Terminal
-Version:   0.2.4
-Release:   2
+Version:   0.2.5.1
+Release:   0.%{pre}.1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}%{pre}.tar.bz2
-# Source0-md5: d9f8c9db0a27c4d304e1c4fd2ca3a371
+# Source0-md5: 9b24c84d07981e9e007253842a92d259
 URL:   http://www.os-cillation.com/
 BuildRequires: dbus-glib-devel >= 0.33
 BuildRequires: gettext-devel
-BuildRequires: libexo-devel >= 0.3.0
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: intltool >= 0.31
+BuildRequires: libexo-devel >= 0.3.1.6
 BuildRequires: libxfcegui4-devel >= 4.2.0
 BuildRequires: ncurses-devel
 BuildRequires: perl-XML-Parser
@@ -54,17 +56,25 @@
 %attr(755,root,root) %{_libdir}/TerminalHelp
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
-%{_docdir}/%{name}
 %{_iconsdir}/hicolor/*/apps/%{name}*
-%{_mandir}/man1/%{name}*
+%{_iconsdir}/hicolor/*/stock/navigation/*
 %{_pixmapsdir}/*
 
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/C
+%{_docdir}/%{name}/*.css
+%lang(ja) %{_docdir}/%{name}/ja
+%{_mandir}/man1/%{name}*
+
 %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.13.4.1  2006/05/03 18:30:24  freetz
+- 0.2.5.1beta1, updated BR
+
 Revision 1.13  2005/09/04 14:42:36  arekm
 - rel 2; new dbus
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/Terminal.spec?r1=1.13&r2=1.13.4.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


DISTFILES: Terminal-0.2.5.1beta1.tar.bz2

2006-05-03 Thread freetz

Files fetched: 1

STORED: http://download.berlios.de/xfce-goodies/Terminal-0.2.5.1beta1.tar.bz2
9b24c84d07981e9e007253842a92d259  Terminal-0.2.5.1beta1.tar.bz2
Size: 1516280 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


cdg: sklad.txt - unreachable

2006-05-03 Thread hawk
Author: hawk Date: Wed May  3 19:35:49 2006 GMT
Module: cdg   Tag: HEAD
 Log message:
- unreachable

 Files affected:
cdg:
   sklad.txt (1.124 -> 1.125) 

 Diffs:


Index: cdg/sklad.txt
diff -u cdg/sklad.txt:1.124 cdg/sklad.txt:1.125
--- cdg/sklad.txt:1.124 Wed Mar 29 19:56:29 2006
+++ cdg/sklad.txt   Wed May  3 21:35:44 2006
@@ -15,7 +15,7 @@
 gotar(pl)
 grzegol(pl)
 havner(en,pl)
-hawk(pl,en)
+hawk(pl,en):unreachable 04.05.2006 - 08.05.2006
 jajcus(pl)
 krzak(pl)
 marcus(pl)


 CVS-web:
http://cvs.pld-linux.org/cdg/sklad.txt?r1=1.124&r2=1.125&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: krecord-1.16.tar.gz

2006-05-03 Thread glen

Files fetched: 1

STORED: http://dl.bytesex.org/releases/krecord/krecord-1.16.tar.gz
d0b4b0d981bf1c4a3872423b8d4b4b1d  krecord-1.16.tar.gz
Size: 43552 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: krecord.spec - 1.16

2006-05-03 Thread glen
Author: glen Date: Wed May  3 20:12:20 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.16

 Files affected:
SPECS:
   krecord.spec (1.22 -> 1.23) 

 Diffs:


Index: SPECS/krecord.spec
diff -u SPECS/krecord.spec:1.22 SPECS/krecord.spec:1.23
--- SPECS/krecord.spec:1.22 Tue Dec 13 19:01:46 2005
+++ SPECS/krecord.spec  Wed May  3 22:12:15 2006
@@ -2,13 +2,13 @@
 Summary:   Sound recorder for KDE
 Summary(pl):   Rejestrator dźwięku dla KDE
 Name:  krecord
-Version:   1.15.1
+Version:   1.16
 Release:   1
 Epoch: 1
 License:   GPL
 Group: X11/Applications/Sound
-Source0:   http://dl.bytesex.org/releases/krecord/%{name}_%{version}.tar.gz
-# Source0-md5: 6673074a813cda1298366adf48618cd5
+Source0:   http://dl.bytesex.org/releases/krecord/%{name}-%{version}.tar.gz
+# Source0-md5: d0b4b0d981bf1c4a3872423b8d4b4b1d
 Source1:   %{name}.desktop
 patch0:%{name}-doc-path.patch
 URL:   http://bytesex.org/krecord.html
@@ -32,9 +32,7 @@
 KDEDIR="%{_prefix}"; export KDEDIR
 QTDIR="%{_prefix}"; export QTDIR
 kde_htmldir="%{_htmldir}"; export kde_htmldir
-#CXXFLAGS="%{rpmcflags} %{!?debug:-DNO_DEBUG} -I%{_includedir}/qt"
 CFLAGS="%{rpmcflags}"; export CFLAGS
-
 %{__make}
 
 %install
@@ -47,6 +45,7 @@
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %find_lang %{name} --with-kde --all-name
+rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Multimedia/krecord.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +63,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.23  2006/05/03 20:12:15  glen
+- 1.16
+
 Revision 1.22  2005/12/13 18:01:46  glen
 - adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
 
@@ -101,21 +103,21 @@
 - updated to 1.9, fixed and finished spec - builds
 
 Revision 1.11  2002/01/18 02:13:35  kloczek
-perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
+- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
 
 Revision 1.10  2001/12/04 10:15:26  qboosh
 - Group changed to X11/Applications/Multimedia, prefix to /usr/X11R6
-- TODO: rewrite %%files
+- TODO: rewrite %files
 
 Revision 1.9  2001/09/19 21:46:31  ankry
 - updated version to 1.4
 - updated source URL
 
 Revision 1.8  2001/05/02 21:51:23  qboosh
-- adapterized and made spec %%debug ready or added using %%rpm*flags macros
+- adapterized and made spec %debug ready or added using %rpm*flags macros
 
 Revision 1.7  2000/06/09 07:23:16  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.6  2000/04/01 11:14:51  zagrodzki
 - changed all BuildRoot definitons


 CVS-web:
http://cvs.pld-linux.org/SPECS/krecord.spec?r1=1.22&r2=1.23&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: apache1-mod_perl.spec - rel 13

2006-05-03 Thread glen
Author: glen Date: Wed May  3 20:16:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 13

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

 Diffs:


Index: SPECS/apache1-mod_perl.spec
diff -u SPECS/apache1-mod_perl.spec:1.36 SPECS/apache1-mod_perl.spec:1.37
--- SPECS/apache1-mod_perl.spec:1.36Wed May  3 01:44:40 2006
+++ SPECS/apache1-mod_perl.spec Wed May  3 22:16:31 2006
@@ -28,7 +28,7 @@
 Summary(zh_CN):ÓĂÓÚ Apache web ˇţÎńłĚĐňľÄ Perl ˝âĘÍłĚĐňĄŁ
 Name:  apache1-mod_perl
 Version:   1.29
-Release:   12.3
+Release:   13
 License:   GPL
 Group: Networking/Daemons
 Source0:   http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
@@ -320,6 +320,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.37  2006/05/03 20:16:31  glen
+- rel 13
+
 Revision 1.36  2006/05/02 23:44:40  glen
 - splitting perl-mod_perl1 so that apache1 is not needed on builders
 
@@ -592,7 +595,7 @@
 - release++
 
 Revision 1.1  1999/08/02 12:52:51  misiek
-renamed to mod_perl
+- renamed to mod_perl
 
 Revision 1.5  1999/07/20 12:48:05  wiget
 - switch to rpm 3.0.2
@@ -601,7 +604,7 @@
 - more BuildPreReq:
 
 Revision 1.3  1999/07/13 11:34:26  wiget
-rewrite to PLD style
+- rewrite to PLD style
 
 Revision 1.2  1999/07/12 23:05:52  kloczek
 - added using CVS keywords in %changelog (for automating them).


 CVS-web:
http://cvs.pld-linux.org/SPECS/apache1-mod_perl.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: nbd-2.8.4.tar.bz2

2006-05-03 Thread areq

Files fetched: 1

STORED: http://dl.sourceforge.net/nbd/nbd-2.8.4.tar.bz2
1b5a0866d025b98d1c24fe19a4f628c3  nbd-2.8.4.tar.bz2
Size: 137675 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: nbd.spec - 2.8.4

2006-05-03 Thread areq
Author: areq Date: Wed May  3 21:31:32 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.8.4

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

 Diffs:


Index: SPECS/nbd.spec
diff -u SPECS/nbd.spec:1.13 SPECS/nbd.spec:1.14
--- SPECS/nbd.spec:1.13 Sat Nov 19 17:30:33 2005
+++ SPECS/nbd.spec  Wed May  3 23:31:27 2006
@@ -2,12 +2,12 @@
 Summary:   Tools for using the Network Block Device
 Summary(pl):   Narzędzia do używania Network Block Device
 Name:  nbd
-Version:   2.8.2
+Version:   2.8.4
 Release:   1
 License:   GPL
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/nbd/%{name}-%{version}.tar.bz2
-# Source0-md5: 2a911e6499d9281b34ff904a446b1049
+# Source0-md5: 1b5a0866d025b98d1c24fe19a4f628c3
 Patch0:%{name}-types.patch
 Patch1:%{name}-gznbd.patch
 URL:   http://nbd.sourceforge.net/
@@ -76,6 +76,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2006/05/03 21:31:27  areq
+- 2.8.4
+
 Revision 1.13  2005/11/19 16:30:33  qboosh
 - updated to 2.8.2, added gznbd patch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nbd.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: nethogs.spec - fix doc

2006-05-03 Thread areq
Author: areq Date: Wed May  3 21:39:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix doc

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

 Diffs:


Index: SPECS/nethogs.spec
diff -u SPECS/nethogs.spec:1.13 SPECS/nethogs.spec:1.14
--- SPECS/nethogs.spec:1.13 Sun Apr 16 21:23:42 2006
+++ SPECS/nethogs.spec  Wed May  3 23:39:12 2006
@@ -52,7 +52,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc Changelog README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man8/*
 
@@ -62,6 +62,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2006/05/03 21:39:12  areq
+- fix doc
+
 Revision 1.13  2006/04/16 19:23:42  darekr
 - add %doc
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nethogs.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: ldapsdk.spec (NEW) - new

2006-05-03 Thread zbyniu
Author: zbyniu   Date: Wed May  3 21:41:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

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

 Diffs:


Index: SPECS/ldapsdk.spec
diff -u /dev/null SPECS/ldapsdk.spec:1.1
--- /dev/null   Wed May  3 23:41:19 2006
+++ SPECS/ldapsdk.spec  Wed May  3 23:41:14 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:   Enables applications to manage information stored in an LDAP 
directory
+Name:  ldapsdk
+Version:   4.17
+Release:   0.1
+License:   NPL
+Group: Development/Libraries
+URL:   http://www.mozilla.org/directory/
+Source0:   
ftp://ftp.mozilla.org/pub/directory/java-sdk/%{name}_java_20020819.tar.gz
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Mozilla LDAP SDKs enable you to write applications which access,
+manage, and update the information stored in an LDAP directory.
+
+%package javadoc
+Summary:   Javadoc for %{name}
+Group: Documentation
+
+%description javadoc
+Javadoc for %{name}.
+
+%prep
+%setup -q -n mozilla
+for dir in `find . -type d -name CVS`; do rm -rf $dir; done
+
+%build
+cd directory/java-sdk
+%{__make} -f ldap.mk \
+   MOZ_SRC=. \
+   JAVA_VERSION=1.4
+
+%{__make} -f ldap.mk basepackage
+%{__make} -f ldap.mk doc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+install directory/java-sdk/dist/packages/ldapjdk.jar $RPM_BUILD_ROOT%{_javadir}
+
+install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+cp -r directory/java-sdk/dist/doc/* 
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc directory/java-sdk/{ldapsp-relnotes.htm,relnotes.htm}
+%{_javadir}/*
+
+%files javadoc
+%defattr(644,root,root,755)
+%{_javadocdir}/%{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  2006/05/03 21:41:14  zbyniu
+- new
+

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


SPECS: kernel-desktop.spec - up to 2.6.16.13 !!! $ diff -Nur lin...

2006-05-03 Thread sparky
Author: sparky   Date: Wed May  3 21:42:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.6.16.13 !!!
  $ diff -Nur linux-2.6.16.1[23] | wc -l
  58

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

 Diffs:


Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.10 SPECS/kernel-desktop.spec:1.11
--- SPECS/kernel-desktop.spec:1.10  Tue May  2 22:33:33 2006
+++ SPECS/kernel-desktop.spec   Wed May  3 23:42:39 2006
@@ -66,7 +66,7 @@
 Summary(fr):   Le Kernel-Linux (La partie centrale du systeme)
 Summary(pl):   Jądro Linuksa
 Name:  kernel-%{_alt_kernel}
-%define_postver.12
+%define_postver.13
 #define_postver%{nil}
 Version:   2.6.16%{_postver}
 Release:   %{_rel}
@@ -77,7 +77,7 @@
 #define_rc -rc5
 #Source0:  
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/linux-%{version}%{_rc}.tar.bz2
 Source0:   
http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{version}%{_rc}.tar.bz2
-# Source0-md5: 93bfa0f0454c368be5fbb6ed71ce5c55
+# Source0-md5: 3101894807968d4651b54d9f61d9e5a4
 Source1:   kernel-autoconf.h
 Source2:   kernel-config.h
 
@@ -1373,6 +1373,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2006/05/03 21:42:39  sparky
+- up to 2.6.16.13 !!!
+  $ diff -Nur linux-2.6.16.1[23] | wc -l
+  58
+
 Revision 1.10  2006/05/02 20:33:33  sparky
 - netfilter separated
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-desktop.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


DISTFILES: linux-2.6.16.13.tar.bz2 reiser4-for-2.6.16-1.patch.gz

2006-05-03 Thread sparky

Files fetched: 1

STORED: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.13.tar.bz2
3101894807968d4651b54d9f61d9e5a4  linux-2.6.16.13.tar.bz2
Size: 40837424 bytes
ALREADY GOT: 
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.16/reiser4-for-2.6.16-1.patch.gz
f51303b5e445432b974a729b76036c40  reiser4-for-2.6.16-1.patch.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


SOURCES: kernel-desktop-preempt-rt.patch - updated to patch-2.6.16...

2006-05-03 Thread sparky
Author: sparky   Date: Wed May  3 21:55:40 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to patch-2.6.16-rt20 (merged 18->20 changes)

 Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.2 
SOURCES/kernel-desktop-preempt-rt.patch:1.3
--- SOURCES/kernel-desktop-preempt-rt.patch:1.2 Mon May  1 17:15:04 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch Wed May  3 23:55:34 2006
@@ -789,6 +789,44 @@
 +  passes through a grace period.  The last entry should be zero,
 +  as it is only incremented if a torture structure's counter
 +  somehow gets incremented farther than it should.
+Index: linux/Documentation/RCU/whatisRCU.txt
+===
+--- linux.orig/Documentation/RCU/whatisRCU.txt
 linux/Documentation/RCU/whatisRCU.txt
+@@ -790,7 +790,6 @@ RCU pointer update:
+ 
+ RCU grace period:
+ 
+-  synchronize_kernel (deprecated)
+   synchronize_net
+   synchronize_sched
+   synchronize_rcu
+Index: linux/Documentation/feature-removal-schedule.txt
+===
+--- linux.orig/Documentation/feature-removal-schedule.txt
 linux/Documentation/feature-removal-schedule.txt
+@@ -32,21 +32,6 @@ Who:Adrian Bunk <[EMAIL PROTECTED]>
+ 
+ ---
+ 
+-What: RCU API moves to EXPORT_SYMBOL_GPL
+-When: April 2006
+-Files:include/linux/rcupdate.h, kernel/rcupdate.c
+-Why:  Outside of Linux, the only implementations of anything even
+-  vaguely resembling RCU that I am aware of are in DYNIX/ptx,
+-  VM/XA, Tornado, and K42.  I do not expect anyone to port binary
+-  drivers or kernel modules from any of these, since the first two
+-  are owned by IBM and the last two are open-source research OSes.
+-  So these will move to GPL after a grace period to allow
+-  people, who might be using implementations that I am not aware
+-  of, to adjust to this upcoming change.
+-Who:  Paul E. McKenney <[EMAIL PROTECTED]>
+-
+
+-
+ What: raw1394: requests of type RAW1394_REQ_ISO_SEND, RAW1394_REQ_ISO_LISTEN
+ When: November 2005
+ Why:  Deprecated in favour of the new ioctl-based rawiso interface, which is
 Index: linux/Documentation/kernel-parameters.txt
 ===
 --- linux.orig/Documentation/kernel-parameters.txt
@@ -18288,15 +18326,6 @@
return;
  }
  
-@@ -1332,7 +1326,7 @@ struct bh_lru {
- 
- static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
- 
--#ifdef CONFIG_SMP
-+#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT_RT)
- #define bh_lru_lock() local_irq_disable()
- #define bh_lru_unlock()   local_irq_enable()
- #else
 @@ -3160,6 +3154,8 @@ EXPORT_SYMBOL(alloc_buffer_head);
  void free_buffer_head(struct buffer_head *bh)
  {
@@ -25196,7 +25225,7 @@
 + */
 +#define ROBUST_LIST_LIMIT 2048
 +
-+long do_futex(u32 __user *uaddr, int op, u32 val, unsigned long timeout,
++long do_futex(u32 __user *uaddr, int op, u32 val, struct timespec *timeout,
 +u32 __user *uaddr2, u32 val2, u32 val3);
 +
 +extern int handle_futex_death(u32 __user *uaddr, struct task_struct *curr);
@@ -25599,10 +25628,11 @@
.policy = SCHED_NORMAL, \
.cpus_allowed   = CPU_MASK_ALL, \
.mm = NULL, \
-@@ -121,6 +123,7 @@ extern struct group_info init_groups;
+@@ -121,6 +123,8 @@ extern struct group_info init_groups;
.journal_info   = NULL, \
.cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers),  \
.fs_excl= ATOMIC_INIT(0),   \
++  .posix_timer_list = NULL,   \
 +  INIT_RT_MUTEXES(tsk)\
  }
  
@@ -27003,6 +27033,17 @@
 +}
 +
 +#endif
+Index: linux/include/linux/posix-timers.h
+===
+--- linux.orig/include/linux/posix-timers.h
 linux/include/linux/posix-timers.h
+@@ -110,5 +110,5 @@ void posix_cpu_timers_exit_group(struct 
+ 
+ void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
+  cputime_t *newval, cputime_t *oldval);
+-
++int posix_cpu_thread_init(void);
+ #endif
 Index: linux/include/linux/preempt.h
 ===
 --- linux.orig/include/linux/preempt.h
@@ -27261,7 +27302,14 @@
  
  /**
   * rcu_dereference - fetch an RCU-protected pointer in an
-@@ -253,7 +274,13 @@ extern int rcu_pending

SOURCES: kernel-desktop-preempt-rt.patch - hack to make it build (...

2006-05-03 Thread sparky
Author: sparky   Date: Wed May  3 21:58:25 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- hack to make it build (broken in rt19), probably totally incorrect

 Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.3 
SOURCES/kernel-desktop-preempt-rt.patch:1.4
--- SOURCES/kernel-desktop-preempt-rt.patch:1.3 Wed May  3 23:55:34 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch Wed May  3 23:58:19 2006
@@ -33123,7 +33123,7 @@
 +  if (op == FUTEX_REQUEUE || op == FUTEX_CMP_REQUEUE)
 +  val2 = (int) (unsigned long) utime;
 +
-+  return do_futex(uaddr, op, val, timeout, uaddr2, val2, val3);
++  return do_futex(uaddr, op, val, /* timeout */ MAX_SCHEDULE_TIMEOUT, 
uaddr2, val2, val3);
 +}
 Index: linux/kernel/hrtimer.c
 ===


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-desktop-preempt-rt.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: zd1211-driver-r74.tgz

2006-05-03 Thread areq

Files fetched: 1

STORED: http://zd1211.ath.cx/download/zd1211-driver-r74.tgz
17d940519358cca223795daf0be4394e  zd1211-driver-r74.tgz
Size: 265932 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: kernel-net-zd1211.spec - snap 21-Apr-2006

2006-05-03 Thread areq
Author: areq Date: Wed May  3 22:02:12 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- snap 21-Apr-2006

 Files affected:
SPECS:
   kernel-net-zd1211.spec (1.12 -> 1.13) 

 Diffs:


Index: SPECS/kernel-net-zd1211.spec
diff -u SPECS/kernel-net-zd1211.spec:1.12 SPECS/kernel-net-zd1211.spec:1.13
--- SPECS/kernel-net-zd1211.spec:1.12   Wed Apr 12 14:15:40 2006
+++ SPECS/kernel-net-zd1211.specThu May  4 00:02:07 2006
@@ -7,8 +7,8 @@
 %bcond_withverbose # verbose build (V=1)
 #
 %define_zd1211_ver 0.0.2
-%define_zd1211_namezd1211
-%define_rel1
+%define_zd1211_namezd1211-driver-r74
+%define_rel2
 Summary:   Linux driver for WLAN cards based on zd1211
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych opartych na 
układzie zd1211
 Name:  kernel-net-zd1211
@@ -16,8 +16,8 @@
 Release:   [EMAIL PROTECTED]
 License:   GPL v2
 Group: Base/Kernel
-Source0:   %{_zd1211_name}.tar.gz
-# Source0-md5: 7f5ae904b60df48cd2a15777d3c94049
+Source0:   http://zd1211.ath.cx/download/%{_zd1211_name}.tgz
+# Source0-md5: 17d940519358cca223795daf0be4394e
 Patch0:%{name}-build.patch
 URL:   http://zd1211.ath.cx/
 %if %{with kernel}
@@ -62,36 +62,35 @@
 
 %prep
 %setup -q -n %{_zd1211_name}
-%patch0 -p1
+#%patch0 -p1
 
 %build
 # kernel module(s)
 for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
-   if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
+if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
exit 1
-   fi
-   for t in zd1211 zd1211b; do
-   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}/include/linux/version.h 
include/linux/version.h
-   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 \
-   `[ "$t" = "zd1211" ] && echo ZD1211REV_B=0 || echo 
ZD1211REV_B=1` \
-   M=$PWD O=$PWD \
-   CC="%{__cc}" CPP="%{__cpp}" \
-   %{?with_verbose:V=1}
+fi
+for t in zd1211 zd1211b; do
+   install -d o/include/linux
+   ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+   %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+
+   %{__make} -C %{_kernelsrcdir} clean \
+   RCS_FIND_IGNORE="-name '*.ko' -o" \
+   M=$PWD O=$PWD/o \
+   %{?with_verbose:V=1}
+   %{__make} -C %{_kernelsrcdir} modules \
+   `[ "$t" = "zd1211" ] && echo ZD1211REV_B=0 || echo 
ZD1211REV_B=1` \
+   CC="%{__cc}" CPP="%{__cpp}" \
+   M=$PWD O=$PWD/o \
+   %{?with_verbose:V=1}
+
for i in $t; do
mv $i{,-$cfg}.ko
done
-   done
+done
 done
 
 %install
@@ -140,6 +139,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13  2006/05/03 22:02:07  areq
+- snap 21-Apr-2006
+
 Revision 1.12  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-net-zd1211.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


SPECS: jsse.spec - up to 1.0.3_03

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 22:06:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.0.3_03

 Files affected:
SPECS:
   jsse.spec (1.9 -> 1.10) 

 Diffs:


Index: SPECS/jsse.spec
diff -u SPECS/jsse.spec:1.9 SPECS/jsse.spec:1.10
--- SPECS/jsse.spec:1.9 Tue Dec 14 17:59:55 2004
+++ SPECS/jsse.spec Thu May  4 00:06:10 2006
@@ -1,12 +1,13 @@
 # $Revision$, $Date$
+%define_ver03
 Summary:   Java Secure Socket Extension
 Summary(pl):   Rozszerzenie Secure Socket do Javy
 Name:  jsse
-Version:   1.0.2
+Version:   1.0.3_%{_ver}
 Release:   1
 License:   restricted, non-distributable (see COPYRIGHT.html)
 Group: Development/Languages/Java
-Source0:   %{name}-1_0_2-gl.zip
+Source0:   %{name}-1_0_3_%{_ver}-gl.zip
 URL:   http://java.sun.com/products/jsse/
 NoSource:  0
 Requires:  jre >= 1.2.1
@@ -59,6 +60,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.10  2006/05/03 22:06:10  shadzik
+- up to 1.0.3_03
+
 Revision 1.9  2004/12/14 16:59:55  baggins
 - DON'T hardcode java paths!
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/jsse.spec?r1=1.9&r2=1.10&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: linux-3.0.14.zip

2006-05-03 Thread areq

Files fetched: 1

STORED: http://www.broadcom.com/docs/driver_download/440x/linux-3.0.14.zip
3539dc7a212a8f0dbdfeef40c7c4e027  linux-3.0.14.zip
Size: 124615 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: bcm4400.spec - 3.0.14

2006-05-03 Thread areq
Author: areq Date: Wed May  3 22:19:23 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 3.0.14

 Files affected:
SPECS:
   bcm4400.spec (1.19 -> 1.20) 

 Diffs:


Index: SPECS/bcm4400.spec
diff -u SPECS/bcm4400.spec:1.19 SPECS/bcm4400.spec:1.20
--- SPECS/bcm4400.spec:1.19 Wed Apr 12 14:15:40 2006
+++ SPECS/bcm4400.spec  Thu May  4 00:19:17 2006
@@ -15,12 +15,12 @@
 Summary:   Broadcom BCM4400 series driver for Linux
 Summary(pl):   Sterownik do karty Broadcom BCM4400
 Name:  bcm4400
-Version:   3.0.13
+Version:   3.0.14
 Release:   %{_rel}
 License:   GPL v2
 Group: Base/Kernel
 Source0:   
http://www.broadcom.com/docs/driver_download/440x/linux-%{version}.zip
-# Source0-md5: 5b9036a786d807bd09908cd133c11304
+# Source0-md5: 3539dc7a212a8f0dbdfeef40c7c4e027
 Source1:   %{name}-Makefile
 URL:   http://www.broadcom.com/drivers/downloaddrivers.php
 %if %{with kernel}
@@ -82,39 +82,31 @@
 BCM4400 10/100Mbit.
 
 %prep
-%setup -q -n linux
+%setup -q -c
 tar zxf %{name}-%{version}.tar.gz
 
 %build
 cd %{name}-%{version}/src
 
 %if %{with kernel}
+install %{SOURCE1} Makefile
 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
-   install %{SOURCE1} Makefile
+   install -d o/include/linux
+   ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+   %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
 
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
%{__make} -C %{_kernelsrcdir} modules \
CC="%{__cc}" CPP="%{__cpp}" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
 %ifarch ppc
EXTRA_CFLAGS="-msoft-float" \
 %endif
@@ -122,8 +114,11 @@
 
mv bcm4400{,-$cfg}.ko
 done
+
 %endif
 
+mv ../RELEASE.TXT ../../
+
 %install
 rm -rf $RPM_BUILD_ROOT
 cd %{name}-%{version}/src
@@ -183,6 +178,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.20  2006/05/03 22:19:17  areq
+- 3.0.14
+
 Revision 1.19  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bcm4400.spec?r1=1.19&r2=1.20&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 (LINUX_2_6): linux-2.6-vs2.1.patch - up to 2.1.1-rc19 (fix...

2006-05-03 Thread baggins
Author: baggins  Date: Wed May  3 22:25:19 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- up to 2.1.1-rc19 (fixes gdb DoS)

 Files affected:
SOURCES:
   linux-2.6-vs2.1.patch (1.1.2.19 -> 1.1.2.20) 

 Diffs:


Index: SOURCES/linux-2.6-vs2.1.patch
diff -u SOURCES/linux-2.6-vs2.1.patch:1.1.2.19 
SOURCES/linux-2.6-vs2.1.patch:1.1.2.20
--- SOURCES/linux-2.6-vs2.1.patch:1.1.2.19  Fri Apr 28 13:21:03 2006
+++ SOURCES/linux-2.6-vs2.1.patch   Thu May  4 00:25:13 2006
@@ -1,6 +1,6 @@
-diff -NurpP --minimal linux-2.6.16.11/Documentation/vserver/debug.txt 
linux-2.6.16.11-vs2.1.1-rc18/Documentation/vserver/debug.txt
 linux-2.6.16.11/Documentation/vserver/debug.txt1970-01-01 01:00:00 
+0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/Documentation/vserver/debug.txt   
2006-04-26 19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/Documentation/vserver/debug.txt 
linux-2.6.16.13-vs2.1.1-rc19/Documentation/vserver/debug.txt
+--- linux-2.6.16.13/Documentation/vserver/debug.txt1970-01-01 01:00:00 
+0100
 linux-2.6.16.13-vs2.1.1-rc19/Documentation/vserver/debug.txt   
2006-04-26 19:06:59 +0200
 @@ -0,0 +1,108 @@
 +
 +debug_cvirt:
@@ -110,9 +110,9 @@
 + m 2^m"vx_acc_page[%5d,%s,%2d]: %5d%s"
 +  "vx_acc_pages[%5d,%s,%2d]: %5d += %5d"
 +  "vx_pages_avail[%5d,%s,%2d]: %5ld > %5d + %5d"
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/Kconfig 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/Kconfig
 linux-2.6.16.11/arch/alpha/Kconfig 2006-02-18 14:39:40 +0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/Kconfig2006-04-26 19:06:59 
+0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/Kconfig 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/Kconfig
+--- linux-2.6.16.13/arch/alpha/Kconfig 2006-02-18 14:39:40 +0100
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/Kconfig2006-04-26 19:06:59 
+0200
 @@ -619,6 +619,8 @@ source "arch/alpha/oprofile/Kconfig"
  
  source "arch/alpha/Kconfig.debug"
@@ -122,9 +122,9 @@
  source "security/Kconfig"
  
  source "crypto/Kconfig"
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/asm-offsets.c 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/asm-offsets.c
 linux-2.6.16.11/arch/alpha/kernel/asm-offsets.c2006-02-15 13:54:10 
+0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/asm-offsets.c   
2006-04-26 19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/asm-offsets.c 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/asm-offsets.c
+--- linux-2.6.16.13/arch/alpha/kernel/asm-offsets.c2006-02-15 13:54:10 
+0100
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/asm-offsets.c   
2006-04-26 19:06:59 +0200
 @@ -36,6 +36,7 @@ void foo(void)
DEFINE(PT_PTRACED, PT_PTRACED);
DEFINE(CLONE_VM, CLONE_VM);
@@ -133,9 +133,9 @@
DEFINE(SIGCHLD, SIGCHLD);
BLANK();
  
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/entry.S 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/entry.S
 linux-2.6.16.11/arch/alpha/kernel/entry.S  2006-04-09 13:49:39 +0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/entry.S 2006-04-26 
19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/entry.S 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/entry.S
+--- linux-2.6.16.13/arch/alpha/kernel/entry.S  2006-04-09 13:49:39 +0200
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/entry.S 2006-04-26 
19:06:59 +0200
 @@ -645,7 +645,7 @@ kernel_thread:
stq $2, 152($sp)/* HAE */
  
@@ -177,9 +177,9 @@
ret
  .end sys_getxpid
  
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/ptrace.c 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/ptrace.c
 linux-2.6.16.11/arch/alpha/kernel/ptrace.c 2006-04-09 13:49:39 +0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/ptrace.c2006-04-28 
05:07:10 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/ptrace.c 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/ptrace.c
+--- linux-2.6.16.13/arch/alpha/kernel/ptrace.c 2006-04-09 13:49:39 +0200
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/ptrace.c2006-04-28 
05:07:10 +0200
 @@ -283,6 +283,11 @@ do_sys_ptrace(long request, long pid, lo
goto out_notsk;
}
@@ -192,9 +192,9 @@
if (request == PTRACE_ATTACH) {
ret = ptrace_attach(child);
goto out;
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/systbls.S 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/systbls.S
 linux-2.6.16.11/arch/alpha/kernel/systbls.S2005-08-29 22:24:49 
+0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/systbls.S   2006-04-26 
19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/systbls.S 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/systbls.S
+--- linux-2.6.16.13/arch/alpha/kernel/systbls.S2005-08-29 22:24:49 
+0200
 linux-2.

SPECS: fedora-console.spec - added BRs; some build fixes, builds now

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 22:29:25 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added BRs; some build fixes, builds now

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

 Diffs:


Index: SPECS/fedora-console.spec
diff -u SPECS/fedora-console.spec:1.2 SPECS/fedora-console.spec:1.3
--- SPECS/fedora-console.spec:1.2   Wed May  3 18:07:41 2006
+++ SPECS/fedora-console.spec   Thu May  4 00:29:20 2006
@@ -7,11 +7,12 @@
 Group: Applications
 Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5: cc2ccdf7a0f0a1ce78326251105a12f9
+Source1:   
ftp://ftp.mozilla.org/pub/mozilla.org/security/jss/releases/JSS_3_3_RTM/jss33.jar
+# Source1-md5: efcae3a220aba17bf98cdcb6c36fc55e
 URL:   http://directory.fedora.redhat.com/wiki/Client_software
+BuildRequires: jakarta-ant >= 1.6
 #BuildRequires:jss >= 3.6
-#BuildRequires:ldapjdk >= 4.17
-#Requires: jss >= 3.6
-#Requires: ldapjdk >= 4.17
+BuildRequires: ldapsdk >= 4.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,23 +21,24 @@
 
 %prep
 %setup -q
+install %{SOURCE1} ./jss3.jar
 
 %build
-ant
+ant -Djss.local.location=.
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
+install ../built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -d $RPM_BUILD_ROOT%{_bindir}
-install console/startconsole $RPM_BUILD_ROOT/%{_bindir}
+install startconsole $RPM_BUILD_ROOT/%{_bindir}
 
 cd $RPM_BUILD_ROOT%{_datadir}/%{name}
-ln -s fedora-base-%{version}.jar fedora-base.jar
-ln -s fedora-mcc-%{version}.jar fedora-mcc.jar
-ln -s fedora-mcc-%{version}_en.jar fedora-mcc_en.jar
-ln -s fedora-nmclf-%{version}.jar fedora-nmclf.jar
-ln -s fedora-nmclf-%{version}_en.jar fedora-nmclf_en.jar
+ln -s fedora-base-1.0.jar fedora-base-%{version}.jar
+ln -s fedora-mcc-1.0.jar fedora-mcc-%{version}.jar
+ln -s fedora-mcc-1.0_en.jar fedora-mcc-%{version}_en.jar
+ln -s fedora-nmclf-1.0.jar fedora-nmclf-%{version}.jar
+ln -s fedora-nmclf-1.0_en.jar fedora-nmclf-%{version}_en.jar
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,11 +50,11 @@
 %{_datadir}/%{name}/fedora-mcc-%{version}_en.jar
 %{_datadir}/%{name}/fedora-nmclf-%{version}.jar
 %{_datadir}/%{name}/fedora-nmclf-%{version}_en.jar
-%{_datadir}/%{name}/fedora-base.jar
-%{_datadir}/%{name}/fedora-mcc.jar
-%{_datadir}/%{name}/fedora-mcc_en.jar
-%{_datadir}/%{name}/fedora-nmclf.jar
-%{_datadir}/%{name}/fedora-nmclf_en.jar
+%{_datadir}/%{name}/fedora-base-1.0.jar
+%{_datadir}/%{name}/fedora-mcc-1.0.jar
+%{_datadir}/%{name}/fedora-mcc-1.0_en.jar
+%{_datadir}/%{name}/fedora-nmclf-1.0.jar
+%{_datadir}/%{name}/fedora-nmclf-1.0_en.jar
 %attr(755,root,root) %{_bindir}/startconsole
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -61,6 +63,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/03 22:29:20  shadzik
+- added BRs; some build fixes, builds now
+
 Revision 1.2  2006/05/03 16:07:41  glen
 - junk cleanup
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-console.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


DISTFILES: fedora-console-1.0.2.tar.gz jss33.jar

2006-05-03 Thread shadzik

Files fetched: 1

ALREADY GOT: 
http://directory.fedora.redhat.com/sources/fedora-console-1.0.2.tar.gz
cc2ccdf7a0f0a1ce78326251105a12f9  fedora-console-1.0.2.tar.gz
STORED: 
ftp://ftp.mozilla.org/pub/mozilla.org/security/jss/releases/JSS_3_3_RTM/jss33.jar
efcae3a220aba17bf98cdcb6c36fc55e  jss33.jar
Size: 584657 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: rt2500.spec - new way of modules build procedure

2006-05-03 Thread areq
Author: areq Date: Wed May  3 22:33:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new way of modules build procedure

 Files affected:
SPECS:
   rt2500.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/rt2500.spec
diff -u SPECS/rt2500.spec:1.17 SPECS/rt2500.spec:1.18
--- SPECS/rt2500.spec:1.17  Wed Apr 12 14:15:40 2006
+++ SPECS/rt2500.spec   Thu May  4 00:33:11 2006
@@ -106,39 +106,28 @@
 %if %{with kernel}
 # kernel module(s)
 cd Module
+
 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} O=$PWD scripts
+   install -d o/include/linux
+   ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+   %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
%{__make} -C %{_kernelsrcdir} modules \
-%if "%{_target_base_arch}" != "%{_arch}"
-   ARCH=%{_target_base_arch} \
-   CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
-%endif
-   HOSTCC="%{__cc}" \
-   M=$PWD O=$PWD \
+   CC="%{__cc}" CPP="%{__cpp}" \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
mv rt2500{,-$cfg}.ko
 done
-cd -
+
 %endif
 
 %install
@@ -200,6 +189,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2006/05/03 22:33:11  areq
+- new way of modules build procedure
+
 Revision 1.17  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rt2500.spec?r1=1.17&r2=1.18&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: fedora-console.spec - one more BR

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 22:44:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- one more BR

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

 Diffs:


Index: SPECS/fedora-console.spec
diff -u SPECS/fedora-console.spec:1.3 SPECS/fedora-console.spec:1.4
--- SPECS/fedora-console.spec:1.3   Thu May  4 00:29:20 2006
+++ SPECS/fedora-console.spec   Thu May  4 00:44:02 2006
@@ -11,6 +11,7 @@
 # Source1-md5: efcae3a220aba17bf98cdcb6c36fc55e
 URL:   http://directory.fedora.redhat.com/wiki/Client_software
 BuildRequires: jakarta-ant >= 1.6
+BuildRequires: jdk
 #BuildRequires:jss >= 3.6
 BuildRequires: ldapsdk >= 4.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,6 +64,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/05/03 22:44:02  shadzik
+- one more BR
+
 Revision 1.3  2006/05/03 22:29:20  shadzik
 - added BRs; some build fixes, builds now
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-console.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


SOURCES: oidentd-ip_conntrack.diff (NEW) - new

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 23:08:14 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   oidentd-ip_conntrack.diff (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/oidentd-ip_conntrack.diff
diff -u /dev/null SOURCES/oidentd-ip_conntrack.diff:1.1
--- /dev/null   Thu May  4 01:08:14 2006
+++ SOURCES/oidentd-ip_conntrack.diff   Thu May  4 01:08:09 2006
@@ -0,0 +1,15 @@
+--- oidentd-2.0.7/src/kernel/linux.c.orig  2003-02-12 05:06:17.0 
+0100
 oidentd-2.0.7/src/kernel/linux.c   2005-01-07 00:50:35.0 +0100
+@@ -328,6 +328,12 @@
+   &nl1, &nl2, &nl3, &nl4, &nr1, &nr2, &nr3, &nr4, 
&nport_temp, &mport_temp);
+
+   if (ret != 21)
++  ret = sscanf(buf,
++  "%15s %*d %*d ESTABLISHED 
src=%d.%d.%d.%d dst=%d.%d.%d.%d sport=%d dport=%d packets=%*d bytes=%*d 
src=%d.%d.%d.%d dst=%d.%d.%d.%d sport=%d dport=%d",
++  proto, &l1, &l2, &l3, &l4, &r1, &r2, 
&r3, &r4, &masq_lport_temp, &masq_fport_temp,
++  &nl1, &nl2, &nl3, &nl4, &nr1, &nr2, 
&nr3, &nr4, &nport_temp, &mport_temp);
++
++  if (ret != 21)
+   continue;
+
+   masq_lport = (in_port_t) masq_lport_tem

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


SPECS: oidentd.spec - ip_conntrack patch added, by �ukasz 'Sobi-Wa...

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 23:09:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- ip_conntrack patch added, by Łukasz 'Sobi-Wan' Sobczak

 Files affected:
SPECS:
   oidentd.spec (1.58 -> 1.59) 

 Diffs:


Index: SPECS/oidentd.spec
diff -u SPECS/oidentd.spec:1.58 SPECS/oidentd.spec:1.59
--- SPECS/oidentd.spec:1.58 Mon Mar  6 19:14:36 2006
+++ SPECS/oidentd.spec  Thu May  4 01:09:14 2006
@@ -13,6 +13,7 @@
 Source3:   %{name}.sysconfig
 Source4:   %{name}.conf
 Source5:   %{name}.inetd
+Patch0:%{name}-ip_conntrack.diff
 URL:   http://ojnk.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -148,6 +150,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.59  2006/05/03 23:09:14  shadzik
+- ip_conntrack patch added, by Łukasz 'Sobi-Wan' Sobczak
+
 Revision 1.58  2006/03/06 18:14:36  glen
 - use %service, fix double restart; rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/oidentd.spec?r1=1.58&r2=1.59&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: initng-initscripts-0.6.1-20060504.tar.bz2

2006-05-03 Thread glen

Files fetched: 1

STORED: no-url://initng-initscripts-0.6.1-20060504.tar.bz2
72c49976f17c9df2a44460c1863d28bd  
initng-initscripts-0.6.1-20060504.tar.bz2
Size: 10614 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: initng-pld.spec - 20060504 snap

2006-05-03 Thread glen
Author: glen Date: Wed May  3 23:33:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 20060504 snap

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

 Diffs:


Index: SPECS/initng-pld.spec
diff -u SPECS/initng-pld.spec:1.82 SPECS/initng-pld.spec:1.83
--- SPECS/initng-pld.spec:1.82  Mon Apr 24 00:09:43 2006
+++ SPECS/initng-pld.spec   Thu May  4 01:33:40 2006
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%define_snap 20060424
+%define_snap 20060504
 %define_extraver %{nil}
 Summary:   initng initscripts for PLD Linux
 Summary(pl):   Skrypty inicjalizujące initng dla PLD Linuksa
@@ -9,7 +9,7 @@
 License:   GPL
 Group: Base
 Source0:   initng-initscripts-%{version}%{_extraver}-%{_snap}.tar.bz2
-# Source0-md5: 0f5abd96fd0f99c3f694de5292bc6709
+# Source0-md5: 72c49976f17c9df2a44460c1863d28bd
 URL:   http://svn.pld-linux.org/initng/
 Requires:  agetty
 Requires:  initng >= 0.6.1
@@ -370,6 +370,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.83  2006/05/03 23:33:40  glen
+- 20060504 snap
+
 Revision 1.82  2006/04/23 22:09:43  glen
 - update to 0.6.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/initng-pld.spec?r1=1.82&r2=1.83&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: ldapsdk.spec - fancier (from template.spec)

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:02:24 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fancier (from template.spec)

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

 Diffs:


Index: SPECS/ldapsdk.spec
diff -u SPECS/ldapsdk.spec:1.1 SPECS/ldapsdk.spec:1.2
--- SPECS/ldapsdk.spec:1.1  Wed May  3 23:41:14 2006
+++ SPECS/ldapsdk.spec  Thu May  4 02:02:18 2006
@@ -23,7 +23,8 @@
 
 %prep
 %setup -q -n mozilla
-for dir in `find . -type d -name CVS`; do rm -rf $dir; done
+# remove CVS control files
+find -name CVS -print0 | xargs -0 rm -rf
 
 %build
 cd directory/java-sdk
@@ -60,6 +61,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 00:02:18  glen
+- fancier (from template.spec)
+
 Revision 1.1  2006/05/03 21:41:14  zbyniu
 - new
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/ldapsdk.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: unionfs.spec - new build copied from template-kernel-module...

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:04:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new build copied from template-kernel-module.spec
- 2.6.16.11-1 builds with current snap

 Files affected:
SPECS:
   unionfs.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.17 SPECS/unionfs.spec:1.18
--- SPECS/unionfs.spec:1.17 Wed Apr 12 14:15:40 2006
+++ SPECS/unionfs.spec  Thu May  4 02:04:52 2006
@@ -101,15 +101,26 @@
ln -sf %{_kernelsrcdir}/config-$cfg o/.config
ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+%if %{with dist_kernel}
%{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+%else
+   install -d o/include/config
+   touch o/include/config/MARKER
+   ln -sf %{_kernelsrcdir}/scripts o/scripts
+%endif
 
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
+   SYSSRC=%{_kernelsrcdir} \
+   SYSOUT=$PWD/o \
M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
-   %{__make} -C %{_kernelsrcdir} \
-   M=$PWD O=$PWD/o \
+   %{__make} -C %{_kernelsrcdir} modules \
+   CC="%{__cc}" CPP="%{__cpp}" \
EXTRACFLAGS="-DUNIONFS_NDEBUG -DUNIONFS_XATTR" \
+   SYSSRC=%{_kernelsrcdir} \
+   SYSOUT=$PWD/o \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
mv unionfs{,-$cfg}.ko
 done
@@ -181,6 +192,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2006/05/04 00:04:52  glen
+- new build copied from template-kernel-module.spec
+- 2.6.16.11-1 builds with current snap
+
 Revision 1.17  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.17&r2=1.18&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: winetools.spec - fixed 3rdParty/iebatch.txt location

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:11:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed 3rdParty/iebatch.txt location

 Files affected:
SPECS:
   winetools.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/winetools.spec
diff -u SPECS/winetools.spec:1.11 SPECS/winetools.spec:1.12
--- SPECS/winetools.spec:1.11   Tue Dec 20 01:52:41 2005
+++ SPECS/winetools.specThu May  4 02:11:39 2006
@@ -3,11 +3,12 @@
 # - icon and some desktop file
 #
 %define_suffix jo
+%define_rel 1.1
 Summary:   WineTools - a menu driven installer for installing Windows 
programs under Linux
 Summary(pl):   WineTools - oparty na menu instalator do windowsowych programów 
pod Linuksem
 Name:  winetools
 Version:   0.9
-Release:   1.%{_suffix}.1
+Release:   1.%{_suffix}.%{_rel}
 Epoch: 1
 License:   GPL
 Group: Applications/Emulators
@@ -17,6 +18,7 @@
 URL:   http://www.von-thadden.de/Joachim/WineTools/
 BuildRequires: gettext-devel
 BuildRequires: sed >= 4.0
+Requires:  Xdialog
 Requires:  bash
 Requires:  gettext
 Requires:  mktemp
@@ -24,7 +26,6 @@
 Requires:  wget
 Requires:  wine >= 1:0.9
 Requires:  wine-programs >= 1:0.9
-Requires:  Xdialog
 ExclusiveArch: %{ix86}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -84,14 +85,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}/3rdParty}
 
 install wt2 $RPM_BUILD_ROOT%{_bindir}
 install findwine $RPM_BUILD_ROOT%{_winetoolsdir}
 
 cp -a scripts icon doc $RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/*.{cfg,reg} *.reg findwine chopctrl.pl 
$RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/iebatch.txt $RPM_BUILD_ROOT%{_winetoolsdir}
+install *.reg findwine chopctrl.pl $RPM_BUILD_ROOT%{_winetoolsdir}
+install 3rdParty/*.{cfg,reg,txt} $RPM_BUILD_ROOT%{_winetoolsdir}/3rdParty
 install gettext.sh $RPM_BUILD_ROOT%{_winetoolsdir}
 
 cd po
@@ -114,20 +115,18 @@
 %dir %{_winetoolsdir}
 %{_winetoolsdir}/doc
 %{_winetoolsdir}/icon
-
-%{_winetoolsdir}/PowBallDX.cfg
-
-%{_winetoolsdir}/bde.reg
-%{_winetoolsdir}/futurepinball.reg
-%{_winetoolsdir}/ie6.reg
-%{_winetoolsdir}/iebatch.txt
-%{_winetoolsdir}/steaminstall.reg
-%{_winetoolsdir}/typograf.reg
-%{_winetoolsdir}/wt-config.reg
-
 %{_winetoolsdir}/gettext.sh
 %{_winetoolsdir}/findwine
+%{_winetoolsdir}/wt-config.reg
 %attr(755,root,root) %{_winetoolsdir}/chopctrl.pl
+%dir %{_winetoolsdir}/3rdParty
+%{_winetoolsdir}/3rdParty/PowBallDX.cfg
+%{_winetoolsdir}/3rdParty/bde.reg
+%{_winetoolsdir}/3rdParty/futurepinball.reg
+%{_winetoolsdir}/3rdParty/ie6.reg
+%{_winetoolsdir}/3rdParty/iebatch.txt
+%{_winetoolsdir}/3rdParty/steaminstall.reg
+%{_winetoolsdir}/3rdParty/typograf.reg
 
 %dir %{_winetoolsdir}/scripts
 %attr(755,root,root) %{_winetoolsdir}/scripts/*
@@ -138,6 +137,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2006/05/04 00:11:39  glen
+- fixed 3rdParty/iebatch.txt location
+
 Revision 1.11  2005/12/20 00:52:41  charles
 - updated to 0.9jo-III
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/winetools.spec?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: dLAN-linux-package-2.0.tar.gz

2006-05-03 Thread shadzik

Files fetched: 1

STORED: 
http://download.devolo.net/webcms/0599755001130248395/dLAN-linux-package-2.0.tar.gz
419b5e551a7e8eb7e2f609b252287712  dLAN-linux-package-2.0.tar.gz
Size: 391480 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: dlan.spec (NEW) - new - probably needs fixing

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 00:40:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new
- probably needs fixing

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

 Diffs:


Index: SPECS/dlan.spec
diff -u /dev/null SPECS/dlan.spec:1.1
--- /dev/null   Thu May  4 02:40:42 2006
+++ SPECS/dlan.spec Thu May  4 02:40:37 2006
@@ -0,0 +1,173 @@
+# $Revision$, $Date$
+%bcond_without  dist_kernel # without kernel from distribution
+%bcond_without  kernel  # don't build kernel modules
+%bcond_without  smp # don't build SMP module
+%bcond_without  userspace   # don't build userspace module
+%bcond_with verbose # verbose build (V=1)
+
+Summary:   dLAN drivers
+Summary(de):   dLAN Treiber
+Summary(pl):   Sterowniki dLAN
+Name:  dLAN
+Version:   2.0
+Release:   1
+License:   Devolo AG License
+Group: Applications
+Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
+# Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+URL:   http://www.devolo.de/de_DE/index.html
+BuildRequires: %{kgcc_package}
+%{?with_dist_kernel:BuildRequires:  kernel-module-build}
+BuildRequires: libpcap-devel
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MicroLink dLAN drivers for Linux 2.4/2.6.
+
+%description -l de
+MicroLink dLAN Treiber für Linux 2.4/2.6.
+
+%description -l pl
+Sterowniki MicroLink dLAN dla linuksa 2.4/2.6.
+
+%package -n kernel-char-dLAN
+Summary:   Linux kernel driver for MicroLink dLAN
+Summary(de):   Linux Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-char-dLAN
+Linux kernel drivers for MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l de
+Linux Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l pl
+Sterowniki jądra Linuksa dla dLAN MicroLinka.
+
+%package -n kernel-smp-char-dLAN
+Summary:   Linux SMP kernel driver for MicroLink dLAN
+Summary(de):   Linux SMP Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra SMP Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-smp-char-dLAN
+Linux SMP kernel drivers for MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l de
+Linux SMP Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l pl
+Sterowniki jądra SMP Linuksa dla dLAN MicroLinka.
+
+%prep
+%setup -q -n %{name}-linux-package-%{version}
+
+%build
+%configure
+%if %{with userspace}
+%{__make} cfgtool
+%endif
+
+%if %{with 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
+ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
+touch include/config/MARKER
+
+%{__make} usbdriver \
+CC="%{__cc}" CPP="%{__cpp}" \
+M=$PWD O=$PWD \
+%{?with_verbose:V=1}
+for mod in *.ko; do
+mod=$(echo "$mod" | sed -e 's#\.ko##g')
+mv $mod.ko ../$mod-$cfg.ko
+done
+done
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%if %{with userspace}
+%{__make} install-cfgtool \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
+%if %{with kernel}
+%if %{without dist_kernel}
+for mod in *-nondist.ko; do
+nmod=$(echo "$mod" | sed -e 's#-nondist##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%else
+for mod in *-up.ko; do
+nmod=$(echo "$mod" | sed -e 's#-up##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%if %{with smp}
+for mod in *-smp.ko; do
+nmod=$(echo "$mod" | sed -e 's#-smp##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/$nmod
+done
+%endif
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%postun -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%if %{with userspace}
+%files
+%defattr(644,root,root,755)
+%doc LEAME LEESMIJ LEGGIMI LIESMICH LISEZ-MOI R

DISTFILES: ERRORS: msession-0.tgz

2006-05-03 Thread glen
wget -nv --no-check-certificate -O 
./tmp/f5e031f6-ec95-4fae-9491-7d482d00445e/3a5b6bf9aa3c7d1abac18a5b484c0897/msession-0.tgz
 "http://pecl.php.net/get/msession-0.tgz":
http://pecl.php.net/get/msession-0.tgz:
02:51:11 ERROR 404: Not Found.


FATAL: http://pecl.php.net/get/msession-0.tgz 
(3a5b6bf9aa3c7d1abac18a5b484c0897) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/f5e031f6-ec95-4fae-9491-7d482d00445e/3a5b6bf9aa3c7d1abac18a5b484c0897/msession-0.tgz
 "http://pecl.php.net/get/msession-0.tgz": 
http://pecl.php.net/get/msession-0.tgz:
02:51:11 ERROR 404: Not Found.
)

Files fetched: 0



-- 
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-pecl-msession.spec (NEW) - not yet released, based on p...

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:51:12 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- not yet released, based on php.spec

 Files affected:
SPECS:
   php-pecl-msession.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/php-pecl-msession.spec
diff -u /dev/null SPECS/php-pecl-msession.spec:1.1
--- /dev/null   Thu May  4 02:51:12 2006
+++ SPECS/php-pecl-msession.specThu May  4 02:51:06 2006
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+%define_modnamemsession
+%define_status stable
+%define_sysconfdir /etc/php
+%defineextensionsdir   %(php-config --extension-dir 
2>/dev/null)
+Summary:   msession extension module for PHP
+Summary(pl):   Moduł msession dla PHP
+Name:  php-pecl-%{_modname}
+Version:   0
+Release:   0
+License:   PHP 2.02
+Group: Development/Languages/PHP
+Source0:   http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5: 3a5b6bf9aa3c7d1abac18a5b484c0897
+URL:   http://pecl.php.net/package/msession/
+BuildRequires: phoenix-devel
+BuildRequires: php-devel >= 3:5.0.0
+BuildRequires: rpmbuild(macros) >= 1.254
+%{?requires_php_extension}
+Requires:  %{_sysconfdir}/conf.d
+Provides:  php-msession = 4:5.1.2-9
+Obsoletes: php-msession
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a dynamic shared object (DSO) for PHP that will allow you to
+use msession. msession is a high speed session daemon which can run
+either locally or remotely. It is designed to provide consistent
+session management for a PHP web farm.
+
+In PECL status of this extension is: %{_status}.
+
+%description -l pl
+Moduł PHP dodający umożliwiający korzystanie z demona msession. Jest
+to demon szybkiej obsługi sesji, który może działać lokalnie lub na
+innej maszynie. Służy do zapewniania spójnej obsługi sesji dla farmy
+serwerów.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{_modname}-%{version}
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
+
+install %{_modname}-%{version}/modules/%{_modname}.so 
$RPM_BUILD_ROOT%{extensionsdir}
+cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
+; Enable %{_modname} extension module
+extension=%{_modname}.so
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
+[ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
+
+%postun
+if [ "$1" = 0 ]; then
+   [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache 
restart
+   [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd 
restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/conf.d/%{_modname}.ini
+%attr(755,root,root) %{extensionsdir}/%{_modname}.so
+
+%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  2006/05/04 00:51:06  glen
+- not yet released, based on php.spec
+

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


SPECS: dlan.spec (REMOVED) - removed, name changed into dLAN.spec

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:02:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed, name changed into dLAN.spec

 Files affected:
SPECS:
   dlan.spec (1.1 -> NONE)  (REMOVED)

 Diffs:

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


SPECS: dLAN.spec (NEW) - new - needs fixing

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:02:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new
- needs fixing

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u /dev/null SPECS/dLAN.spec:1.1
--- /dev/null   Thu May  4 03:02:51 2006
+++ SPECS/dLAN.spec Thu May  4 03:02:46 2006
@@ -0,0 +1,177 @@
+# $Revision$, $Date$
+%bcond_without  dist_kernel # without kernel from distribution
+%bcond_without  kernel  # don't build kernel modules
+%bcond_without  smp # don't build SMP module
+%bcond_without  userspace   # don't build userspace module
+%bcond_with verbose # verbose build (V=1)
+
+Summary:   dLAN drivers
+Summary(de):   dLAN Treiber
+Summary(pl):   Sterowniki dLAN
+Name:  dLAN
+Version:   2.0
+Release:   1
+License:   Devolo AG License
+Group: Applications
+Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
+# Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+URL:   http://www.devolo.de/de_DE/index.html
+BuildRequires: %{kgcc_package}
+%{?with_dist_kernel:BuildRequires:  kernel-module-build}
+BuildRequires: libpcap-devel
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MicroLink dLAN drivers for Linux 2.4/2.6.
+
+%description -l de
+MicroLink dLAN Treiber für Linux 2.4/2.6.
+
+%description -l pl
+Sterowniki MicroLink dLAN dla linuksa 2.4/2.6.
+
+%package -n kernel-char-dLAN
+Summary:   Linux kernel driver for MicroLink dLAN
+Summary(de):   Linux Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-char-dLAN
+Linux kernel drivers for MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l de
+Linux Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l pl
+Sterowniki jądra Linuksa dla dLAN MicroLinka.
+
+%package -n kernel-smp-char-dLAN
+Summary:   Linux SMP kernel driver for MicroLink dLAN
+Summary(de):   Linux SMP Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra SMP Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-smp-char-dLAN
+Linux SMP kernel drivers for MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l de
+Linux SMP Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l pl
+Sterowniki jądra SMP Linuksa dla dLAN MicroLinka.
+
+%prep
+%setup -q -n %{name}-linux-package-%{version}
+
+%build
+%configure
+%if %{with userspace}
+%{__make} cfgtool
+%endif
+
+%if %{with 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
+ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
+touch include/config/MARKER
+
+%{__make} usbdriver \
+CC="%{__cc}" CPP="%{__cpp}" \
+M=$PWD O=$PWD \
+%{?with_verbose:V=1}
+for mod in *.ko; do
+mod=$(echo "$mod" | sed -e 's#\.ko##g')
+mv $mod.ko ../$mod-$cfg.ko
+done
+done
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%if %{with userspace}
+%{__make} install-cfgtool \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
+%if %{with kernel}
+%if %{without dist_kernel}
+for mod in *-nondist.ko; do
+nmod=$(echo "$mod" | sed -e 's#-nondist##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%else
+for mod in *-up.ko; do
+nmod=$(echo "$mod" | sed -e 's#-up##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%if %{with smp}
+for mod in *-smp.ko; do
+nmod=$(echo "$mod" | sed -e 's#-smp##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/$nmod
+done
+%endif
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%postun -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%if %{with userspace}
+%files
+%defattr(644,root,root,755)
+%doc LEAME LEESMIJ LEGGIMI LIESMICH LISEZ-MOI README
+%a

DISTFILES: ERRORS: msession.tar.bz2

2006-05-03 Thread glen
FATAL: ./upload/glen/msession.tar.bz2 md5 mismatch, needed 
3a5b6bf9aa3c7d1abac18a5b484c0897, got 6a8533dece82eeb7dc9c94f073d43427

Files fetched: 0



-- 
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-pecl-msession.spec - try with cvs snapshot

2006-05-03 Thread glen
Author: glen Date: Thu May  4 01:07:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- try with cvs snapshot

 Files affected:
SPECS:
   php-pecl-msession.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/php-pecl-msession.spec
diff -u SPECS/php-pecl-msession.spec:1.1 SPECS/php-pecl-msession.spec:1.2
--- SPECS/php-pecl-msession.spec:1.1Thu May  4 02:51:06 2006
+++ SPECS/php-pecl-msession.specThu May  4 03:06:54 2006
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# NOTE:
+# there's no maintainer for the pecl project, so consider this
+# extension dead.
 %define_modnamemsession
 %define_status stable
 %define_sysconfdir /etc/php
@@ -6,11 +9,11 @@
 Summary:   msession extension module for PHP
 Summary(pl):   Moduł msession dla PHP
 Name:  php-pecl-%{_modname}
-Version:   0
-Release:   0
+Version:   1.0
+Release:   0.1
 License:   PHP 2.02
 Group: Development/Languages/PHP
-Source0:   http://pecl.php.net/get/%{_modname}-%{version}.tgz
+Source0:   %{_modname}.tar.bz2
 # Source0-md5: 3a5b6bf9aa3c7d1abac18a5b484c0897
 URL:   http://pecl.php.net/package/msession/
 BuildRequires: phoenix-devel
@@ -39,10 +42,9 @@
 To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
-%setup -q -c
+%setup -q -n %{_modname}
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -51,7 +53,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
 
-install %{_modname}-%{version}/modules/%{_modname}.so 
$RPM_BUILD_ROOT%{extensionsdir}
+install modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
@@ -81,6 +83,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 01:06:54  glen
+- try with cvs snapshot
+
 Revision 1.1  2006/05/04 00:51:06  glen
 - not yet released, based on php.spec
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-msession.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


SOURCES: dLAN-usbkill.patch (NEW) - new, by zbyniu

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:44:43 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new, by zbyniu

 Files affected:
SOURCES:
   dLAN-usbkill.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/dLAN-usbkill.patch
diff -u /dev/null SOURCES/dLAN-usbkill.patch:1.1
--- /dev/null   Thu May  4 03:44:43 2006
+++ SOURCES/dLAN-usbkill.patch  Thu May  4 03:44:38 2006
@@ -0,0 +1,14 @@
+--- dLAN-linux-package-2.0/driver/devolo_usb.c.org 2006-05-04 
03:25:59.245636000 +0200
 dLAN-linux-package-2.0/driver/devolo_usb.c 2006-05-04 03:31:50.131565000 
+0200
+@@ -201,11 +201,6 @@
+   devoloUSB_t * devolo = net->priv;
+   if (!devolo)
+ return;
+-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+-  devolo->tx_urb->transfer_flags |= URB_ASYNC_UNLINK;
+-#else
+-  devolo->tx_urb->transfer_flags |= USB_ASYNC_UNLINK;
+-#endif
+   usb_unlink_urb (devolo->tx_urb);
+ 
+   /*

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


SPECS: dLAN.spec - added patch, should build now

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:45:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added patch, should build now

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u SPECS/dLAN.spec:1.1 SPECS/dLAN.spec:1.2
--- SPECS/dLAN.spec:1.1 Thu May  4 03:02:46 2006
+++ SPECS/dLAN.spec Thu May  4 03:45:02 2006
@@ -15,6 +15,7 @@
 Group: Applications
 Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
 # Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+Patch0:%{name}-usbkill.patch
 URL:   http://www.devolo.de/de_DE/index.html
 BuildRequires: %{kgcc_package}
 %{?with_dist_kernel:BuildRequires:  kernel-module-build}
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q -n %{name}-linux-package-%{version}
+%patch0 -p1
 
 %build
 %configure
@@ -80,6 +82,7 @@
 
 %if %{with kernel}
 # kernel module(s)
+cd driver
 for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
 if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
 exit 1
@@ -92,7 +95,7 @@
 ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
 touch include/config/MARKER
 
-%{__make} usbdriver \
+   %{__make} -C %{_kernelsrcdir} modules
 CC="%{__cc}" CPP="%{__cpp}" \
 M=$PWD O=$PWD \
 %{?with_verbose:V=1}
@@ -167,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 01:45:02  shadzik
+- added patch, should build now
+
 Revision 1.1  2006/05/04 01:02:46  shadzik
 - new
 - needs fixing


 CVS-web:
http://cvs.pld-linux.org/SPECS/dLAN.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: dLAN.spec - new way of kernel module building

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:57:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new way of kernel module building

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u SPECS/dLAN.spec:1.2 SPECS/dLAN.spec:1.3
--- SPECS/dLAN.spec:1.2 Thu May  4 03:45:02 2006
+++ SPECS/dLAN.spec Thu May  4 03:57:43 2006
@@ -87,25 +87,30 @@
 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} modules
-CC="%{__cc}" CPP="%{__cpp}" \
-M=$PWD O=$PWD \
+install -d o/include/linux
+ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+%{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+%{__make} -C %{_kernelsrcdir} clean \
+RCS_FIND_IGNORE="-name '*.ko' -o" \
+M=$PWD O=$PWD/o \
 %{?with_verbose:V=1}
-for mod in *.ko; do
-mod=$(echo "$mod" | sed -e 's#\.ko##g')
-mv $mod.ko ../$mod-$cfg.ko
-done
+%{__make} -C %{_kernelsrcdir} modules \
+%if "%{_target_base_arch}" != "%{_arch}"
+ARCH=%{_target_base_arch} \
+CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
+%endif
+HOSTCC="%{__cc}" \
+CPP="%{__cpp}" \
+M=$PWD O=$PWD/o \
+%{?with_verbose:V=1}
+mv devolo_usb{,-$cfg}.ko
 done
 %endif
 
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
@@ -170,6 +175,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/04 01:57:43  shadzik
+- new way of kernel module building
+
 Revision 1.2  2006/05/04 01:45:02  shadzik
 - added patch, should build now
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dLAN.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: php.spec - updated to 5.1.4 (broke POST arrays issue fixed ...

2006-05-03 Thread adamg
Author: adamgDate: Thu May  4 06:22:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 5.1.4 (broke POST arrays issue fixed - see bug37276:
  http://bugs.php.net/bug.php?id=37276)

 Files affected:
SPECS:
   php.spec (1.573 -> 1.574) 

 Diffs:


Index: SPECS/php.spec
diff -u SPECS/php.spec:1.573 SPECS/php.spec:1.574
--- SPECS/php.spec:1.573Tue May  2 16:21:49 2006
+++ SPECS/php.spec  Thu May  4 08:22:42 2006
@@ -75,13 +75,13 @@
 Summary(ru):   PHP ÷ĹŇÓÉÉ 5 - ŃÚŮË ĐŇĹĐŇĎĂĹÓÓÉŇĎ×ÁÎÉŃ HTML-ĆÁĘĚĎ×, ×ŮĐĎĚÎŃĹÍŮĘ 
ÎÁ ÓĹŇ×ĹŇĹ
 Summary(uk):   PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ 
ÓĹŇ×ĹŇŚ
 Name:  php
-Version:   5.1.3
+Version:   5.1.4
 Release:   %{_rel}%{?with_hardening:hardened}
 Epoch: 4
 License:   PHP
 Group: Libraries
 Source0:   http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5: 081699305f7fd4903afda5a1f836e7b1
+# Source0-md5: b55e633bdc80ab30da7c92f760fc4b58
 Source1:   FAQ.%{name}
 Source2:   zend.gif
 Source3:   %{name}-mod_%{name}.conf
@@ -3003,6 +3003,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.574  2006/05/04 06:22:42  adamg
+- updated to 5.1.4 (broke POST arrays issue fixed - see bug37276:
+  http://bugs.php.net/bug.php?id=37276)
+
 Revision 1.573  2006/05/02 14:21:49  glen
 - update to 5.1.3, ext/msession was moved to pecl
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.573&r2=1.574&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: php-5.1.4.tar.bz2 hardening-patch-5.0.4-0.3.0.patch.gz

2006-05-03 Thread adamg

Files fetched: 1

STORED: http://www.php.net/distributions/php-5.1.4.tar.bz2
b55e633bdc80ab30da7c92f760fc4b58  php-5.1.4.tar.bz2
Size: 5992825 bytes
ALREADY GOT: http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
47a742fa9fab2826ad10c13a2376111a  hardening-patch-5.0.4-0.3.0.patch.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: bcm4400.spec - 3.0.14

2006-05-03 Thread areq
Author: areq Date: Wed May  3 22:19:23 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 3.0.14

 Files affected:
SPECS:
   bcm4400.spec (1.19 -> 1.20) 

 Diffs:


Index: SPECS/bcm4400.spec
diff -u SPECS/bcm4400.spec:1.19 SPECS/bcm4400.spec:1.20
--- SPECS/bcm4400.spec:1.19 Wed Apr 12 14:15:40 2006
+++ SPECS/bcm4400.spec  Thu May  4 00:19:17 2006
@@ -15,12 +15,12 @@
 Summary:   Broadcom BCM4400 series driver for Linux
 Summary(pl):   Sterownik do karty Broadcom BCM4400
 Name:  bcm4400
-Version:   3.0.13
+Version:   3.0.14
 Release:   %{_rel}
 License:   GPL v2
 Group: Base/Kernel
 Source0:   
http://www.broadcom.com/docs/driver_download/440x/linux-%{version}.zip
-# Source0-md5: 5b9036a786d807bd09908cd133c11304
+# Source0-md5: 3539dc7a212a8f0dbdfeef40c7c4e027
 Source1:   %{name}-Makefile
 URL:   http://www.broadcom.com/drivers/downloaddrivers.php
 %if %{with kernel}
@@ -82,39 +82,31 @@
 BCM4400 10/100Mbit.
 
 %prep
-%setup -q -n linux
+%setup -q -c
 tar zxf %{name}-%{version}.tar.gz
 
 %build
 cd %{name}-%{version}/src
 
 %if %{with kernel}
+install %{SOURCE1} Makefile
 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
-   install %{SOURCE1} Makefile
+   install -d o/include/linux
+   ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+   %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
 
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
%{__make} -C %{_kernelsrcdir} modules \
CC="%{__cc}" CPP="%{__cpp}" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
 %ifarch ppc
EXTRA_CFLAGS="-msoft-float" \
 %endif
@@ -122,8 +114,11 @@
 
mv bcm4400{,-$cfg}.ko
 done
+
 %endif
 
+mv ../RELEASE.TXT ../../
+
 %install
 rm -rf $RPM_BUILD_ROOT
 cd %{name}-%{version}/src
@@ -183,6 +178,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.20  2006/05/03 22:19:17  areq
+- 3.0.14
+
 Revision 1.19  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bcm4400.spec?r1=1.19&r2=1.20&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 (LINUX_2_6): linux-2.6-vs2.1.patch - up to 2.1.1-rc19 (fix...

2006-05-03 Thread baggins
Author: baggins  Date: Wed May  3 22:25:19 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- up to 2.1.1-rc19 (fixes gdb DoS)

 Files affected:
SOURCES:
   linux-2.6-vs2.1.patch (1.1.2.19 -> 1.1.2.20) 

 Diffs:


Index: SOURCES/linux-2.6-vs2.1.patch
diff -u SOURCES/linux-2.6-vs2.1.patch:1.1.2.19 
SOURCES/linux-2.6-vs2.1.patch:1.1.2.20
--- SOURCES/linux-2.6-vs2.1.patch:1.1.2.19  Fri Apr 28 13:21:03 2006
+++ SOURCES/linux-2.6-vs2.1.patch   Thu May  4 00:25:13 2006
@@ -1,6 +1,6 @@
-diff -NurpP --minimal linux-2.6.16.11/Documentation/vserver/debug.txt 
linux-2.6.16.11-vs2.1.1-rc18/Documentation/vserver/debug.txt
 linux-2.6.16.11/Documentation/vserver/debug.txt1970-01-01 01:00:00 
+0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/Documentation/vserver/debug.txt   
2006-04-26 19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/Documentation/vserver/debug.txt 
linux-2.6.16.13-vs2.1.1-rc19/Documentation/vserver/debug.txt
+--- linux-2.6.16.13/Documentation/vserver/debug.txt1970-01-01 01:00:00 
+0100
 linux-2.6.16.13-vs2.1.1-rc19/Documentation/vserver/debug.txt   
2006-04-26 19:06:59 +0200
 @@ -0,0 +1,108 @@
 +
 +debug_cvirt:
@@ -110,9 +110,9 @@
 + m 2^m"vx_acc_page[%5d,%s,%2d]: %5d%s"
 +  "vx_acc_pages[%5d,%s,%2d]: %5d += %5d"
 +  "vx_pages_avail[%5d,%s,%2d]: %5ld > %5d + %5d"
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/Kconfig 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/Kconfig
 linux-2.6.16.11/arch/alpha/Kconfig 2006-02-18 14:39:40 +0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/Kconfig2006-04-26 19:06:59 
+0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/Kconfig 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/Kconfig
+--- linux-2.6.16.13/arch/alpha/Kconfig 2006-02-18 14:39:40 +0100
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/Kconfig2006-04-26 19:06:59 
+0200
 @@ -619,6 +619,8 @@ source "arch/alpha/oprofile/Kconfig"
  
  source "arch/alpha/Kconfig.debug"
@@ -122,9 +122,9 @@
  source "security/Kconfig"
  
  source "crypto/Kconfig"
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/asm-offsets.c 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/asm-offsets.c
 linux-2.6.16.11/arch/alpha/kernel/asm-offsets.c2006-02-15 13:54:10 
+0100
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/asm-offsets.c   
2006-04-26 19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/asm-offsets.c 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/asm-offsets.c
+--- linux-2.6.16.13/arch/alpha/kernel/asm-offsets.c2006-02-15 13:54:10 
+0100
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/asm-offsets.c   
2006-04-26 19:06:59 +0200
 @@ -36,6 +36,7 @@ void foo(void)
DEFINE(PT_PTRACED, PT_PTRACED);
DEFINE(CLONE_VM, CLONE_VM);
@@ -133,9 +133,9 @@
DEFINE(SIGCHLD, SIGCHLD);
BLANK();
  
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/entry.S 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/entry.S
 linux-2.6.16.11/arch/alpha/kernel/entry.S  2006-04-09 13:49:39 +0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/entry.S 2006-04-26 
19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/entry.S 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/entry.S
+--- linux-2.6.16.13/arch/alpha/kernel/entry.S  2006-04-09 13:49:39 +0200
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/entry.S 2006-04-26 
19:06:59 +0200
 @@ -645,7 +645,7 @@ kernel_thread:
stq $2, 152($sp)/* HAE */
  
@@ -177,9 +177,9 @@
ret
  .end sys_getxpid
  
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/ptrace.c 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/ptrace.c
 linux-2.6.16.11/arch/alpha/kernel/ptrace.c 2006-04-09 13:49:39 +0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/ptrace.c2006-04-28 
05:07:10 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/ptrace.c 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/ptrace.c
+--- linux-2.6.16.13/arch/alpha/kernel/ptrace.c 2006-04-09 13:49:39 +0200
 linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/ptrace.c2006-04-28 
05:07:10 +0200
 @@ -283,6 +283,11 @@ do_sys_ptrace(long request, long pid, lo
goto out_notsk;
}
@@ -192,9 +192,9 @@
if (request == PTRACE_ATTACH) {
ret = ptrace_attach(child);
goto out;
-diff -NurpP --minimal linux-2.6.16.11/arch/alpha/kernel/systbls.S 
linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/systbls.S
 linux-2.6.16.11/arch/alpha/kernel/systbls.S2005-08-29 22:24:49 
+0200
-+++ linux-2.6.16.11-vs2.1.1-rc18/arch/alpha/kernel/systbls.S   2006-04-26 
19:06:59 +0200
+diff -NurpP --minimal linux-2.6.16.13/arch/alpha/kernel/systbls.S 
linux-2.6.16.13-vs2.1.1-rc19/arch/alpha/kernel/systbls.S
+--- linux-2.6.16.13/arch/alpha/kernel/systbls.S2005-08-29 22:24:49 
+0200
 linux-2.

SPECS: fedora-console.spec - added BRs; some build fixes, builds now

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 22:29:25 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added BRs; some build fixes, builds now

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

 Diffs:


Index: SPECS/fedora-console.spec
diff -u SPECS/fedora-console.spec:1.2 SPECS/fedora-console.spec:1.3
--- SPECS/fedora-console.spec:1.2   Wed May  3 18:07:41 2006
+++ SPECS/fedora-console.spec   Thu May  4 00:29:20 2006
@@ -7,11 +7,12 @@
 Group: Applications
 Source0:   
http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5: cc2ccdf7a0f0a1ce78326251105a12f9
+Source1:   
ftp://ftp.mozilla.org/pub/mozilla.org/security/jss/releases/JSS_3_3_RTM/jss33.jar
+# Source1-md5: efcae3a220aba17bf98cdcb6c36fc55e
 URL:   http://directory.fedora.redhat.com/wiki/Client_software
+BuildRequires: jakarta-ant >= 1.6
 #BuildRequires:jss >= 3.6
-#BuildRequires:ldapjdk >= 4.17
-#Requires: jss >= 3.6
-#Requires: ldapjdk >= 4.17
+BuildRequires: ldapsdk >= 4.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,23 +21,24 @@
 
 %prep
 %setup -q
+install %{SOURCE1} ./jss3.jar
 
 %build
-ant
+ant -Djss.local.location=.
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
+install ../built/release/jars/fedora-* $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -d $RPM_BUILD_ROOT%{_bindir}
-install console/startconsole $RPM_BUILD_ROOT/%{_bindir}
+install startconsole $RPM_BUILD_ROOT/%{_bindir}
 
 cd $RPM_BUILD_ROOT%{_datadir}/%{name}
-ln -s fedora-base-%{version}.jar fedora-base.jar
-ln -s fedora-mcc-%{version}.jar fedora-mcc.jar
-ln -s fedora-mcc-%{version}_en.jar fedora-mcc_en.jar
-ln -s fedora-nmclf-%{version}.jar fedora-nmclf.jar
-ln -s fedora-nmclf-%{version}_en.jar fedora-nmclf_en.jar
+ln -s fedora-base-1.0.jar fedora-base-%{version}.jar
+ln -s fedora-mcc-1.0.jar fedora-mcc-%{version}.jar
+ln -s fedora-mcc-1.0_en.jar fedora-mcc-%{version}_en.jar
+ln -s fedora-nmclf-1.0.jar fedora-nmclf-%{version}.jar
+ln -s fedora-nmclf-1.0_en.jar fedora-nmclf-%{version}_en.jar
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,11 +50,11 @@
 %{_datadir}/%{name}/fedora-mcc-%{version}_en.jar
 %{_datadir}/%{name}/fedora-nmclf-%{version}.jar
 %{_datadir}/%{name}/fedora-nmclf-%{version}_en.jar
-%{_datadir}/%{name}/fedora-base.jar
-%{_datadir}/%{name}/fedora-mcc.jar
-%{_datadir}/%{name}/fedora-mcc_en.jar
-%{_datadir}/%{name}/fedora-nmclf.jar
-%{_datadir}/%{name}/fedora-nmclf_en.jar
+%{_datadir}/%{name}/fedora-base-1.0.jar
+%{_datadir}/%{name}/fedora-mcc-1.0.jar
+%{_datadir}/%{name}/fedora-mcc-1.0_en.jar
+%{_datadir}/%{name}/fedora-nmclf-1.0.jar
+%{_datadir}/%{name}/fedora-nmclf-1.0_en.jar
 %attr(755,root,root) %{_bindir}/startconsole
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -61,6 +63,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/03 22:29:20  shadzik
+- added BRs; some build fixes, builds now
+
 Revision 1.2  2006/05/03 16:07:41  glen
 - junk cleanup
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-console.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


DISTFILES: fedora-console-1.0.2.tar.gz jss33.jar

2006-05-03 Thread shadzik

Files fetched: 1

ALREADY GOT: 
http://directory.fedora.redhat.com/sources/fedora-console-1.0.2.tar.gz
cc2ccdf7a0f0a1ce78326251105a12f9  fedora-console-1.0.2.tar.gz
STORED: 
ftp://ftp.mozilla.org/pub/mozilla.org/security/jss/releases/JSS_3_3_RTM/jss33.jar
efcae3a220aba17bf98cdcb6c36fc55e  jss33.jar
Size: 584657 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: rt2500.spec - new way of modules build procedure

2006-05-03 Thread areq
Author: areq Date: Wed May  3 22:33:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new way of modules build procedure

 Files affected:
SPECS:
   rt2500.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/rt2500.spec
diff -u SPECS/rt2500.spec:1.17 SPECS/rt2500.spec:1.18
--- SPECS/rt2500.spec:1.17  Wed Apr 12 14:15:40 2006
+++ SPECS/rt2500.spec   Thu May  4 00:33:11 2006
@@ -106,39 +106,28 @@
 %if %{with kernel}
 # kernel module(s)
 cd Module
+
 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} O=$PWD scripts
+   install -d o/include/linux
+   ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+   ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+   %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
-   M=$PWD O=$PWD \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
%{__make} -C %{_kernelsrcdir} modules \
-%if "%{_target_base_arch}" != "%{_arch}"
-   ARCH=%{_target_base_arch} \
-   CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
-%endif
-   HOSTCC="%{__cc}" \
-   M=$PWD O=$PWD \
+   CC="%{__cc}" CPP="%{__cpp}" \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
mv rt2500{,-$cfg}.ko
 done
-cd -
+
 %endif
 
 %install
@@ -200,6 +189,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2006/05/03 22:33:11  areq
+- new way of modules build procedure
+
 Revision 1.17  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rt2500.spec?r1=1.17&r2=1.18&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: fedora-console.spec - one more BR

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 22:44:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- one more BR

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

 Diffs:


Index: SPECS/fedora-console.spec
diff -u SPECS/fedora-console.spec:1.3 SPECS/fedora-console.spec:1.4
--- SPECS/fedora-console.spec:1.3   Thu May  4 00:29:20 2006
+++ SPECS/fedora-console.spec   Thu May  4 00:44:02 2006
@@ -11,6 +11,7 @@
 # Source1-md5: efcae3a220aba17bf98cdcb6c36fc55e
 URL:   http://directory.fedora.redhat.com/wiki/Client_software
 BuildRequires: jakarta-ant >= 1.6
+BuildRequires: jdk
 #BuildRequires:jss >= 3.6
 BuildRequires: ldapsdk >= 4.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,6 +64,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/05/03 22:44:02  shadzik
+- one more BR
+
 Revision 1.3  2006/05/03 22:29:20  shadzik
 - added BRs; some build fixes, builds now
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/fedora-console.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


SOURCES: oidentd-ip_conntrack.diff (NEW) - new

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 23:08:14 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   oidentd-ip_conntrack.diff (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/oidentd-ip_conntrack.diff
diff -u /dev/null SOURCES/oidentd-ip_conntrack.diff:1.1
--- /dev/null   Thu May  4 01:08:14 2006
+++ SOURCES/oidentd-ip_conntrack.diff   Thu May  4 01:08:09 2006
@@ -0,0 +1,15 @@
+--- oidentd-2.0.7/src/kernel/linux.c.orig  2003-02-12 05:06:17.0 
+0100
 oidentd-2.0.7/src/kernel/linux.c   2005-01-07 00:50:35.0 +0100
+@@ -328,6 +328,12 @@
+   &nl1, &nl2, &nl3, &nl4, &nr1, &nr2, &nr3, &nr4, 
&nport_temp, &mport_temp);
+
+   if (ret != 21)
++  ret = sscanf(buf,
++  "%15s %*d %*d ESTABLISHED 
src=%d.%d.%d.%d dst=%d.%d.%d.%d sport=%d dport=%d packets=%*d bytes=%*d 
src=%d.%d.%d.%d dst=%d.%d.%d.%d sport=%d dport=%d",
++  proto, &l1, &l2, &l3, &l4, &r1, &r2, 
&r3, &r4, &masq_lport_temp, &masq_fport_temp,
++  &nl1, &nl2, &nl3, &nl4, &nr1, &nr2, 
&nr3, &nr4, &nport_temp, &mport_temp);
++
++  if (ret != 21)
+   continue;
+
+   masq_lport = (in_port_t) masq_lport_tem

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


SPECS: oidentd.spec - ip_conntrack patch added, by �ukasz 'Sobi-Wa...

2006-05-03 Thread shadzik
Author: shadzik  Date: Wed May  3 23:09:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- ip_conntrack patch added, by Łukasz 'Sobi-Wan' Sobczak

 Files affected:
SPECS:
   oidentd.spec (1.58 -> 1.59) 

 Diffs:


Index: SPECS/oidentd.spec
diff -u SPECS/oidentd.spec:1.58 SPECS/oidentd.spec:1.59
--- SPECS/oidentd.spec:1.58 Mon Mar  6 19:14:36 2006
+++ SPECS/oidentd.spec  Thu May  4 01:09:14 2006
@@ -13,6 +13,7 @@
 Source3:   %{name}.sysconfig
 Source4:   %{name}.conf
 Source5:   %{name}.inetd
+Patch0:%{name}-ip_conntrack.diff
 URL:   http://ojnk.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -148,6 +150,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.59  2006/05/03 23:09:14  shadzik
+- ip_conntrack patch added, by Łukasz 'Sobi-Wan' Sobczak
+
 Revision 1.58  2006/03/06 18:14:36  glen
 - use %service, fix double restart; rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/oidentd.spec?r1=1.58&r2=1.59&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: initng-initscripts-0.6.1-20060504.tar.bz2

2006-05-03 Thread glen

Files fetched: 1

STORED: no-url://initng-initscripts-0.6.1-20060504.tar.bz2
72c49976f17c9df2a44460c1863d28bd  
initng-initscripts-0.6.1-20060504.tar.bz2
Size: 10614 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: initng-pld.spec - 20060504 snap

2006-05-03 Thread glen
Author: glen Date: Wed May  3 23:33:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 20060504 snap

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

 Diffs:


Index: SPECS/initng-pld.spec
diff -u SPECS/initng-pld.spec:1.82 SPECS/initng-pld.spec:1.83
--- SPECS/initng-pld.spec:1.82  Mon Apr 24 00:09:43 2006
+++ SPECS/initng-pld.spec   Thu May  4 01:33:40 2006
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%define_snap 20060424
+%define_snap 20060504
 %define_extraver %{nil}
 Summary:   initng initscripts for PLD Linux
 Summary(pl):   Skrypty inicjalizujące initng dla PLD Linuksa
@@ -9,7 +9,7 @@
 License:   GPL
 Group: Base
 Source0:   initng-initscripts-%{version}%{_extraver}-%{_snap}.tar.bz2
-# Source0-md5: 0f5abd96fd0f99c3f694de5292bc6709
+# Source0-md5: 72c49976f17c9df2a44460c1863d28bd
 URL:   http://svn.pld-linux.org/initng/
 Requires:  agetty
 Requires:  initng >= 0.6.1
@@ -370,6 +370,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.83  2006/05/03 23:33:40  glen
+- 20060504 snap
+
 Revision 1.82  2006/04/23 22:09:43  glen
 - update to 0.6.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/initng-pld.spec?r1=1.82&r2=1.83&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: ldapsdk.spec - fancier (from template.spec)

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:02:24 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fancier (from template.spec)

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

 Diffs:


Index: SPECS/ldapsdk.spec
diff -u SPECS/ldapsdk.spec:1.1 SPECS/ldapsdk.spec:1.2
--- SPECS/ldapsdk.spec:1.1  Wed May  3 23:41:14 2006
+++ SPECS/ldapsdk.spec  Thu May  4 02:02:18 2006
@@ -23,7 +23,8 @@
 
 %prep
 %setup -q -n mozilla
-for dir in `find . -type d -name CVS`; do rm -rf $dir; done
+# remove CVS control files
+find -name CVS -print0 | xargs -0 rm -rf
 
 %build
 cd directory/java-sdk
@@ -60,6 +61,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 00:02:18  glen
+- fancier (from template.spec)
+
 Revision 1.1  2006/05/03 21:41:14  zbyniu
 - new
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/ldapsdk.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: unionfs.spec - new build copied from template-kernel-module...

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:04:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new build copied from template-kernel-module.spec
- 2.6.16.11-1 builds with current snap

 Files affected:
SPECS:
   unionfs.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.17 SPECS/unionfs.spec:1.18
--- SPECS/unionfs.spec:1.17 Wed Apr 12 14:15:40 2006
+++ SPECS/unionfs.spec  Thu May  4 02:04:52 2006
@@ -101,15 +101,26 @@
ln -sf %{_kernelsrcdir}/config-$cfg o/.config
ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+%if %{with dist_kernel}
%{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+%else
+   install -d o/include/config
+   touch o/include/config/MARKER
+   ln -sf %{_kernelsrcdir}/scripts o/scripts
+%endif
 
%{__make} -C %{_kernelsrcdir} clean \
RCS_FIND_IGNORE="-name '*.ko' -o" \
+   SYSSRC=%{_kernelsrcdir} \
+   SYSOUT=$PWD/o \
M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
-   %{__make} -C %{_kernelsrcdir} \
-   M=$PWD O=$PWD/o \
+   %{__make} -C %{_kernelsrcdir} modules \
+   CC="%{__cc}" CPP="%{__cpp}" \
EXTRACFLAGS="-DUNIONFS_NDEBUG -DUNIONFS_XATTR" \
+   SYSSRC=%{_kernelsrcdir} \
+   SYSOUT=$PWD/o \
+   M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
mv unionfs{,-$cfg}.ko
 done
@@ -181,6 +192,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2006/05/04 00:04:52  glen
+- new build copied from template-kernel-module.spec
+- 2.6.16.11-1 builds with current snap
+
 Revision 1.17  2006/04/12 12:15:40  glen
 - add kernel epoch, adapterized
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.17&r2=1.18&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: winetools.spec - fixed 3rdParty/iebatch.txt location

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:11:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed 3rdParty/iebatch.txt location

 Files affected:
SPECS:
   winetools.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/winetools.spec
diff -u SPECS/winetools.spec:1.11 SPECS/winetools.spec:1.12
--- SPECS/winetools.spec:1.11   Tue Dec 20 01:52:41 2005
+++ SPECS/winetools.specThu May  4 02:11:39 2006
@@ -3,11 +3,12 @@
 # - icon and some desktop file
 #
 %define_suffix jo
+%define_rel 1.1
 Summary:   WineTools - a menu driven installer for installing Windows 
programs under Linux
 Summary(pl):   WineTools - oparty na menu instalator do windowsowych programów 
pod Linuksem
 Name:  winetools
 Version:   0.9
-Release:   1.%{_suffix}.1
+Release:   1.%{_suffix}.%{_rel}
 Epoch: 1
 License:   GPL
 Group: Applications/Emulators
@@ -17,6 +18,7 @@
 URL:   http://www.von-thadden.de/Joachim/WineTools/
 BuildRequires: gettext-devel
 BuildRequires: sed >= 4.0
+Requires:  Xdialog
 Requires:  bash
 Requires:  gettext
 Requires:  mktemp
@@ -24,7 +26,6 @@
 Requires:  wget
 Requires:  wine >= 1:0.9
 Requires:  wine-programs >= 1:0.9
-Requires:  Xdialog
 ExclusiveArch: %{ix86}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -84,14 +85,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}/3rdParty}
 
 install wt2 $RPM_BUILD_ROOT%{_bindir}
 install findwine $RPM_BUILD_ROOT%{_winetoolsdir}
 
 cp -a scripts icon doc $RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/*.{cfg,reg} *.reg findwine chopctrl.pl 
$RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/iebatch.txt $RPM_BUILD_ROOT%{_winetoolsdir}
+install *.reg findwine chopctrl.pl $RPM_BUILD_ROOT%{_winetoolsdir}
+install 3rdParty/*.{cfg,reg,txt} $RPM_BUILD_ROOT%{_winetoolsdir}/3rdParty
 install gettext.sh $RPM_BUILD_ROOT%{_winetoolsdir}
 
 cd po
@@ -114,20 +115,18 @@
 %dir %{_winetoolsdir}
 %{_winetoolsdir}/doc
 %{_winetoolsdir}/icon
-
-%{_winetoolsdir}/PowBallDX.cfg
-
-%{_winetoolsdir}/bde.reg
-%{_winetoolsdir}/futurepinball.reg
-%{_winetoolsdir}/ie6.reg
-%{_winetoolsdir}/iebatch.txt
-%{_winetoolsdir}/steaminstall.reg
-%{_winetoolsdir}/typograf.reg
-%{_winetoolsdir}/wt-config.reg
-
 %{_winetoolsdir}/gettext.sh
 %{_winetoolsdir}/findwine
+%{_winetoolsdir}/wt-config.reg
 %attr(755,root,root) %{_winetoolsdir}/chopctrl.pl
+%dir %{_winetoolsdir}/3rdParty
+%{_winetoolsdir}/3rdParty/PowBallDX.cfg
+%{_winetoolsdir}/3rdParty/bde.reg
+%{_winetoolsdir}/3rdParty/futurepinball.reg
+%{_winetoolsdir}/3rdParty/ie6.reg
+%{_winetoolsdir}/3rdParty/iebatch.txt
+%{_winetoolsdir}/3rdParty/steaminstall.reg
+%{_winetoolsdir}/3rdParty/typograf.reg
 
 %dir %{_winetoolsdir}/scripts
 %attr(755,root,root) %{_winetoolsdir}/scripts/*
@@ -138,6 +137,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2006/05/04 00:11:39  glen
+- fixed 3rdParty/iebatch.txt location
+
 Revision 1.11  2005/12/20 00:52:41  charles
 - updated to 0.9jo-III
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/winetools.spec?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: dLAN-linux-package-2.0.tar.gz

2006-05-03 Thread shadzik

Files fetched: 1

STORED: 
http://download.devolo.net/webcms/0599755001130248395/dLAN-linux-package-2.0.tar.gz
419b5e551a7e8eb7e2f609b252287712  dLAN-linux-package-2.0.tar.gz
Size: 391480 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: dlan.spec (NEW) - new - probably needs fixing

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 00:40:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new
- probably needs fixing

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

 Diffs:


Index: SPECS/dlan.spec
diff -u /dev/null SPECS/dlan.spec:1.1
--- /dev/null   Thu May  4 02:40:42 2006
+++ SPECS/dlan.spec Thu May  4 02:40:37 2006
@@ -0,0 +1,173 @@
+# $Revision$, $Date$
+%bcond_without  dist_kernel # without kernel from distribution
+%bcond_without  kernel  # don't build kernel modules
+%bcond_without  smp # don't build SMP module
+%bcond_without  userspace   # don't build userspace module
+%bcond_with verbose # verbose build (V=1)
+
+Summary:   dLAN drivers
+Summary(de):   dLAN Treiber
+Summary(pl):   Sterowniki dLAN
+Name:  dLAN
+Version:   2.0
+Release:   1
+License:   Devolo AG License
+Group: Applications
+Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
+# Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+URL:   http://www.devolo.de/de_DE/index.html
+BuildRequires: %{kgcc_package}
+%{?with_dist_kernel:BuildRequires:  kernel-module-build}
+BuildRequires: libpcap-devel
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MicroLink dLAN drivers for Linux 2.4/2.6.
+
+%description -l de
+MicroLink dLAN Treiber für Linux 2.4/2.6.
+
+%description -l pl
+Sterowniki MicroLink dLAN dla linuksa 2.4/2.6.
+
+%package -n kernel-char-dLAN
+Summary:   Linux kernel driver for MicroLink dLAN
+Summary(de):   Linux Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-char-dLAN
+Linux kernel drivers for MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l de
+Linux Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l pl
+Sterowniki jądra Linuksa dla dLAN MicroLinka.
+
+%package -n kernel-smp-char-dLAN
+Summary:   Linux SMP kernel driver for MicroLink dLAN
+Summary(de):   Linux SMP Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra SMP Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-smp-char-dLAN
+Linux SMP kernel drivers for MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l de
+Linux SMP Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l pl
+Sterowniki jądra SMP Linuksa dla dLAN MicroLinka.
+
+%prep
+%setup -q -n %{name}-linux-package-%{version}
+
+%build
+%configure
+%if %{with userspace}
+%{__make} cfgtool
+%endif
+
+%if %{with 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
+ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
+touch include/config/MARKER
+
+%{__make} usbdriver \
+CC="%{__cc}" CPP="%{__cpp}" \
+M=$PWD O=$PWD \
+%{?with_verbose:V=1}
+for mod in *.ko; do
+mod=$(echo "$mod" | sed -e 's#\.ko##g')
+mv $mod.ko ../$mod-$cfg.ko
+done
+done
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%if %{with userspace}
+%{__make} install-cfgtool \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
+%if %{with kernel}
+%if %{without dist_kernel}
+for mod in *-nondist.ko; do
+nmod=$(echo "$mod" | sed -e 's#-nondist##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%else
+for mod in *-up.ko; do
+nmod=$(echo "$mod" | sed -e 's#-up##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%if %{with smp}
+for mod in *-smp.ko; do
+nmod=$(echo "$mod" | sed -e 's#-smp##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/$nmod
+done
+%endif
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%postun -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%if %{with userspace}
+%files
+%defattr(644,root,root,755)
+%doc LEAME LEESMIJ LEGGIMI LIESMICH LISEZ-MOI R

DISTFILES: ERRORS: msession-0.tgz

2006-05-03 Thread glen
wget -nv --no-check-certificate -O 
./tmp/f5e031f6-ec95-4fae-9491-7d482d00445e/3a5b6bf9aa3c7d1abac18a5b484c0897/msession-0.tgz
 "http://pecl.php.net/get/msession-0.tgz":
http://pecl.php.net/get/msession-0.tgz:
02:51:11 ERROR 404: Not Found.


FATAL: http://pecl.php.net/get/msession-0.tgz 
(3a5b6bf9aa3c7d1abac18a5b484c0897) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/f5e031f6-ec95-4fae-9491-7d482d00445e/3a5b6bf9aa3c7d1abac18a5b484c0897/msession-0.tgz
 "http://pecl.php.net/get/msession-0.tgz": 
http://pecl.php.net/get/msession-0.tgz:
02:51:11 ERROR 404: Not Found.
)

Files fetched: 0



-- 
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-pecl-msession.spec (NEW) - not yet released, based on p...

2006-05-03 Thread glen
Author: glen Date: Thu May  4 00:51:12 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- not yet released, based on php.spec

 Files affected:
SPECS:
   php-pecl-msession.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/php-pecl-msession.spec
diff -u /dev/null SPECS/php-pecl-msession.spec:1.1
--- /dev/null   Thu May  4 02:51:12 2006
+++ SPECS/php-pecl-msession.specThu May  4 02:51:06 2006
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+%define_modnamemsession
+%define_status stable
+%define_sysconfdir /etc/php
+%defineextensionsdir   %(php-config --extension-dir 
2>/dev/null)
+Summary:   msession extension module for PHP
+Summary(pl):   Moduł msession dla PHP
+Name:  php-pecl-%{_modname}
+Version:   0
+Release:   0
+License:   PHP 2.02
+Group: Development/Languages/PHP
+Source0:   http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5: 3a5b6bf9aa3c7d1abac18a5b484c0897
+URL:   http://pecl.php.net/package/msession/
+BuildRequires: phoenix-devel
+BuildRequires: php-devel >= 3:5.0.0
+BuildRequires: rpmbuild(macros) >= 1.254
+%{?requires_php_extension}
+Requires:  %{_sysconfdir}/conf.d
+Provides:  php-msession = 4:5.1.2-9
+Obsoletes: php-msession
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a dynamic shared object (DSO) for PHP that will allow you to
+use msession. msession is a high speed session daemon which can run
+either locally or remotely. It is designed to provide consistent
+session management for a PHP web farm.
+
+In PECL status of this extension is: %{_status}.
+
+%description -l pl
+Moduł PHP dodający umożliwiający korzystanie z demona msession. Jest
+to demon szybkiej obsługi sesji, który może działać lokalnie lub na
+innej maszynie. Służy do zapewniania spójnej obsługi sesji dla farmy
+serwerów.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{_modname}-%{version}
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
+
+install %{_modname}-%{version}/modules/%{_modname}.so 
$RPM_BUILD_ROOT%{extensionsdir}
+cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
+; Enable %{_modname} extension module
+extension=%{_modname}.so
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
+[ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
+
+%postun
+if [ "$1" = 0 ]; then
+   [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache 
restart
+   [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd 
restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/conf.d/%{_modname}.ini
+%attr(755,root,root) %{extensionsdir}/%{_modname}.so
+
+%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  2006/05/04 00:51:06  glen
+- not yet released, based on php.spec
+

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


SPECS: dlan.spec (REMOVED) - removed, name changed into dLAN.spec

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:02:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed, name changed into dLAN.spec

 Files affected:
SPECS:
   dlan.spec (1.1 -> NONE)  (REMOVED)

 Diffs:

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


SPECS: dLAN.spec (NEW) - new - needs fixing

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:02:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new
- needs fixing

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u /dev/null SPECS/dLAN.spec:1.1
--- /dev/null   Thu May  4 03:02:51 2006
+++ SPECS/dLAN.spec Thu May  4 03:02:46 2006
@@ -0,0 +1,177 @@
+# $Revision$, $Date$
+%bcond_without  dist_kernel # without kernel from distribution
+%bcond_without  kernel  # don't build kernel modules
+%bcond_without  smp # don't build SMP module
+%bcond_without  userspace   # don't build userspace module
+%bcond_with verbose # verbose build (V=1)
+
+Summary:   dLAN drivers
+Summary(de):   dLAN Treiber
+Summary(pl):   Sterowniki dLAN
+Name:  dLAN
+Version:   2.0
+Release:   1
+License:   Devolo AG License
+Group: Applications
+Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
+# Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+URL:   http://www.devolo.de/de_DE/index.html
+BuildRequires: %{kgcc_package}
+%{?with_dist_kernel:BuildRequires:  kernel-module-build}
+BuildRequires: libpcap-devel
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MicroLink dLAN drivers for Linux 2.4/2.6.
+
+%description -l de
+MicroLink dLAN Treiber für Linux 2.4/2.6.
+
+%description -l pl
+Sterowniki MicroLink dLAN dla linuksa 2.4/2.6.
+
+%package -n kernel-char-dLAN
+Summary:   Linux kernel driver for MicroLink dLAN
+Summary(de):   Linux Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-char-dLAN
+Linux kernel drivers for MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l de
+Linux Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-char-dLAN -l pl
+Sterowniki jądra Linuksa dla dLAN MicroLinka.
+
+%package -n kernel-smp-char-dLAN
+Summary:   Linux SMP kernel driver for MicroLink dLAN
+Summary(de):   Linux SMP Kernel Treiber für MicroLink dLAN
+Summary(pl):   Sterownik jądra SMP Linuksa dla dLAN MicroLinka
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-smp-char-dLAN
+Linux SMP kernel drivers for MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l de
+Linux SMP Kernel Treiber für MicroLink dLAN.
+
+%description -n kernel-smp-char-dLAN -l pl
+Sterowniki jądra SMP Linuksa dla dLAN MicroLinka.
+
+%prep
+%setup -q -n %{name}-linux-package-%{version}
+
+%build
+%configure
+%if %{with userspace}
+%{__make} cfgtool
+%endif
+
+%if %{with 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
+ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
+touch include/config/MARKER
+
+%{__make} usbdriver \
+CC="%{__cc}" CPP="%{__cpp}" \
+M=$PWD O=$PWD \
+%{?with_verbose:V=1}
+for mod in *.ko; do
+mod=$(echo "$mod" | sed -e 's#\.ko##g')
+mv $mod.ko ../$mod-$cfg.ko
+done
+done
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%if %{with userspace}
+%{__make} install-cfgtool \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
+%if %{with kernel}
+%if %{without dist_kernel}
+for mod in *-nondist.ko; do
+nmod=$(echo "$mod" | sed -e 's#-nondist##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%else
+for mod in *-up.ko; do
+nmod=$(echo "$mod" | sed -e 's#-up##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/$nmod
+done
+%if %{with smp}
+for mod in *-smp.ko; do
+nmod=$(echo "$mod" | sed -e 's#-smp##g')
+install $mod $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/$nmod
+done
+%endif
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%postun -n kernel-char-dLAN
+%depmod %{_kernel_ver}
+
+%if %{with userspace}
+%files
+%defattr(644,root,root,755)
+%doc LEAME LEESMIJ LEGGIMI LIESMICH LISEZ-MOI README
+%a

DISTFILES: ERRORS: msession.tar.bz2

2006-05-03 Thread glen
FATAL: ./upload/glen/msession.tar.bz2 md5 mismatch, needed 
3a5b6bf9aa3c7d1abac18a5b484c0897, got 6a8533dece82eeb7dc9c94f073d43427

Files fetched: 0



-- 
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-pecl-msession.spec - try with cvs snapshot

2006-05-03 Thread glen
Author: glen Date: Thu May  4 01:07:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- try with cvs snapshot

 Files affected:
SPECS:
   php-pecl-msession.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/php-pecl-msession.spec
diff -u SPECS/php-pecl-msession.spec:1.1 SPECS/php-pecl-msession.spec:1.2
--- SPECS/php-pecl-msession.spec:1.1Thu May  4 02:51:06 2006
+++ SPECS/php-pecl-msession.specThu May  4 03:06:54 2006
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# NOTE:
+# there's no maintainer for the pecl project, so consider this
+# extension dead.
 %define_modnamemsession
 %define_status stable
 %define_sysconfdir /etc/php
@@ -6,11 +9,11 @@
 Summary:   msession extension module for PHP
 Summary(pl):   Moduł msession dla PHP
 Name:  php-pecl-%{_modname}
-Version:   0
-Release:   0
+Version:   1.0
+Release:   0.1
 License:   PHP 2.02
 Group: Development/Languages/PHP
-Source0:   http://pecl.php.net/get/%{_modname}-%{version}.tgz
+Source0:   %{_modname}.tar.bz2
 # Source0-md5: 3a5b6bf9aa3c7d1abac18a5b484c0897
 URL:   http://pecl.php.net/package/msession/
 BuildRequires: phoenix-devel
@@ -39,10 +42,9 @@
 To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
-%setup -q -c
+%setup -q -n %{_modname}
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -51,7 +53,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
 
-install %{_modname}-%{version}/modules/%{_modname}.so 
$RPM_BUILD_ROOT%{extensionsdir}
+install modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
@@ -81,6 +83,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 01:06:54  glen
+- try with cvs snapshot
+
 Revision 1.1  2006/05/04 00:51:06  glen
 - not yet released, based on php.spec
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-msession.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


SOURCES: dLAN-usbkill.patch (NEW) - new, by zbyniu

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:44:43 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new, by zbyniu

 Files affected:
SOURCES:
   dLAN-usbkill.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/dLAN-usbkill.patch
diff -u /dev/null SOURCES/dLAN-usbkill.patch:1.1
--- /dev/null   Thu May  4 03:44:43 2006
+++ SOURCES/dLAN-usbkill.patch  Thu May  4 03:44:38 2006
@@ -0,0 +1,14 @@
+--- dLAN-linux-package-2.0/driver/devolo_usb.c.org 2006-05-04 
03:25:59.245636000 +0200
 dLAN-linux-package-2.0/driver/devolo_usb.c 2006-05-04 03:31:50.131565000 
+0200
+@@ -201,11 +201,6 @@
+   devoloUSB_t * devolo = net->priv;
+   if (!devolo)
+ return;
+-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+-  devolo->tx_urb->transfer_flags |= URB_ASYNC_UNLINK;
+-#else
+-  devolo->tx_urb->transfer_flags |= USB_ASYNC_UNLINK;
+-#endif
+   usb_unlink_urb (devolo->tx_urb);
+ 
+   /*

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


SPECS: dLAN.spec - added patch, should build now

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:45:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added patch, should build now

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u SPECS/dLAN.spec:1.1 SPECS/dLAN.spec:1.2
--- SPECS/dLAN.spec:1.1 Thu May  4 03:02:46 2006
+++ SPECS/dLAN.spec Thu May  4 03:45:02 2006
@@ -15,6 +15,7 @@
 Group: Applications
 Source0:   
http://download.devolo.net/webcms/0599755001130248395/%{name}-linux-package-%{version}.tar.gz
 # Source0-md5: 419b5e551a7e8eb7e2f609b252287712
+Patch0:%{name}-usbkill.patch
 URL:   http://www.devolo.de/de_DE/index.html
 BuildRequires: %{kgcc_package}
 %{?with_dist_kernel:BuildRequires:  kernel-module-build}
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q -n %{name}-linux-package-%{version}
+%patch0 -p1
 
 %build
 %configure
@@ -80,6 +82,7 @@
 
 %if %{with kernel}
 # kernel module(s)
+cd driver
 for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
 if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
 exit 1
@@ -92,7 +95,7 @@
 ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
 touch include/config/MARKER
 
-%{__make} usbdriver \
+   %{__make} -C %{_kernelsrcdir} modules
 CC="%{__cc}" CPP="%{__cpp}" \
 M=$PWD O=$PWD \
 %{?with_verbose:V=1}
@@ -167,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 01:45:02  shadzik
+- added patch, should build now
+
 Revision 1.1  2006/05/04 01:02:46  shadzik
 - new
 - needs fixing


 CVS-web:
http://cvs.pld-linux.org/SPECS/dLAN.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: dLAN.spec - new way of kernel module building

2006-05-03 Thread shadzik
Author: shadzik  Date: Thu May  4 01:57:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new way of kernel module building

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

 Diffs:


Index: SPECS/dLAN.spec
diff -u SPECS/dLAN.spec:1.2 SPECS/dLAN.spec:1.3
--- SPECS/dLAN.spec:1.2 Thu May  4 03:45:02 2006
+++ SPECS/dLAN.spec Thu May  4 03:57:43 2006
@@ -87,25 +87,30 @@
 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} modules
-CC="%{__cc}" CPP="%{__cpp}" \
-M=$PWD O=$PWD \
+install -d o/include/linux
+ln -sf %{_kernelsrcdir}/config-$cfg o/.config
+ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
+ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
o/include/linux/autoconf.h
+%{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+%{__make} -C %{_kernelsrcdir} clean \
+RCS_FIND_IGNORE="-name '*.ko' -o" \
+M=$PWD O=$PWD/o \
 %{?with_verbose:V=1}
-for mod in *.ko; do
-mod=$(echo "$mod" | sed -e 's#\.ko##g')
-mv $mod.ko ../$mod-$cfg.ko
-done
+%{__make} -C %{_kernelsrcdir} modules \
+%if "%{_target_base_arch}" != "%{_arch}"
+ARCH=%{_target_base_arch} \
+CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
+%endif
+HOSTCC="%{__cc}" \
+CPP="%{__cpp}" \
+M=$PWD O=$PWD/o \
+%{?with_verbose:V=1}
+mv devolo_usb{,-$cfg}.ko
 done
 %endif
 
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
@@ -170,6 +175,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/04 01:57:43  shadzik
+- new way of kernel module building
+
 Revision 1.2  2006/05/04 01:45:02  shadzik
 - added patch, should build now
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dLAN.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: php.spec - updated to 5.1.4 (broke POST arrays issue fixed ...

2006-05-03 Thread adamg
Author: adamgDate: Thu May  4 06:22:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 5.1.4 (broke POST arrays issue fixed - see bug37276:
  http://bugs.php.net/bug.php?id=37276)

 Files affected:
SPECS:
   php.spec (1.573 -> 1.574) 

 Diffs:


Index: SPECS/php.spec
diff -u SPECS/php.spec:1.573 SPECS/php.spec:1.574
--- SPECS/php.spec:1.573Tue May  2 16:21:49 2006
+++ SPECS/php.spec  Thu May  4 08:22:42 2006
@@ -75,13 +75,13 @@
 Summary(ru):   PHP ÷ĹŇÓÉÉ 5 - ŃÚŮË ĐŇĹĐŇĎĂĹÓÓÉŇĎ×ÁÎÉŃ HTML-ĆÁĘĚĎ×, ×ŮĐĎĚÎŃĹÍŮĘ 
ÎÁ ÓĹŇ×ĹŇĹ
 Summary(uk):   PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ 
ÓĹŇ×ĹŇŚ
 Name:  php
-Version:   5.1.3
+Version:   5.1.4
 Release:   %{_rel}%{?with_hardening:hardened}
 Epoch: 4
 License:   PHP
 Group: Libraries
 Source0:   http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5: 081699305f7fd4903afda5a1f836e7b1
+# Source0-md5: b55e633bdc80ab30da7c92f760fc4b58
 Source1:   FAQ.%{name}
 Source2:   zend.gif
 Source3:   %{name}-mod_%{name}.conf
@@ -3003,6 +3003,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.574  2006/05/04 06:22:42  adamg
+- updated to 5.1.4 (broke POST arrays issue fixed - see bug37276:
+  http://bugs.php.net/bug.php?id=37276)
+
 Revision 1.573  2006/05/02 14:21:49  glen
 - update to 5.1.3, ext/msession was moved to pecl
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.573&r2=1.574&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: php-5.1.4.tar.bz2 hardening-patch-5.0.4-0.3.0.patch.gz

2006-05-03 Thread adamg

Files fetched: 1

STORED: http://www.php.net/distributions/php-5.1.4.tar.bz2
b55e633bdc80ab30da7c92f760fc4b58  php-5.1.4.tar.bz2
Size: 5992825 bytes
ALREADY GOT: http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
47a742fa9fab2826ad10c13a2376111a  hardening-patch-5.0.4-0.3.0.patch.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: minicom.spec - avoid cron logrotate messages "tput: No valu...

2006-05-03 Thread glen
Author: glen Date: Wed May  3 09:21:54 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- avoid cron logrotate messages "tput: No value for $TERM and no -T specified"
- rel 5

 Files affected:
SPECS:
   minicom.spec (1.70 -> 1.71) 

 Diffs:


Index: SPECS/minicom.spec
diff -u SPECS/minicom.spec:1.70 SPECS/minicom.spec:1.71
--- SPECS/minicom.spec:1.70 Wed Apr 12 23:42:51 2006
+++ SPECS/minicom.spec  Wed May  3 11:21:48 2006
@@ -14,7 +14,7 @@
 Summary(zh_CN):Ňť¸öÎÄąž˝çĂćľÄľ÷ĘÔ˝âľ÷Ć÷żŘÖĆĆ÷şÍÖŐśËÄŁÄâĆ÷ĄŁ
 Name:  minicom
 Version:   2.1
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Applications/Communications
 Source0:   
http://alioth.debian.org/download.php/123/%{name}-%{version}.tar.gz
@@ -137,7 +137,7 @@
 
 cat << 'EOF' > $RPM_BUILD_ROOT/etc/profile.d/minicom.sh
 MINICOM="-L"
-if [ "`/usr/bin/tput colors`" != "-1" ] ; then
+if [ "$TERM" ] && [ "`/usr/bin/tput colors`" != "-1" ] ; then
MINICOM="$MINICOM -c on"
 fi
 export MINICOM
@@ -145,8 +145,10 @@
 
 cat << 'EOF' > $RPM_BUILD_ROOT/etc/profile.d/minicom.csh
 setenv MINICOM "-L"
-if ( "`/usr/bin/tput colors`" != "-1" ) \
-   setenv MINICOM "$MINICOM -c on"
+if ( $?TERM ) then
+   if ( "`/usr/bin/tput colors`" != "-1" ) \
+   setenv MINICOM "$MINICOM -c on"
+endif
 EOF
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -194,6 +196,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.71  2006/05/03 09:21:48  glen
+- avoid cron logrotate messages "tput: No value for $TERM and no -T specified"
+- rel 5
+
 Revision 1.70  2006/04/12 21:42:51  glen
 - avoid expanding profile scripts at compile time, rel 4
 
@@ -249,10 +255,10 @@
 - release 10
 
 Revision 1.54  2003/01/24 14:00:17  xysio
-added minicom-pl_po.patch (fixed polish locale)
+- added minicom-pl_po.patch (fixed polish locale)
 
 Revision 1.53  2002/12/07 23:49:19  ankry
-- fix improper usage of %%{_sysconfdir}
+- fix improper usage of %{_sysconfdir}
 
 Revision 1.52  2002/11/29 09:30:54  undefine
 - updated source url
@@ -266,15 +272,15 @@
 - relese 7: remove ja_JP.SJIS locale.
 
 Revision 1.49  2002/10/09 10:24:40  qboosh
-- BR: gettext-devel; new %%doc
+- BR: gettext-devel; new %doc
 
 Revision 1.48  2002/06/23 20:52:52  kloczek
-perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
+- perl -pi -e "s/^gettextize --copy --force/\%\{__gettextize\}/"
 
 Revision 1.47  2002/05/21 23:14:09  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
  s/^automake -a -c -f/\%\{__automake\}/; \
-s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.46  2002/05/19 22:24:00  ankry
 - moved message file from cs_CZ/ to cs/
@@ -283,7 +289,7 @@
 Revision 1.45  2002/05/17 23:06:30  kloczek
 - bump to relese 4,
 - remove unused man_warn, lrzsz patches,
-- minor cleanups (do not use %%{_sysconfdir} macro in /etc/profile.d path).
+- minor cleanups (do not use %{_sysconfdir} macro in /etc/profile.d path).
 
 Revision 1.44  2002/05/17 20:18:40  qboosh
 - po_DESTDIR patch replaced by gettextize call
@@ -323,7 +329,7 @@
   Group field using gettext).
 
 Revision 1.36  2002/01/18 02:13:50  kloczek
-perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
+- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/"
 
 Revision 1.35  2001/11/19 22:15:19  ankry
 - added ko, pl man pages
@@ -361,7 +367,7 @@
 - rebuild with ncurses 5.1
 
 Revision 1.26  2000/06/09 07:23:25  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.25  2000/05/30 07:35:19  kloczek
 - updated to 1.83.1,
@@ -409,7 +415,7 @@
 - gzipping docs where needed
 
 Revision 1.14  1999/07/12 23:06:10  kloczek
-- added using CVS keywords in %%changelog (for automating them).
+- added using CVS keywords in %changelog (for automating them).
 
 * Tue Jun 29 1999 Michal Margula <[EMAIL PROTECTED]>
   [1.82.1-3]


 CVS-web:
http://cvs.pld-linux.org/SPECS/minicom.spec?r1=1.70&r2=1.71&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: net-tools-gcc34.patch - include explicit safe_strncpy pro...

2006-05-03 Thread pluto
Author: plutoDate: Wed May  3 10:10:55 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- include explicit safe_strncpy prototype.

 Files affected:
SOURCES:
   net-tools-gcc34.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/net-tools-gcc34.patch
diff -u SOURCES/net-tools-gcc34.patch:1.1 SOURCES/net-tools-gcc34.patch:1.2
--- SOURCES/net-tools-gcc34.patch:1.1   Mon Mar  8 11:56:28 2004
+++ SOURCES/net-tools-gcc34.patch   Wed May  3 12:10:49 2006
@@ -42,3 +42,13 @@
  }
  }
  
+--- net-tools-1.60/lib/inet6_sr.c.orig 2006-05-03 11:58:01.0 +0200
 net-tools-1.60/lib/inet6_sr.c  2006-05-03 12:00:49.0 +0200
+@@ -33,6 +33,7 @@
+ #include "pathnames.h"
+ #include "intl.h"
+ #include "net-features.h"
++#include "util.h"
+ 
+ 
+ 


 CVS-web:
http://cvs.pld-linux.org/SOURCES/net-tools-gcc34.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


  1   2   >