SPECS: traffic.spec - fix Release

2006-11-18 Thread darekr
Author: darekr   Date: Sat Nov 18 11:14:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix Release

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

 Diffs:


Index: SPECS/traffic.spec
diff -u SPECS/traffic.spec:1.2 SPECS/traffic.spec:1.3
--- SPECS/traffic.spec:1.2  Fri Jan 27 15:16:31 2006
+++ SPECS/traffic.spec  Sat Nov 18 12:14:02 2006
@@ -3,10 +3,11 @@
 Summary(pl):   Analizator ruchu
 Name:  traffic
 Version:   0.1
-Release:   1.rc4
+%define_rc rc4
+Release:   0.%{_rc}.1
 License:   Free
 Group: Networking/Utilities
-Source0:   
http://darkzone.ma.cx/resources/unix/traffic/%{name}-%{version}rc4.tar.gz
+Source0:   
http://darkzone.ma.cx/resources/unix/traffic/%{name}-%{version}%{_rc}.tar.gz
 # Source0-md5: f8f1473639e24e8c9ff74eb457014b31
 URL:   http://darkzone.ma.cx/resources/unix/traffic/
 Patch0:%{name}-ncurses.patch
@@ -23,7 +24,7 @@
 Analizator ruchu oparty na libpcap i ncurses.
 
 %prep
-%setup -q -n %{name}-%{version}rc4
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
 
 %build
@@ -56,6 +57,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/18 11:14:02  darekr
+- fix Release
+
 Revision 1.2  2006/01/27 14:16:31  gotar
 - upgraded to 0.1rc4
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/traffic.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: tripwire.spec - comsetics

2006-11-18 Thread darekr
Author: darekr   Date: Sat Nov 18 11:20:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- comsetics

 Files affected:
SPECS:
   tripwire.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/tripwire.spec
diff -u SPECS/tripwire.spec:1.20 SPECS/tripwire.spec:1.21
--- SPECS/tripwire.spec:1.20Fri Oct 29 15:47:42 2004
+++ SPECS/tripwire.spec Sat Nov 18 12:20:17 2006
@@ -47,8 +47,7 @@
 %patch0 -p0
 
 %build
-cd src
-%{__make} release \
+%{__make} -C src release \
GMAKE=make \
CXX="%{__cxx}" \
 
@@ -57,8 +56,7 @@
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/{man1,man5,man8}}
 install -d $RPM_BUILD_ROOT{%{_var}/spool/%{name},%{_cron}}
 
-cd src
-%{__make} install \
+%{__make} -C src install \
DESTDIR=$RPM_BUILD_ROOT
 
 #install lib/tw.config $RPM_BUILD_ROOT%{_sysconfdir}
@@ -82,6 +80,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2006/11/18 11:20:17  darekr
+- comsetics
+
 Revision 1.20  2004/10/29 13:47:42  paladine
 - spelling fixes
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/tripwire.spec?r1=1.20&r2=1.21&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: conky.spec - up to 1.4.4 - License is distributable - COPYI...

2006-11-18 Thread lisu
Author: lisu Date: Sat Nov 18 11:47:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.4.4
- License is distributable
- COPYING file added (it's needed)

 Files affected:
SPECS:
   conky.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/conky.spec
diff -u SPECS/conky.spec:1.8 SPECS/conky.spec:1.9
--- SPECS/conky.spec:1.8Fri May 19 09:30:55 2006
+++ SPECS/conky.specSat Nov 18 12:47:01 2006
@@ -2,12 +2,12 @@
 Summary:   A light-weight system monitor
 Summary(pl):   Monitor systemu dla środowiska graficznego
 Name:  conky
-Version:   1.4.2
+Version:   1.4.4
 Release:   1
-License:   GPL
+License:   Distributable (see COPYING doc)
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/conky/%{name}-%{version}.tar.bz2
-# Source0-md5: 050a53bdb359a96421ef3ddf761f143c
+# Source0-md5: c856556d4372226f99cf7e9a888e9118
 URL:   http://conky.sourceforge.net/
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
@@ -46,7 +46,8 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO doc/conkyrc.sample
+#COPYING must be added (see COPYING file)
+%doc AUTHORS ChangeLog COPYING README TODO doc/conkyrc.sample
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
 
@@ -56,6 +57,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.9  2006/11/18 11:47:01  lisu
+- up to 1.4.4
+- License is distributable
+- COPYING file added (it's needed)
+
 Revision 1.8  2006/05/19 07:30:55  darekr
 - updated to 1.4.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/conky.spec?r1=1.8&r2=1.9&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: conky-1.4.4.tar.bz2

2006-11-18 Thread lisu

Files fetched: 1

STORED: http://dl.sourceforge.net/conky/conky-1.4.4.tar.bz2
c856556d4372226f99cf7e9a888e9118  conky-1.4.4.tar.bz2
Size: 386353 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: phpannodex-cgi.spec (NEW) - new

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 12:06:38 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

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

 Diffs:


Index: SPECS/phpannodex-cgi.spec
diff -u /dev/null SPECS/phpannodex-cgi.spec:1.1
--- /dev/null   Sat Nov 18 13:06:38 2006
+++ SPECS/phpannodex-cgi.spec   Sat Nov 18 13:06:33 2006
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:   Support for Annodex.net media as CGI handler
+Summary(pl):   Obsługa mediów Annodex.net jako skrypt obsługujący CGI
+Name:  phpannodex-cgi
+Version:   0.4
+Release:   1
+License:   BSD
+Group: Applications/Networking
+Source0:   
http://www.annodex.net/software/phpannodex/download/%{name}-%{version}.tar.gz
+# Source0-md5: cfd4844e32331e02a0b9522e66d45134
+URL:   http://www.annodex.net/software/phpannodex/index.html
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
+Requires:  php-annodex >= 0.4
+Requires:  php-cgi >= 3:5.0.0
+Requires:  webapps
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_webapps/etc/webapps
+%define_webapp %{name}
+%define_sysconfdir %{_webapps}/%{_webapp}
+%define_appdir %{_datadir}/%{name}
+
+%description
+phpannodex-cgi is a CGI handler for type application/x-annodex. It
+provides the following features:
+ - dynamic generation of Annodex media from CMML files.
+ - handling of timed query offsets, such as
+http://media.example.com/fish.anx?t=npt:01:20.8
+   or
+http://media.example.com/fish.anx?id=Preparation
+ - dynamic retrieval of CMML summaries, if the Accept: header prefers
+   type text/x-cmml over application/x-annodex.
+
+
+%description -l pl
+phpannodex-cgi to skrypt CGI obsługujący typ application/x-annodex. Ma
+następujące możliwości:
+ - dynamiczne generowanie mediów Annodex z plików CMML
+ - obsługę czasowych offsetów zapytań, takich jak
+http://media.example.com/fish.anx?t=npt:01:20.8
+   albo
+http://media.example.com/fish.anx?id=Preparation
+ - dynamiczne odtwarzanie podsumowań CMML, jeśli nagłówek Accept:
+   preferuje typ text/x-cmml ponad application/x-annodex
+
+%prep
+%setup -q
+
+sed -i -e 's,/usr/bin/env php,/usr/bin/php.cgi,' phpannodex.cgi
+
+cat >> phpannodex-cgi.conf <
+   Allow from all
+
+EOF
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
+
+install phpannodex-cgi.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install phpannodex-cgi.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install phpannodex.cgi $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%triggerin -- apache1 < 1.3.37-3, apache1-base
+%webapp_register apache %{_webapp}
+
+%triggerun -- apache1 < 1.3.37-3, apache1-base
+%webapp_unregister apache %{_webapp}
+
+%triggerin -- apache < 2.2.0, apache-base
+%webapp_register httpd %{_webapp}
+
+%triggerun -- apache < 2.2.0, apache-base
+%webapp_unregister httpd %{_webapp}
+
+%files
+%defattr(644,root,root,755)
+%doc LICENCE README
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
+%dir %{_appdir}
+%attr(755,root,root) %{_appdir}/phpannodex.cgi
+
+%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/11/18 12:06:33  qboosh
+- new

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


DISTFILES: phpannodex-cgi-0.4.tar.gz

2006-11-18 Thread qboosh

Files fetched: 1

STORED: 
http://www.annodex.net/software/phpannodex/download/phpannodex-cgi-0.4.tar.gz
cfd4844e32331e02a0b9522e66d45134  phpannodex-cgi-0.4.tar.gz
Size: 4747 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: zenity-2.16.2.tar.bz2

2006-11-18 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/zenity/2.16/zenity-2.16.2.tar.bz2
7b99b47e32472f0ba9570a362f2fa52c  zenity-2.16.2.tar.bz2
Size: 1492458 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: zenity.spec - 2.16.2

2006-11-18 Thread megabajt
Author: megabajt Date: Sat Nov 18 12:19:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.16.2

 Files affected:
SPECS:
   zenity.spec (1.39 -> 1.40) 

 Diffs:


Index: SPECS/zenity.spec
diff -u SPECS/zenity.spec:1.39 SPECS/zenity.spec:1.40
--- SPECS/zenity.spec:1.39  Fri Oct  6 00:19:13 2006
+++ SPECS/zenity.spec   Sat Nov 18 13:19:47 2006
@@ -2,21 +2,21 @@
 Summary:   The GNOME port of dialog
 Summary(pl):   Port dialog dla GNOME
 Name:  zenity
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/zenity/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: fd8748d1456a8dd74f9f1513b9aaea7d
+# Source0-md5: 7b99b47e32472f0ba9570a362f2fa52c
 URL:   http://freshmeat.net/projects/zenity/
-BuildRequires: GConf2-devel >= 2.14.0
+BuildRequires: GConf2-devel >= 2.16.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 1:2.12.4
 BuildRequires: gnome-common >= 2.12.0
 BuildRequires: gnome-doc-utils >= 0.8.0
-BuildRequires: intltool >= 0.35
+BuildRequires: intltool >= 0.35.0
 BuildRequires: libglade2-devel >= 1:2.6.0
 BuildRequires: libgnomecanvas-devel >= 2.14.0
 BuildRequires: perl-base
@@ -82,6 +82,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.40  2006/11/18 12:19:47  megabajt
+- 2.16.2
+
 Revision 1.39  2006/10/05 22:19:13  grzegol
 - package ug lang files (languages added in glibc-2.5)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/zenity.spec?r1=1.39&r2=1.40&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: eog.spec - 2.16.2

2006-11-18 Thread megabajt
Author: megabajt Date: Sat Nov 18 12:41:26 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.16.2

 Files affected:
SPECS:
   eog.spec (1.94 -> 1.95) 

 Diffs:


Index: SPECS/eog.spec
diff -u SPECS/eog.spec:1.94 SPECS/eog.spec:1.95
--- SPECS/eog.spec:1.94 Tue Nov  7 23:23:36 2006
+++ SPECS/eog.spec  Sat Nov 18 13:41:21 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Oko GNOME - przeglądarka obrazków
 Summary(pt_BR):Visualizador de imagem Eye of GNOME
 Name:  eog
-Version:   2.16.1.1
+Version:   2.16.2
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/eog/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 336e411374580edf848576dad901a6e3
+# Source0-md5: e2457242d14a2bee9eee7c907ef27e8c
 Patch0:%{name}-libtool.patch
 Patch1:%{name}-desktop.patch
 URL:   http://www.gnome.org/
@@ -18,14 +18,14 @@
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.12.0
 BuildRequires: gnome-desktop-devel >= 2.16.1
-BuildRequires: gnome-vfs2-devel >= 2.16.1
+BuildRequires: gnome-vfs2-devel >= 2.16.2
 BuildRequires: intltool >= 0.35
 BuildRequires: lcms-devel
 BuildRequires: libart_lgpl-devel >= 2.3.17
 BuildRequires: libexif-devel >= 1:0.6.13
 BuildRequires: libglade2-devel >= 1:2.6.0
 BuildRequires: libgnomeprintui-devel >= 2.12.1
-BuildRequires: libgnomeui-devel >= 2.16.0
+BuildRequires: libgnomeui-devel >= 2.16.1
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 0.9.0
@@ -34,7 +34,7 @@
 Requires(post,preun):  GConf2
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
-Requires:  libgnomeui >= 2.16.0
+Requires:  libgnomeui >= 2.16.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -105,6 +105,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.95  2006/11/18 12:41:21  megabajt
+- 2.16.2
+
 Revision 1.94  2006/11/07 22:23:36  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eog.spec?r1=1.94&r2=1.95&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: eog-2.16.2.tar.bz2

2006-11-18 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/eog/2.16/eog-2.16.2.tar.bz2
e2457242d14a2bee9eee7c907ef27e8c  eog-2.16.2.tar.bz2
Size: 1052499 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


fortunes-pl: pldhelp - budowanie templat

2006-11-18 Thread undefine
Author: undefine Date: Sat Nov 18 12:43:02 2006 GMT
Module: fortunes-pl   Tag: HEAD
 Log message:
- budowanie templatów

 Files affected:
fortunes-pl:
   pldhelp (1.223 -> 1.224) 

 Diffs:


Index: fortunes-pl/pldhelp
diff -u fortunes-pl/pldhelp:1.223 fortunes-pl/pldhelp:1.224
--- fortunes-pl/pldhelp:1.223   Sun Apr 23 20:54:08 2006
+++ fortunes-pl/pldhelp Sat Nov 18 13:42:57 2006
@@ -1534,4 +1534,8 @@
 18:01 < krystian> shadzik: jak zainstalowalem kernela z grsecurity to
 nie moge sie logowac poprzez SSH na roota ani poprzez su - [IN]
 %
-
+#pldhelp
+13:34:33 < geecon> ps. a co z template-kernel-module , odpalam builder'a i
+  konczy sie bledem ,ze nie moze jej poprostu zbudowac  : / 
[FN]
+13:34:57 < geecon> a chce go do kernel-desktop [FN]
+%


 CVS-web:
http://cvs.pld-linux.org/fortunes-pl/pldhelp?r1=1.223&r2=1.224&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: kernel-desktop.spec - Updated patch for vesafb_tng - adjust...

2006-11-18 Thread lmasko
Author: lmasko   Date: Sat Nov 18 12:55:12 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- Updated patch for vesafb_tng - adjusted the 1.0-rc2-2.6.19-rc2 version, seems 
to work.

 Files affected:
SPECS:
   kernel-desktop.spec (1.75 -> 1.76) 

 Diffs:


Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.75 SPECS/kernel-desktop.spec:1.76
--- SPECS/kernel-desktop.spec:1.75  Sat Nov 18 01:18:28 2006
+++ SPECS/kernel-desktop.spec   Sat Nov 18 13:55:07 2006
@@ -639,7 +639,7 @@
 # hardware
 %patch20 -p1
 #%%patch21 -p1 NEEDS UPDATE
-#%%patch22 -p1 NEEDS UPDATE
+%patch22 -p1
 %patch23 -p1
 
 # console
@@ -1346,6 +1346,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.76  2006/11/18 12:55:07  lmasko
+- Updated patch for vesafb_tng - adjusted the 1.0-rc2-2.6.19-rc2 version, 
seems to work.
+
 Revision 1.75  2006/11/18 00:18:28  sparky
 - better fix
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-desktop.spec?r1=1.75&r2=1.76&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: kernel-desktop-vesafb-tng.patch - Updated patch for vesaf...

2006-11-18 Thread lmasko
Author: lmasko   Date: Sat Nov 18 12:55:12 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- Updated patch for vesafb_tng - adjusted the 1.0-rc2-2.6.19-rc2 version, seems 
to work.

 Files affected:
SOURCES:
   kernel-desktop-vesafb-tng.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/kernel-desktop-vesafb-tng.patch
diff -u SOURCES/kernel-desktop-vesafb-tng.patch:1.1 
SOURCES/kernel-desktop-vesafb-tng.patch:1.2
--- SOURCES/kernel-desktop-vesafb-tng.patch:1.1 Mon Jun 19 13:36:11 2006
+++ SOURCES/kernel-desktop-vesafb-tng.patch Sat Nov 18 13:55:07 2006
@@ -1,5 +1,5 @@
 diff --git a/Documentation/fb/vesafb.txt b/Documentation/fb/vesafb.txt
-index ee277dd..f768129 100644
+index ee277dd..93d6e6e 100644
 --- a/Documentation/fb/vesafb.txt
 +++ b/Documentation/fb/vesafb.txt
 @@ -2,16 +2,18 @@
@@ -12,19 +12,18 @@
 -The idea is simple:  Turn on graphics mode at boot time with the help
 -of the BIOS, and use this as framebuffer device /dev/fb0, like the m68k
 -(and other) ports do.
--
++VESA BIOS Extensions Version 2.0 are required, because we need access to
++a linear frame buffer. VBE 3.0 is required if you want to use modes with a
++higher (than the standard 60 Hz) refresh rate.
+ 
 -This means we decide at boot time whenever we want to run in text or
 -graphics mode.  Switching mode later on (in protected mode) is
 -impossible; BIOS calls work in real mode only.  VESA BIOS Extensions
 -Version 2.0 are required, because we need a linear frame buffer.
-+VESA BIOS Extensions Version 2.0 are required, because we need access to
-+a linear frame buffer. VBE 3.0 is required if you want to use modes with a
-+higher (than the standard 60Hz) refresh rate.
-+
 +The VESA framebuffer driver comes in two flavors - the standard 'vesafb'
 +and 'vesafb-tng'. Vesafb-tng is available only on 32-bit x86 due to the
 +technology it uses (vm86). Vesafb-tng has more features than vesafb
-+(adjusting the refresh rate on VBE3.0-compliant boards, switching the
++(adjusting the refresh rate on VBE 3.0 compliant boards, switching the
 +video mode without rebooting, selecting a mode by providing its
 +modedb name, and more).
  
@@ -36,19 +35,14 @@
  
 -Switching modes is done using the vga=... boot parameter.  Read
 -Documentation/svga.txt for details.
--
--You should compile in both vgacon (for text mode) and vesafb (for
--graphics mode). Which of them takes over the console depends on
--whenever the specified mode is text or graphics.
--
--The graphic modes are NOT in the list which you get if you boot with
--vga=ask and hit return. The mode you wish to use is derived from the
--VESA mode number. Here are those VESA mode numbers:
 +If you are running a 32-bit x86 system and you decide to use vesafb-tng,
 +you can either compile the driver into the kernel or use it as a module.
 +The graphics mode you want to use is in both cases specified using the
 +standard modedb format.
-+
+ 
+-You should compile in both vgacon (for text mode) and vesafb (for
+-graphics mode). Which of them takes over the console depends on
+-whenever the specified mode is text or graphics.
 +If your system doesn't support vm86 calls, things get a little more tricky.
 +Since on such systems you can't do BIOS calls from protected mode in which
 +kernel runs, you have to decide at boot time whenever you want to run in text
@@ -56,7 +50,10 @@
 +is done using the vga=... boot parameter.  Read Documentation/svga.txt for
 +details. Below is a more detailed description of what to do on systems using
 +the standard vesafb driver.
-+
+ 
+-The graphic modes are NOT in the list which you get if you boot with
+-vga=ask and hit return. The mode you wish to use is derived from the
+-VESA mode number. Here are those VESA mode numbers:
 +You should compile in both vgacon (for text mode) and vesafb (for graphics
 +mode). Which of them takes over the console depends on whenever the
 +specified mode is text or graphics.
@@ -90,16 +87,15 @@
 -32k |  0x3100x3130x3160x319   
 -64k |  0x3110x3140x3170x31A   
 -16M |  0x3120x3150x3180x31B   
--
--To enable one of those modes you have to specify "vga=ask" in the
--lilo.conf file and rerun LILO. Then you can type in the desired
--mode at the "vga=ask" prompt. For example if you like to use 
--1024x768x256 colors you have to say "305" at this prompt.
 +256 |  0x3010x3030x3050x307
 +32k |  0x3100x3130x3160x319
 +64k |  0x3110x3140x3170x31A
 +16M |  0x3120x3150x3180x31B
-+
+ 
+-To enable one of those modes you have to specify "vga=ask" in the
+-lilo.conf file and rerun LILO. Then you can type in the desired
+-mode at the "vga=ask" prompt. For example if you like to use 
+-1024x768x256 colors you have to say "305" at this prompt.
 +To enable one of those modes you have to specify "vga=ask" in the lilo.conf
 +file and rerun LILO. Then you can type in

PLD-doc: kernel-desktop.info - 2.6.18.2: nor RT builds on x86 and ...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 12:56:13 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- 2.6.18.2: nor RT builds on x86 and amd64, but not on ppc (up)

 Files affected:
PLD-doc:
   kernel-desktop.info (1.11 -> 1.12) 

 Diffs:


Index: PLD-doc/kernel-desktop.info
diff -u PLD-doc/kernel-desktop.info:1.11 PLD-doc/kernel-desktop.info:1.12
--- PLD-doc/kernel-desktop.info:1.11Sat Nov 18 03:14:15 2006
+++ PLD-doc/kernel-desktop.info Sat Nov 18 13:56:08 2006
@@ -85,15 +85,16 @@
 
 ppc2.6.18.2-/+ -   +   -   -/+ yes no
 ppc2.6.18.2-   -   +   +   +   yes no
-ppc2.6.18.2-   +   -   -   -/+ yes no
+ppc2.6.18.2-/+ -   +   +   -   yes no
+ppc2.6.18.2-   +   -   -   -/+ no  no
 ppc2.6.18.2+   +   -   -   -/+ no  -
 
 x862.6.18.2-/+ -   +   -   -   yes no
 x862.6.18.2-/+ -   +   +   -   yes no
-x862.6.18.2-/+ +   -   -   -   no  
-
+x862.6.18.2-/+ +   -   -   -   yes no
 
-amd64  2.6.18.2-/+ -   +   -   -   yes 
no
-amd64  2.6.18.2-/+ +   -   -   -   no  
-
+amd64  2.6.18.2-/+ -   +   -   -   yes no
+amd64  2.6.18.2-/+ +   -   +   -   yes no
 
 
 


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


fortunes-pl: pldhelp - updated

2006-11-18 Thread undefine
Author: undefine Date: Sat Nov 18 13:06:46 2006 GMT
Module: fortunes-pl   Tag: HEAD
 Log message:
- updated

 Files affected:
fortunes-pl:
   pldhelp (1.224 -> 1.225) 

 Diffs:


Index: fortunes-pl/pldhelp
diff -u fortunes-pl/pldhelp:1.224 fortunes-pl/pldhelp:1.225
--- fortunes-pl/pldhelp:1.224   Sat Nov 18 13:42:57 2006
+++ fortunes-pl/pldhelp Sat Nov 18 14:06:41 2006
@@ -1538,4 +1538,11 @@
 13:34:33 < geecon> ps. a co z template-kernel-module , odpalam builder'a i
   konczy sie bledem ,ze nie moze jej poprostu zbudowac  : / 
[FN]
 13:34:57 < geecon> a chce go do kernel-desktop [FN]
+...
+13:38:34 < vip> geecon: template to tylko szablon
+...
+14:04:29 < geecon> buduje sie komus template-kernel-module.spec ? : / [FN]
+14:04:45 < geecon> ./builder template-kernel-module.spec [FN]
+14:04:46 < geecon> # $Revision$, $Date$ [FN]
+14:04:46 < geecon> Error: package build failed. (no more info) [FN]
 %


 CVS-web:
http://cvs.pld-linux.org/fortunes-pl/pldhelp?r1=1.224&r2=1.225&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: python-pycurl.spec - BR: rpm-pythonprov

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 13:33:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: rpm-pythonprov

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

 Diffs:


Index: SPECS/python-pycurl.spec
diff -u SPECS/python-pycurl.spec:1.36 SPECS/python-pycurl.spec:1.37
--- SPECS/python-pycurl.spec:1.36   Mon Sep 11 23:15:06 2006
+++ SPECS/python-pycurl.specSat Nov 18 14:33:10 2006
@@ -14,6 +14,7 @@
 BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: python-modules
+BuildRequires: rpm-pythonprov
 Requires:  curl-libs >= 7.15.5
 Requires:  python
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -98,6 +99,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.37  2006/11/18 13:33:10  qboosh
+- BR: rpm-pythonprov
+
 Revision 1.36  2006/09/11 21:15:06  qboosh
 - updated to 7.15.5.1
 


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


SPECS: python-pycurl.spec - require python-libs not python interpr...

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 13:34:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- require python-libs not python interpreter

 Files affected:
SPECS:
   python-pycurl.spec (1.37 -> 1.38) 

 Diffs:


Index: SPECS/python-pycurl.spec
diff -u SPECS/python-pycurl.spec:1.37 SPECS/python-pycurl.spec:1.38
--- SPECS/python-pycurl.spec:1.37   Sat Nov 18 14:33:10 2006
+++ SPECS/python-pycurl.specSat Nov 18 14:34:24 2006
@@ -15,8 +15,8 @@
 BuildRequires: python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
+%pyrequires_eq python-libs
 Requires:  curl-libs >= 7.15.5
-Requires:  python
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -99,6 +99,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.38  2006/11/18 13:34:24  qboosh
+- require python-libs not python interpreter
+
 Revision 1.37  2006/11/18 13:33:10  qboosh
 - BR: rpm-pythonprov
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/python-pycurl.spec?r1=1.37&r2=1.38&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: pyannodex-0.7.3.2.tar.gz

2006-11-18 Thread qboosh

Files fetched: 1

STORED: http://benno.id.au/code/pyannodex/pyannodex-0.7.3.2.tar.gz
2dea5d9527de147d6b8a09037798c6ad  pyannodex-0.7.3.2.tar.gz
Size: 25181 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: python-pyannodex.spec (NEW) - new

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 13:55:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

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

 Diffs:


Index: SPECS/python-pyannodex.spec
diff -u /dev/null SPECS/python-pyannodex.spec:1.1
--- /dev/null   Sat Nov 18 14:55:00 2006
+++ SPECS/python-pyannodex.spec Sat Nov 18 14:54:55 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:   Python bindings for Annodex libraries
+Summary(pl):   Wiązania Pythona dla bibliotek Annodex
+Name:  python-pyannodex
+Version:   0.7.3.2
+Release:   1
+License:   GPL v2+
+Group: Libraries/Python
+Source0:   http://benno.id.au/code/pyannodex/pyannodex-%{version}.tar.gz
+# Source0-md5: 2dea5d9527de147d6b8a09037798c6ad
+URL:   http://benno.id.au/code/pyannodex/
+BuildRequires: libannodex-devel
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-modules >= 1:2.5
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-libs
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python bindings for Annodex libraries.
+
+%description -l pl
+Wiązania Pythona dla bibliotek Annodex.
+
+%prep
+%setup -q -n pyannodex-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__python} setup.py install \
+   --root=$RPM_BUILD_ROOT \
+   --optimize=2
+
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+# install as examples (just python reimplementation of C utils from libannodex)
+mv $RPM_BUILD_ROOT%{_bindir}/anx*.py 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%dir %{py_sitedir}/annodex
+%attr(755,root,root) %{py_sitedir}/annodex/_annodex.so
+%{py_sitedir}/annodex/*.py[co]
+%{py_sitedir}/pyannodex-*.egg-info
+%{_examplesdir}/%{name}-%{version}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/18 13:54:55  qboosh
+- new

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


SVN: geninitrd/trunk/geninitrd

2006-11-18 Thread lmasko
Author: lmasko
Date: Sat Nov 18 14:57:02 2006
New Revision: 7982

Modified:
   geninitrd/trunk/geninitrd
Log:
- Suspend2 can have its directory in /proc/suspend2 or /sys/power/suspend2,
  depending on kernel version, initrd must support both.


Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Nov 18 14:57:02 2006
@@ -1139,11 +1139,14 @@
mkdir -p $MNTIMAGE/proc
 cat << 'EOF' >> "$s"
 mount -t proc none /proc
+mount -t sysfs none /sys
 if [ "$(awk ' /resume2=/  { print "yes"; } ' /proc/cmdline)" = "yes" ]; then
 EOF
 cat << EOF >> "$s"
-   echo > /proc/suspend2/do_resume
+   [ -e /proc/suspend2/do_resume ] && echo > 
/proc/suspend2/do_resume
+   [ -e /sys/power/suspend2/do_resume ] && echo > 
/sys/power/suspend2/do_resume
 fi
+umount /sys
 umount /proc
 EOF
 }
___
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-vesafb-tng.patch - removed errno declataci...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 14:14:07 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- removed errno declatacion - it isn't used, and clonflicts with preemptrt

 Files affected:
SOURCES:
   kernel-desktop-vesafb-tng.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/kernel-desktop-vesafb-tng.patch
diff -u SOURCES/kernel-desktop-vesafb-tng.patch:1.2 
SOURCES/kernel-desktop-vesafb-tng.patch:1.3
--- SOURCES/kernel-desktop-vesafb-tng.patch:1.2 Sat Nov 18 13:55:07 2006
+++ SOURCES/kernel-desktop-vesafb-tng.patch Sat Nov 18 15:14:01 2006
@@ -549,7 +549,7 @@
 index 000..ddc3d1c
 --- /dev/null
 +++ b/drivers/video/vesafb-thread.c
-@@ -0,0 +1,724 @@
+@@ -0,0 +1,722 @@
 +/*
 + * Framebuffer driver for VBE 2.0+ compliant graphic boards.
 + * Kernel thread and vm86 routines.
@@ -578,8 +578,6 @@
 +#include 
 +#include 
 +#include "edid.h"
-+
-+static int errno;
 +
 +static DECLARE_COMPLETION(vesafb_th_completion);
 +static DECLARE_MUTEX(vesafb_task_list_sem);


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-desktop-vesafb-tng.patch?r1=1.2&r2=1.3&f=u

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


SPECS: kthinkbat.spec - updated to 0.2.3

2006-11-18 Thread adamg
Author: adamgDate: Sat Nov 18 14:32:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.2.3

 Files affected:
SPECS:
   kthinkbat.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/kthinkbat.spec
diff -u SPECS/kthinkbat.spec:1.6 SPECS/kthinkbat.spec:1.7
--- SPECS/kthinkbat.spec:1.6Sat Sep  9 16:52:42 2006
+++ SPECS/kthinkbat.specSat Nov 18 15:32:30 2006
@@ -2,12 +2,12 @@
 Summary:   A laptop battery monitor for the KDE
 Summary(pl):   Monitor baterii laptopa dla KDE
 Name:  kthinkbat
-Version:   0.2.0
+Version:   0.2.3
 Release:   1
 License:   GPL
 Group: Applications/Networking
 Source0:   
http://lepetitfou.dyndns.org/download/kthinkbat/src/kthinkbat-0.2.x/%{name}-%{version}.tar.bz2
-# Source0-md5: ecb8133b009dea532f6a4ebf40007ab1
+# Source0-md5: edea76c527e7a89da92da14578c2be68
 Patch0:%{name}-assert.patch
 URL:   https://lepetitfou.dyndns.org/wiki/view/Werkstatt/KThinkBat
 BuildRequires: autoconf
@@ -93,6 +93,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.7  2006/11/18 14:32:30  adamg
+- updated to 0.2.3
+
 Revision 1.6  2006/09/09 14:52:42  adamg
 - updated to 0.2.0 (polish translation included)
 


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

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


DISTFILES: kthinkbat-0.2.3.tar.bz2

2006-11-18 Thread adamg

Files fetched: 1

STORED: 
http://lepetitfou.dyndns.org/download/kthinkbat/src/kthinkbat-0.2.x/kthinkbat-0.2.3.tar.bz2
edea76c527e7a89da92da14578c2be68  kthinkbat-0.2.3.tar.bz2
Size: 480058 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): mozilla-firefox.spec - unpackaged files todo

2006-11-18 Thread glen
Author: glen Date: Sat Nov 18 14:48:01 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- unpackaged files todo

 Files affected:
SPECS:
   mozilla-firefox.spec (1.95.2.51 -> 1.95.2.52) 

 Diffs:


Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.95.2.51 
SPECS/mozilla-firefox.spec:1.95.2.52
--- SPECS/mozilla-firefox.spec:1.95.2.51Fri Nov 17 13:35:32 2006
+++ SPECS/mozilla-firefox.spec  Sat Nov 18 15:47:56 2006
@@ -11,6 +11,8 @@
 # - check all remaining configure options... done. test them now!
 # - make it more pld-like (bookmarks, default page etc..)
 # - add dictionaries outside of mozilla
+# - unpackaged files:
+#   
/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
 #
 # Conditional build:
 %bcond_withtests   # enable tests (whatever they check)
@@ -391,6 +393,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.95.2.52  2006/11/18 14:47:56  glen
+- unpackaged files todo
+
 Revision 1.95.2.51  2006/11/17 12:35:32  glen
 - (from mozilla-lightning): don't enable elf-dynstr-gc, it's x86-only (and 
automatically enabled there)
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.95.2.51&r2=1.95.2.52&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: kernel-desktop-preempt-rt.patch - builds on ppc up again, ...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 15:06:43 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- builds on ppc up again, work in progress no smp

 Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.21 -> 1.22) 

 Diffs:


Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.21 
SOURCES/kernel-desktop-preempt-rt.patch:1.22
--- SOURCES/kernel-desktop-preempt-rt.patch:1.21Sat Nov 18 03:45:59 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch Sat Nov 18 16:06:37 2006
@@ -9351,19 +9351,6 @@
  static unsigned int timebase_upper = 0, timebase_lower = 0;
  
  void __devinit smp_chrp_give_timebase(void)
-Index: linux/arch/powerpc/platforms/chrp/time.c
-===
 linux.orig/arch/powerpc/platforms/chrp/time.c
-+++ linux/arch/powerpc/platforms/chrp/time.c
-@@ -27,7 +27,7 @@
- #include 
- #include 
- 
--extern spinlock_t rtc_lock;
-+extern raw_spinlock_t rtc_lock;
- 
- static int nvram_as1 = NVRAM_AS1;
- static int nvram_as0 = NVRAM_AS0;
 Index: linux/arch/powerpc/platforms/iseries/setup.c
 ===
 --- linux.orig/arch/powerpc/platforms/iseries/setup.c
@@ -53318,14 +53305,21 @@
snd_printd(KERN_DEBUG "XRUN: pcmC%dD%d%c\n",
   substream->pcm->card->number,
   substream->pcm->device,
 linux-2.6.18/include/linux/mc146818rtc.h~  2006-09-20 03:42:06.0 
+
-+++ linux-2.6.18/include/linux/mc146818rtc.h   2006-11-07 00:28:19.0 
+
-@@ -17,7 +17,7 @@
- 
- #ifdef __KERNEL__
- #include/* spinlock_t */
--extern spinlock_t rtc_lock;   /* serialize CMOS RAM access */
-+extern spinlock_t rtc_lock __cacheline_aligned_in_smp;/* 
serialize CMOS RAM access */
- #endif
+--- linux-2.6.18/include/asm-powerpc/spinlock.h~   2006-11-14 
23:42:09.0 +
 linux-2.6.18/include/asm-powerpc/spinlock.h2006-11-14 
23:23:28.0 +
+@@ -179,6 +179,7 @@
+  * This returns the old value in the lock + 1,
+  * so we got a read lock if the return value is > 0.
+  */
++#if 0
+ static long __inline__ __read_trylock(__raw_rwlock_t *rw)
+ {
+   long tmp;
+@@ -260,6 +261,7 @@
+ {
+   return __write_trylock(rw) == 0;
+ }
++#endif
  
- /**
+ static void __inline__ __raw_read_unlock(__raw_rwlock_t *rw)
+ {


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-desktop-preempt-rt.patch?r1=1.21&r2=1.22&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 (DEVEL): mozilla-firefox.spec - todo update

2006-11-18 Thread glen
Author: glen Date: Sat Nov 18 15:24:36 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- todo update

 Files affected:
SPECS:
   mozilla-firefox.spec (1.95.2.52 -> 1.95.2.53) 

 Diffs:


Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.95.2.52 
SPECS/mozilla-firefox.spec:1.95.2.53
--- SPECS/mozilla-firefox.spec:1.95.2.52Sat Nov 18 15:47:56 2006
+++ SPECS/mozilla-firefox.spec  Sat Nov 18 16:24:31 2006
@@ -13,6 +13,8 @@
 # - add dictionaries outside of mozilla
 # - unpackaged files:
 #   
/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
+# - more noauto needed:
+# error: mozilla-firefox-2.0-0.23: req mozilla-firefox-bin not found
 #
 # Conditional build:
 %bcond_withtests   # enable tests (whatever they check)
@@ -393,6 +395,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.95.2.53  2006/11/18 15:24:31  glen
+- todo update
+
 Revision 1.95.2.52  2006/11/18 14:47:56  glen
 - unpackaged files todo
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.95.2.52&r2=1.95.2.53&f=u

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


SPECS (DEVEL): mozilla-firefox.spec, mozilla-firefox-bin.spec - ad...

2006-11-18 Thread glen
Author: glen Date: Sat Nov 18 15:34:32 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- add libxpcom_core.so to _noautoreqdep

 Files affected:
SPECS:
   mozilla-firefox.spec (1.95.2.53 -> 1.95.2.54) , mozilla-firefox-bin.spec 
(1.13 -> 1.14) 

 Diffs:


Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.95.2.53 
SPECS/mozilla-firefox.spec:1.95.2.54
--- SPECS/mozilla-firefox.spec:1.95.2.53Sat Nov 18 16:24:31 2006
+++ SPECS/mozilla-firefox.spec  Sat Nov 18 16:34:26 2006
@@ -13,8 +13,6 @@
 # - add dictionaries outside of mozilla
 # - unpackaged files:
 #   
/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
-# - more noauto needed:
-# error: mozilla-firefox-2.0-0.23: req mozilla-firefox-bin not found
 #
 # Conditional build:
 %bcond_withtests   # enable tests (whatever they check)
@@ -24,7 +22,7 @@
 Summary(pl):   Mozilla Firefox - przeglądarka WWW
 Name:  mozilla-firefox
 Version:   2.0
-Release:   0.23
+Release:   0.24
 License:   MPL/LGPL
 Group: X11/Applications/Networking
 Source0:   
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
@@ -72,7 +70,7 @@
 
 %define_firefoxdir %{_libdir}/%{name}
 # mozilla and firefox provide their own versions
-%define_noautoreqdep   libgkgfx.so libgtkembedmoz.so 
libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so
+%define_noautoreqdep   libgkgfx.so libgtkembedmoz.so 
libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so 
libxpcom_core.so
 %define_noautoprovfiles%{_firefoxdir}/components
 
 %definespecflags   -fno-strict-aliasing
@@ -395,6 +393,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.95.2.54  2006/11/18 15:34:26  glen
+- add libxpcom_core.so to _noautoreqdep
+
 Revision 1.95.2.53  2006/11/18 15:24:31  glen
 - todo update
 


Index: SPECS/mozilla-firefox-bin.spec
diff -u SPECS/mozilla-firefox-bin.spec:1.13 SPECS/mozilla-firefox-bin.spec:1.14
--- SPECS/mozilla-firefox-bin.spec:1.13 Tue Nov  7 23:32:43 2006
+++ SPECS/mozilla-firefox-bin.spec  Sat Nov 18 16:34:26 2006
@@ -22,7 +22,7 @@
 
 # mozilla and firefox provide their own versions
 # list of capabilities (SONAME, perl(module), php(module) regexps) which don't 
generate dependencies on package NAMES
-%define_noautoreqdep   libgkgfx.so libgtkembedmoz.so 
libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so 
libfreebl3.so libnspr4.so libplc4.so libplds4.so libfreebl3.so libnss3.so 
libnssckbi.so libsmime3.so libsoftokn3.chk libsoftokn3.so libssl3.so
+%define_noautoreqdep   libgkgfx.so libgtkembedmoz.so 
libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so 
libxpcom_core.so libfreebl3.so libnspr4.so libplc4.so libplds4.so libfreebl3.so 
libnss3.so libnssckbi.so libsmime3.so libsoftokn3.chk libsoftokn3.so libssl3.so
 # list of files (regexps) which don't generate Provides
 %define_noautoprovfiles%{_firefoxdir}/components
 # list of script capabilities (regexps) not to be used in Provides
@@ -89,6 +89,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2006/11/18 15:34:26  glen
+- add libxpcom_core.so to _noautoreqdep
+
 Revision 1.13  2006/11/07 22:32:43  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.95.2.53&r2=1.95.2.54&f=u
http://cvs.pld-linux.org/SPECS/mozilla-firefox-bin.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: php-eaccelerator.spec - up to 0.9.5

2006-11-18 Thread arekm
Author: arekmDate: Sat Nov 18 16:29:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.9.5

 Files affected:
SPECS:
   php-eaccelerator.spec (1.41 -> 1.42) 

 Diffs:


Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.41 SPECS/php-eaccelerator.spec:1.42
--- SPECS/php-eaccelerator.spec:1.41Fri Nov 10 14:38:05 2006
+++ SPECS/php-eaccelerator.spec Sat Nov 18 17:29:39 2006
@@ -6,14 +6,12 @@
 %define_pkgnameeaccelerator
 %define_sysconfdir /etc/php
 %defineextensionsdir   %(php-config --extension-dir 
2>/dev/null)
-%define_rc rc1
-%define_rel1
 #
 Summary:   eAccelerator module for PHP
 Summary(pl):   Moduł eAccelerator dla PHP
 Name:  php-%{_name}
 Version:   0.9.5
-Release:   %{_rel}
+Release:   1
 Epoch: 0
 License:   GPL
 Group: Libraries
@@ -130,6 +128,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.42  2006/11/18 16:29:39  arekm
+- up to 0.9.5
+
 Revision 1.41  2006/11/10 13:38:05  baggins
 - rel 1, works
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.41&r2=1.42&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: mod-cband-0.9.7.5.tgz

2006-11-18 Thread adamg

Files fetched: 1

STORED: http://cband.linux.pl/download/mod-cband-0.9.7.5.tgz
5c5d65dc9abe6cdc6931b6dd33be5018  mod-cband-0.9.7.5.tgz
Size: 70713 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: httping-1.2.2.tgz

2006-11-18 Thread areq

Files fetched: 1

STORED: http://www.vanheusden.com/httping/httping-1.2.2.tgz
cde335c0110fb1b156afdf80ff5ade1d  httping-1.2.2.tgz
Size: 13026 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: QtCurve-KDE3-0.45.2.tar.gz QtCurve-Gtk2-0.45.3.tar.gz QtCurve-Gtk1-0.42.2.tar.gz

2006-11-18 Thread charles

Files fetched: 3

STORED: http://home.freeuk.com/cpdrummond/QtCurve-KDE3-0.45.2.tar.gz
be84b6d28bf88510952f1cf866647162  QtCurve-KDE3-0.45.2.tar.gz
Size: 605988 bytes
STORED: http://home.freeuk.com/cpdrummond/QtCurve-Gtk2-0.45.3.tar.gz
877c3a85c358689bd30af78951710d83  QtCurve-Gtk2-0.45.3.tar.gz
Size: 386881 bytes
STORED: http://home.freeuk.com/cpdrummond/QtCurve-Gtk1-0.42.2.tar.gz
8219f58493ca4e65a8fe61ee76eca522  QtCurve-Gtk1-0.42.2.tar.gz
Size: 370289 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: apache-mod_cband.spec - updated to 0.9.7.5

2006-11-18 Thread adamg
Author: adamgDate: Sat Nov 18 16:35:06 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.7.5

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

 Diffs:


Index: SPECS/apache-mod_cband.spec
diff -u SPECS/apache-mod_cband.spec:1.18 SPECS/apache-mod_cband.spec:1.19
--- SPECS/apache-mod_cband.spec:1.18Wed Sep  6 12:08:03 2006
+++ SPECS/apache-mod_cband.spec Sat Nov 18 17:35:00 2006
@@ -4,12 +4,12 @@
 Summary:   Apache module: bandwidth limits per vhosts
 Summary(pl):   Moduł do Apache: limity pasma dla poszczególnych vhostów
 Name:  apache-mod_%{mod_name}
-Version:   0.9.7.4
-Release:   2
+Version:   0.9.7.5
+Release:   1
 License:   Apache
 Group: Networking/Daemons
 Source0:   http://cband.linux.pl/download/mod-%{mod_name}-%{version}.tgz
-# Source0-md5: ff635d7b55bf7ca648d319247dfb45e3
+# Source0-md5: 5c5d65dc9abe6cdc6931b6dd33be5018
 Source1:   %{name}.conf
 URL:   http://cband.linux.pl/
 BuildRequires: %{apxs}
@@ -73,6 +73,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2006/11/18 16:35:00  adamg
+- updated to 0.9.7.5
+
 Revision 1.18  2006/09/06 10:08:03  glen
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_cband.spec?r1=1.18&r2=1.19&f=u

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


SPECS (AC-branch): php.spec - apply apr-apu.patch

2006-11-18 Thread arekm
Author: arekmDate: Sat Nov 18 16:58:58 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- apply apr-apu.patch

 Files affected:
SPECS:
   php.spec (1.579.2.13 -> 1.579.2.14) 

 Diffs:


Index: SPECS/php.spec
diff -u SPECS/php.spec:1.579.2.13 SPECS/php.spec:1.579.2.14
--- SPECS/php.spec:1.579.2.13   Sun Nov 12 17:46:22 2006
+++ SPECS/php.spec  Sat Nov 18 17:58:52 2006
@@ -96,6 +96,7 @@
 Patch2:%{name}-mail.patch
 Patch3:%{name}-link-libs.patch
 Patch4:%{name}-libpq_fs_h_path.patch
+Patch5:%{name}-apr-apu.patch
 Patch6:%{name}-build_modules.patch
 Patch7:%{name}-sapi-ini-file.patch
 Patch8:%{name}-no-metaccld.patch
@@ -1512,7 +1513,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-
+%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
@@ -2963,6 +2964,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.579.2.14  2006/11/18 16:58:52  arekm
+- apply apr-apu.patch
+
 Revision 1.579.2.13  2006/11/12 16:46:22  glen
 - there's no main package
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.579.2.13&r2=1.579.2.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: php4-eaccelerator.spec up to 0.9.5

2006-11-18 Thread arekm
Author: arekmDate: Sat Nov 18 17:15:49 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
up to 0.9.5

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

 Diffs:


Index: SPECS/php4-eaccelerator.spec
diff -u SPECS/php4-eaccelerator.spec:1.31 SPECS/php4-eaccelerator.spec:1.32
--- SPECS/php4-eaccelerator.spec:1.31   Fri Nov  3 00:09:09 2006
+++ SPECS/php4-eaccelerator.specSat Nov 18 18:15:42 2006
@@ -5,13 +5,13 @@
 Summary:   eAccelerator module for PHP
 Summary(pl):   Moduł eAccelerator dla PHP
 Name:  php4-%{_name}
-Version:   0.9.4
-Release:   3
+Version:   0.9.5
+Release:   1
 License:   GPL
 Vendor:Turck Software
 Group: Libraries
 Source0:   
http://dl.sourceforge.net/eaccelerator/%{_name}-%{version}.tar.bz2
-# Source0-md5: e9143a592b2b8e2e0f9aed2d00df03ce
+# Source0-md5: dad54af67488b83a2af6e30f661f613b
 Source1:   %{name}.ini
 URL:   http://eaccelerator.sourceforge.net/
 BuildRequires: php4-devel >= 3:4.1
@@ -65,8 +65,11 @@
 phpize
 %configure \
--enable-eaccelerator=shared \
-   --with-eaccelerator-userid=http \
-   --with-php-config=%{_bindir}/php-config
+--with-eaccelerator-shared-memory \
+--with-eaccelerator-sessions \
+--with-eaccelerator-content-caching \
+--with-eaccelerator-userid=http \
+--with-php-config=%{_bindir}/php-config
 %{__make}
 
 %install
@@ -75,10 +78,11 @@
 
 install ./modules/eaccelerator.so $RPM_BUILD_ROOT%{extensionsdir}
 install ./encoder.php $RPM_BUILD_ROOT%{_bindir}
-install ./eaccelerator_password.php $RPM_BUILD_ROOT%{_bindir}
-install ./eaccelerator.php $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_name}.ini
 
+install -d $RPM_BUILD_ROOT/home/services/httpd/html/eaccelerator
+cp -a doc/php/* $RPM_BUILD_ROOT/home/services/httpd/html/eaccelerator
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -108,8 +112,7 @@
 
 %files webinterface
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/eaccelerator.php
-%attr(755,root,root) %{_bindir}/eaccelerator_password.php
+/home/services/httpd/html/eaccelerator
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -117,6 +120,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.32  2006/11/18 17:15:42  arekm
+up to 0.9.5
+
 Revision 1.31  2006/11/02 23:09:09  glen
 - BR rpmmacros for fixed %requires_php_extension
 


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

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


SPECS: httping.spec - 1.2.2 one can now set the interface through ...

2006-11-18 Thread areq
Author: areq Date: Sat Nov 18 17:22:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.2.2 one can now set the interface through which the http-pings will be send

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

 Diffs:


Index: SPECS/httping.spec
diff -u SPECS/httping.spec:1.15 SPECS/httping.spec:1.16
--- SPECS/httping.spec:1.15 Sat Sep  2 21:42:34 2006
+++ SPECS/httping.spec  Sat Nov 18 18:21:58 2006
@@ -2,12 +2,12 @@
 Summary:   Ping-like tool for HTTP requests
 Summary(pl):   Narzędzie do "pingowania" poprzez protokół HTTP
 Name:  httping
-Version:   1.2.1
+Version:   1.2.2
 Release:   1
 License:   GPL
 Group: Networking/Utilities
 Source0:   http://www.vanheusden.com/httping/%{name}-%{version}.tgz
-# Source0-md5: 71a5d0d3f53867d0c990a608d7d679bd
+# Source0-md5: cde335c0110fb1b156afdf80ff5ade1d
 Patch0:%{name}-Makefile.patch
 URL:   http://www.vanheusden.com/httping/
 BuildRequires: openssl-devel
@@ -58,6 +58,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2006/11/18 17:21:58  areq
+- 1.2.2 one can now set the interface through which the http-pings will be send
+
 Revision 1.15  2006/09/02 19:42:34  blues
 - 1.2.1 - should work now with mod_security from apache
 


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

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


SPECS: QtCurve.spec - updated to 0.45 (0.42 for Gtk1); - NOTE: Fro...

2006-11-18 Thread charles
Author: charles  Date: Sat Nov 18 17:47:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.45 (0.42 for Gtk1);
- NOTE: From 0.39 onwards the KDE and Gtk styles will be in separate archives.

 Files affected:
SPECS:
   QtCurve.spec (1.39 -> 1.40) 

 Diffs:


Index: SPECS/QtCurve.spec
diff -u SPECS/QtCurve.spec:1.39 SPECS/QtCurve.spec:1.40
--- SPECS/QtCurve.spec:1.39 Wed Jul 19 11:45:26 2006
+++ SPECS/QtCurve.spec  Sat Nov 18 18:47:25 2006
@@ -7,21 +7,30 @@
 %bcond_withgtk # build GTK styles
 %bcond_without gtk2# don't build GTK+2 styles
 #
+%definekde_ver 0.45.2
+%definegtk2_ver0.45.3
+%definegtk1_ver0.42.2
 Summary:   A free and corrected port of Red Hat's GTK+/Qt theme
 Summary(pl):   Darmowa i poprawiona wersja motywu GTK+/Qt zrobionego przez Red 
Hata
 Name:  QtCurve
-Version:   0.38
+Version:   0.45
 Release:   1
 License:   GPL
 Group: Themes
-Source0:   http://www.cpdrummond.freeuk.com/%{name}-%{version}.tar.gz
-# Source0-md5: 1e9145e20e2df5a1f572767d158f66d5
+Source0:   http://home.freeuk.com/cpdrummond/%{name}-KDE3-%{kde_ver}.tar.gz
+# Source0-md5: be84b6d28bf88510952f1cf866647162
+Source1:   
http://home.freeuk.com/cpdrummond/%{name}-Gtk2-%{gtk2_ver}.tar.gz
+# Source1-md5: 877c3a85c358689bd30af78951710d83
+Source2:   
http://home.freeuk.com/cpdrummond/%{name}-Gtk1-%{gtk1_ver}.tar.gz
+# Source2-md5: 8219f58493ca4e65a8fe61ee76eca522
+Patch0:%{name}-amd64.patch
 URL:   http://www.kde-look.org/content/show.php?content=40492
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_gtk:BuildRequires: gtk+-devel}
 %{?with_gtk2:BuildRequires:gtk+2-devel}
 BuildRequires: kdelibs-devel >= 3.1
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: sed > 4.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -90,11 +99,11 @@
 Pakiet z dokumentacja i plikami współdzielonymi.
 
 %prep
-%setup -q
-sed -i "s#/lib/gtk/#/%{_lib}/gtk/#g" gtk/Makefile.am
-sed -i "s#/lib/gtk-2.0/#/%{_lib}/gtk-2.0/#g" gtk2/Makefile.am
+%setup -q -c -a1 -a2
+%patch0 -p1
 
 %build
+cd %{name}-KDE3-%{kde_ver}
 cp /usr/share/automake/config.sub admin
 
 %{__make} -f admin/Makefile.common cvs
@@ -102,13 +111,48 @@
--with-qt-libraries=%{_libdir}
 
 %{__make}
+cd -
+
+%if %{with gtk}
+cd %{name}-Gtk1-%{gtk1_ver}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+cd -
+%endif
+
+%if %{with gtk2}
+cd %{name}-Gtk2-%{gtk2_ver}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+cd -
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C %{name}-KDE3-%{kde_ver} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%if %{with gtk}
+%{__make} -C %{name}-Gtk1-%{gtk1_ver} install \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
+%if %{with gtk2}
+%{__make} -C %{name}-Gtk2-%{gtk2_ver} install \
+   DESTDIR=$RPM_BUILD_ROOT
+%endif
+
 rm -f 
$RPM_BUILD_ROOT{%{_libdir}/gtk/themes/engines,%{_libdir}/gtk-2.0/*/*}/*.la
 
 %clean
@@ -127,20 +171,20 @@
 %files -n gtk-theme-QtCurve
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtk/themes/engines/*.so
-%{_datadir}/themes/QtCurve*/gtk
+%{_datadir}/themes/QtCurve/gtk
 %endif
 
 %if %{with gtk2}
 %files -n gtk2-theme-QtCurve
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtk-2.0/*/*/*.so
-%{_datadir}/themes/QtCurve*/gtk-2.0
+%{_datadir}/themes/QtCurve/gtk-2.0
 %endif
 
 %files -n theme-QtCurve-common
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO
-%dir %{_datadir}/themes/QtCurve*
+%doc %{name}-KDE3-%{kde_ver}/{ChangeLog,README,TODO}
+%dir %{_datadir}/themes/QtCurve
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -148,6 +192,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.40  2006/11/18 17:47:25  charles
+- updated to 0.45 (0.42 for Gtk1);
+- NOTE: From 0.39 onwards the KDE and Gtk styles will be in separate archives.
+
 Revision 1.39  2006/07/19 09:45:26  havner
 - try to fix amd64 build
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/QtCurve.spec?r1=1.39&r2=1.40&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: QtCurve-amd64.patch (NEW) - fixed path

2006-11-18 Thread charles
Author: charles  Date: Sat Nov 18 17:49:23 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fixed path

 Files affected:
SOURCES:
   QtCurve-amd64.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/QtCurve-amd64.patch
diff -u /dev/null SOURCES/QtCurve-amd64.patch:1.1
--- /dev/null   Sat Nov 18 18:49:23 2006
+++ SOURCES/QtCurve-amd64.patch Sat Nov 18 18:49:18 2006
@@ -0,0 +1,42 @@
+--- QtCurve-0.45/QtCurve-Gtk1-0.42.2/gtk/Makefile.am.orig  2006-07-23 
14:41:26.0 +0200
 QtCurve-0.45/QtCurve-Gtk1-0.42.2/gtk/Makefile.am   2006-11-18 
16:15:43.108926732 +0100
+@@ -1,5 +1,5 @@
+ INCLUDES = $(GTK_CFLAGS)
+-enginedir = $(GTK_PREFIX)/lib/gtk/themes/engines
++enginedir = $(libdir)/gtk/themes/engines
+ engine_LTLIBRARIES = libqtcurve.la
+ libqtcurve_la_SOURCES = qtcurve.c
+ libqtcurve_la_LDFLAGS = -module -avoid-version
+@@ -7,6 +7,6 @@
+ noinst_HEADERS = qtcurve.h common.h
+ EXTRA_DIST = qt_settings.c gtkrc config_file.c
+ 
+-themedir = $(GTK_PREFIX)/share/themes/QtCurve/gtk
++themedir = $(datadir)/themes/QtCurve/gtk
+ theme_DATA = gtkrc
+ 
+--- QtCurve-0.45/QtCurve-Gtk2-0.45.3/gtk2/Makefile.am.orig 2006-10-19 
21:31:56.0 +0200
 QtCurve-0.45/QtCurve-Gtk2-0.45.3/gtk2/Makefile.am  2006-11-18 
16:01:11.291136621 +0100
+@@ -1,4 +1,4 @@
+-mozilladir=$(GTK2_PREFIX)/share/themes/QtCurve/mozilla
++mozilladir=$(datadir)/themes/QtCurve/mozilla
+ mozilla_DATA=QtCurve.css preferences-rev.xml firefox-user.js mailto.sh
+ 
+ QtCurve.css : QtCurve.css.in
+@@ -16,14 +16,14 @@
+ qtcurve.lo: pixmaps.h
+ 
+ INCLUDES = $(GTK2_CFLAGS) -DKDE_ICONS_PREFIX=\"$(KDE_PREFIX)/share/icons\" 
-I../kde -DQTC_MOZILLA_DIR=\"$(mozilladir)\"
+-enginedir = $(GTK2_PREFIX)/lib/gtk-2.0/$(GTK2_VERSION)/engines
++enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines
+ engine_LTLIBRARIES = libqtcurve.la
+ libqtcurve_la_SOURCES = qtcurve.c
+ libqtcurve_la_LDFLAGS = -avoid-version -module
+ libqtcurve_la_LIBADD = $(GTK2_LIBS)
+ noinst_HEADERS = qtcurve.h common.h
+ 
+-themedir = $(GTK2_PREFIX)/share/themes/QtCurve/gtk-2.0
++themedir = $(datadir)/themes/QtCurve/gtk-2.0
+ theme_DATA = gtkrc
+ 
+ EXTRA_DIST = gtkrc-top icons create_gtkrc.pl qt_settings.c QtCurve.css.in 
firefox-user.js.in mailto.sh preferences-rev.xml config_file.c animation.c 
radio_frame.png radio_light.png radio_on.png check_on.png pixmaps.h

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


DISTFILES: ERRORS: kanyremote-2.0.tar.gz

2006-11-18 Thread shadzik
wget -nv --no-check-certificate -O 
./tmp/1b4390e7-34ec-46a9-bd4f-a4ee9ee3b618/2b35d41a9cd07801c344b92db77992c7/kanyremote-2.0.tar.gz
 "http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz":
http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz:
19:23:38 ERROR 404: Not Found.


FATAL: http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz 
(2b35d41a9cd07801c344b92db77992c7) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/1b4390e7-34ec-46a9-bd4f-a4ee9ee3b618/2b35d41a9cd07801c344b92db77992c7/kanyremote-2.0.tar.gz
 "http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz": 
http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz:
19:23:38 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: kanyremote.spec (NEW) - new, NFY

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 18:23:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new, NFY

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

 Diffs:


Index: SPECS/kanyremote.spec
diff -u /dev/null SPECS/kanyremote.spec:1.1
--- /dev/null   Sat Nov 18 19:23:40 2006
+++ SPECS/kanyremote.spec   Sat Nov 18 19:23:34 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:   kanyremote
+Summary(pl):   kanyremote
+Name:  kanyremote
+Version:   2.0
+Release:   1
+License:   GPL
+Group: X11/Applications
+Source0:   http://dl.sourceforge.net/kanyremote/%{name}-%{version}.tar.gz
+# Source0-md5: 2b35d41a9cd07801c344b92db77992c7
+URL:   http://kanyremote.sourceforge.net
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The overall goal of this project is to provide wireless Bluetooth or
+InfraRed remote control service for KDE. In contrast with other
+Bluetooth remote control programs kAnyRemote is not limited to
+SonyEriccson or JSR-82 capable phones. It was developed as just thin
+"communication" layer beetween bluetooth-capabled phone and Linux, and
+in principle could be configured to manage any software. But Bluetooth
+is not the only way to use it. kAnyRemote could be used with:
+- IR-capabled phone
+- with cable connection
+- it could accept incoming connection from network
+- it could work with Java client written for JSR82 capabled phones
+  (like Bemused)
+- it have limited support for existing Bemused clients
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+   --enable-libsuffix=64 \
+%endif
+   --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+   --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   kde_htmldir=%{_kdedocdir} \
+   kde_libs_htmldir=%{_kdedocdir} \
+   kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kanyremote
+%{_datadir}/applnk/Utilities/kanyremote.desktop
+%{_datadir}/apps/kanyremote/kanyremoteui.rc
+%{_iconsdir}/*/*/apps/kanyremote*.png
+
+%definedate%(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/11/18 18:23:34  shadzik
+- new, NFY
+

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


DISTFILES: ERRORS: kanyremote-2.0.tar.gz

2006-11-18 Thread shadzik
wget -nv --no-check-certificate -O 
./tmp/6ade71ba-5bc4-4914-9fc4-464d70f06ce4/2b35d41a9cd07801c344b92db77992c7/kanyremote-2.0.tar.gz
 "http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz":
http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz:
19:27:26 ERROR 404: Not Found.


FATAL: http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz 
(2b35d41a9cd07801c344b92db77992c7) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/6ade71ba-5bc4-4914-9fc4-464d70f06ce4/2b35d41a9cd07801c344b92db77992c7/kanyremote-2.0.tar.gz
 "http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz": 
http://dl.sourceforge.net/kanyremote/kanyremote-2.0.tar.gz:
19:27:26 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: kanyremote.spec - URL

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 18:27:27 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- URL

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

 Diffs:


Index: SPECS/kanyremote.spec
diff -u SPECS/kanyremote.spec:1.1 SPECS/kanyremote.spec:1.2
--- SPECS/kanyremote.spec:1.1   Sat Nov 18 19:23:34 2006
+++ SPECS/kanyremote.spec   Sat Nov 18 19:27:22 2006
@@ -8,7 +8,7 @@
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/kanyremote/%{name}-%{version}.tar.gz
 # Source0-md5: 2b35d41a9cd07801c344b92db77992c7
-URL:   http://kanyremote.sourceforge.net
+URL:   http://anyremote.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: kdelibs-devel >= 9:3.2.0
@@ -75,6 +75,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/18 18:27:22  shadzik
+- URL
+
 Revision 1.1  2006/11/18 18:23:34  shadzik
 - new, NFY
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kanyremote.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: template.spec - %setup makro fix

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 18:33:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- %setup makro fix

 Files affected:
SPECS:
   template.spec (1.61 -> 1.62) 

 Diffs:


Index: SPECS/template.spec
diff -u SPECS/template.spec:1.61 SPECS/template.spec:1.62
--- SPECS/template.spec:1.61Sat Jul  8 18:56:30 2006
+++ SPECS/template.spec Sat Nov 18 19:33:50 2006
@@ -91,7 +91,7 @@
 %setup -q
 #%setup -q -c -T
 #%setup -q -n %{name}
-#%%setup -q -n %{name}-%{version}.orig -a 1
+#%setup -q -n %{name}-%{version}.orig -a 1
 #%patch0 -p1
 
 # undos the source
@@ -192,6 +192,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.62  2006/11/18 18:33:50  shadzik
+- %setup makro fix
+
 Revision 1.61  2006/07/08 16:56:30  adamg
 - Epoch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/template.spec?r1=1.61&r2=1.62&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: dosemu-1.3.4.tgz dosemu-pl-man-pages.tar.bz2

2006-11-18 Thread pascalek

Files fetched: 1

STORED: http://dl.sourceforge.net/dosemu/dosemu-1.3.4.tgz
4fbfdc50ea86d860dd9cea59ea7f4b47  dosemu-1.3.4.tgz
Size: 2250288 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/dosemu-pl-man-pages.tar.bz2
7a8abf5c656e6b99bdd03a4783751895  dosemu-pl-man-pages.tar.bz2


-- 
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: dosemu.spec - updated to 1.3.4

2006-11-18 Thread pascalek
Author: pascalek Date: Sat Nov 18 18:37:52 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.3.4

 Files affected:
SPECS:
   dosemu.spec (1.121 -> 1.122) 

 Diffs:


Index: SPECS/dosemu.spec
diff -u SPECS/dosemu.spec:1.121 SPECS/dosemu.spec:1.122
--- SPECS/dosemu.spec:1.121 Mon Nov 13 15:54:48 2006
+++ SPECS/dosemu.spec   Sat Nov 18 19:37:47 2006
@@ -14,12 +14,12 @@
 Summary(pt_BR):Emulador DOS
 Summary(tr):   DOS öykünümcüsü
 Name:  dosemu
-Version:   1.3.3.1
-Release:   0.svn.1
+Version:   1.3.4
+Release:   1
 License:   GPL v2
 Group: Applications/Emulators
-Source0:   http://dl.sourceforge.net/dosemu/%{name}-1.3.3.tgz
-# Source0-md5: f3b27a9326e5c95e59093fcb79a61023
+Source0:   http://dl.sourceforge.net/dosemu/%{name}-%{version}.tgz
+# Source0-md5: 4fbfdc50ea86d860dd9cea59ea7f4b47
 #Source2:  %{name}-sys.tar.gz
 Source3:   %{name}-PRZECZYTAJ_TO
 Source4:   %{name}-README.PLD
@@ -31,7 +31,6 @@
 Patch2:%{name}-%{name}_conf.patch
 Patch3:%{name}-doSgmlTools.patch
 Patch4:%{name}-makehtml.patch
-Patch5:%{name}-1.3.3.1svn.patch.gz
 URL:   http://www.dosemu.org/
 BuildRequires: SDL-devel
 %if %{with x}
@@ -129,14 +128,13 @@
 Wtyczka X dla dosemu.
 
 %prep
-%setup -q -a6 -n %{name}-1.3.3
+%setup -q -a6
 #sh tmp/do_patch
 #%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 OPTFLAGS="%{rpmcflags}"; export OPTFLAGS
@@ -196,7 +194,7 @@
 
 install bin/libplugin*.so  $RPM_BUILD_ROOT%{_libdir}/dosemu
 
-install bin/dosdebug $RPM_BUILD_ROOT%{_bindir}/dosdebug
+install bin/{dosdebug,mkfatimage16} $RPM_BUILD_ROOT%{_bindir}
 install src/tools/periph/{dexeconfig,hdinfo,mkhdimage} 
$RPM_BUILD_ROOT%{_bindir}
 ln -sf dos $RPM_BUILD_ROOT%{_bindir}/dosexec
 
@@ -256,7 +254,7 @@
 %attr(755,root,root) %{_bindir}/dexeconfig
 %attr(755,root,root) %{_bindir}/hdinfo
 %attr(755,root,root) %{_bindir}/mkhdimage
-#%attr(755,root,root) %{_bindir}/mkfatimage16
+%attr(755,root,root) %{_bindir}/mkfatimage16
 %{_mandir}/man1/mkfatimage16.1*
 %lang(ru) %{_mandir}/ru/man1/mkfatimage16.1*
 
@@ -276,6 +274,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.122  2006/11/18 18:37:47  pascalek
+- updated to 1.3.4
+
 Revision 1.121  2006/11/13 14:54:48  sparky
 - don't use %{without ...}, it may not work after inverting bcond
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dosemu.spec?r1=1.121&r2=1.122&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: kanyremote-2.0.tar.gz

2006-11-18 Thread shadzik

Files fetched: 1

STORED: http://dl.sourceforge.net/anyremote/kanyremote-2.0.tar.gz
2b35d41a9cd07801c344b92db77992c7  kanyremote-2.0.tar.gz
Size: 1583183 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: kanyremote.spec - fix Source0

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 18:40:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix Source0

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

 Diffs:


Index: SPECS/kanyremote.spec
diff -u SPECS/kanyremote.spec:1.2 SPECS/kanyremote.spec:1.3
--- SPECS/kanyremote.spec:1.2   Sat Nov 18 19:27:22 2006
+++ SPECS/kanyremote.spec   Sat Nov 18 19:40:31 2006
@@ -6,7 +6,7 @@
 Release:   1
 License:   GPL
 Group: X11/Applications
-Source0:   http://dl.sourceforge.net/kanyremote/%{name}-%{version}.tar.gz
+Source0:   http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
 # Source0-md5: 2b35d41a9cd07801c344b92db77992c7
 URL:   http://anyremote.sourceforge.net
 BuildRequires: autoconf
@@ -75,6 +75,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/18 18:40:31  shadzik
+- fix Source0
+
 Revision 1.2  2006/11/18 18:27:22  shadzik
 - URL
 


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

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 18:45:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new, NFY

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

 Diffs:


Index: SPECS/anyremote.spec
diff -u /dev/null SPECS/anyremote.spec:1.1
--- /dev/null   Sat Nov 18 19:45:45 2006
+++ SPECS/anyremote.specSat Nov 18 19:45:39 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:   anyremote
+Summary(pl):   anyremote
+Name:  anyremote
+Version:   2.0
+Release:   1
+License:   GPL
+Group: Applications
+Source0:   http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
+# Source0-md5: 444c217871471672f3263554f46c0c58
+URL:   http://anyremote.sourceforge.net
+#BuildRequires:autoconf
+#BuildRequires:automake
+#BuildRequires:intltool
+#BuildRequires:libtool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/anyremote
+
+%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/11/18 18:45:39  shadzik
+- new, NFY
+
+

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


DISTFILES: anyremote-2.0.tar.gz

2006-11-18 Thread shadzik

Files fetched: 1

STORED: http://dl.sourceforge.net/anyremote/anyremote-2.0.tar.gz
444c217871471672f3263554f46c0c58  anyremote-2.0.tar.gz
Size: 348643 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


SOURCES: kernel-desktop-preempt-rt.patch - ppc smp fixed

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 18:51:17 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- ppc smp fixed

 Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.22 -> 1.23) 

 Diffs:


Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.22 
SOURCES/kernel-desktop-preempt-rt.patch:1.23
--- SOURCES/kernel-desktop-preempt-rt.patch:1.22Sat Nov 18 16:06:37 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch Sat Nov 18 19:51:12 2006
@@ -53307,19 +53307,54 @@
   substream->pcm->device,
 --- linux-2.6.18/include/asm-powerpc/spinlock.h~   2006-11-14 
23:42:09.0 +
 +++ linux-2.6.18/include/asm-powerpc/spinlock.h2006-11-14 
23:23:28.0 +
-@@ -179,6 +179,7 @@
+@@ -179,7 +179,7 @@
   * This returns the old value in the lock + 1,
   * so we got a read lock if the return value is > 0.
   */
-+#if 0
- static long __inline__ __read_trylock(__raw_rwlock_t *rw)
+-static long __inline__ __read_trylock(__raw_rwlock_t *rw)
++static long __inline__ __ppc__read_trylock(__raw_rwlock_t *rw)
  {
long tmp;
-@@ -260,6 +261,7 @@
+ 
+@@ -203,7 +203,7 @@
+  * This returns the old value in the lock,
+  * so we got the write lock if the return value is 0.
+  */
+-static __inline__ long __write_trylock(__raw_rwlock_t *rw)
++static __inline__ long __ppc__write_trylock(__raw_rwlock_t *rw)
+ {
+   long tmp, token;
+ 
+@@ -226,7 +226,7 @@
+ static void __inline__ __raw_read_lock(__raw_rwlock_t *rw)
+ {
+   while (1) {
+-  if (likely(__read_trylock(rw) > 0))
++  if (likely(__ppc__read_trylock(rw) > 0))
+   break;
+   do {
+   HMT_low();
+@@ -240,7 +240,7 @@
+ static void __inline__ __raw_write_lock(__raw_rwlock_t *rw)
  {
-   return __write_trylock(rw) == 0;
+   while (1) {
+-  if (likely(__write_trylock(rw) == 0))
++  if (likely(__ppc__write_trylock(rw) == 0))
+   break;
+   do {
+   HMT_low();
+@@ -253,12 +253,12 @@
+ 
+ static int __inline__ __raw_read_trylock(__raw_rwlock_t *rw)
+ {
+-  return __read_trylock(rw) > 0;
++  return __ppc__read_trylock(rw) > 0;
  }
-+#endif
  
- static void __inline__ __raw_read_unlock(__raw_rwlock_t *rw)
+ static int __inline__ __raw_write_trylock(__raw_rwlock_t *rw)
  {
+-  return __write_trylock(rw) == 0;
++  return __ppc__write_trylock(rw) == 0;
+ }
+ 
+ static void __inline__ __raw_read_unlock(__raw_rwlock_t *rw)


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-desktop-preempt-rt.patch?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


PLD-doc: kernel-desktop.info - 2.6.18.2: RT builds everywhere

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 18:58:43 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- 2.6.18.2: RT builds everywhere

 Files affected:
PLD-doc:
   kernel-desktop.info (1.12 -> 1.13) 

 Diffs:


Index: PLD-doc/kernel-desktop.info
diff -u PLD-doc/kernel-desktop.info:1.12 PLD-doc/kernel-desktop.info:1.13
--- PLD-doc/kernel-desktop.info:1.12Sat Nov 18 13:56:08 2006
+++ PLD-doc/kernel-desktop.info Sat Nov 18 19:58:38 2006
@@ -62,6 +62,7 @@
  + no problems with suspend to ram
  + AirPort II works well (bcm43xx)
  + fbsplash works
+ + swap prefetch (CK-patch part) works
 
 (2) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
 most x86
@@ -86,12 +87,10 @@
 ppc2.6.18.2-/+ -   +   -   -/+ yes no
 ppc2.6.18.2-   -   +   +   +   yes no
 ppc2.6.18.2-/+ -   +   +   -   yes no
-ppc2.6.18.2-   +   -   -   -/+ no  no
-ppc2.6.18.2+   +   -   -   -/+ no  -
+ppc2.6.18.2-/+ +   -   +   -   yes no
 
-x862.6.18.2-/+ -   +   -   -   yes no
-x862.6.18.2-/+ -   +   +   -   yes no
-x862.6.18.2-/+ +   -   -   -   yes no
+x862.6.18.2-/+ -   +   -/+ -   yes no
+x862.6.18.2-/+ +   -   -/+ -   yes no
 
 amd64  2.6.18.2-/+ -   +   -   -   yes no
 amd64  2.6.18.2-/+ +   -   +   -   yes no


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/kernel-desktop.info?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: xen.spec - sed->tr (if you insit on using sed, give an apro...

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:07:13 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- sed->tr (if you insit on using sed, give an apropriate BR)

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

 Diffs:


Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.36 SPECS/xen.spec:1.37
--- SPECS/xen.spec:1.36 Sun Nov 12 00:27:36 2006
+++ SPECS/xen.spec  Sat Nov 18 20:07:07 2006
@@ -48,7 +48,7 @@
 ExclusiveArch: %{ix86}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_version%(echo %{version} | sed -e 's/_/-/')
+%define_version%(echo %{version} |tr _ -)
 
 %ifnarch i686 athlon pentium3 pentium4
 %undefine  with_pae
@@ -229,6 +229,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.37  2006/11/18 19:07:07  shadzik
+- sed->tr (if you insit on using sed, give an apropriate BR)
+
 Revision 1.36  2006/11/11 23:27:36  domelu
 - missing dir /var/lib/xen/save
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xen.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: ERRORS: anyfs-tools-0.84.8.tar.bz2

2006-11-18 Thread shadzik
FATAL: http://dl.sourceforge.net/anyfs-tools/anyfs-tools-0.84.8.tar.bz2 md5 
mismatch, needed 00b43bf8448a2dfc976fbd0b2da9d6d1, got 
67c185ae7957ba95427aecef4ff7e0ee

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


DISTFILES: ERRORS: anyfs-tools-0.84.8.tar.bz2

2006-11-18 Thread shadzik
FATAL: http://dl.sourceforge.net/anyfs-tools/anyfs-tools-0.84.8.tar.bz2 md5 
mismatch, needed 00b43bf8448a2dfc976fbd0b2da9d6d1, got 
67c185ae7957ba95427aecef4ff7e0ee

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


DISTFILES: qgnokii-0.4.2.tar.gz

2006-11-18 Thread shadzik

Files fetched: 1

STORED: http://dl.sourceforge.net/qgnokii/qgnokii-0.4.2.tar.gz
6eadde2786620cf9d2f9ec251553a04b  qgnokii-0.4.2.tar.gz
Size: 27546 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: swig-1.3.30.tar.gz

2006-11-18 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/swig/swig-1.3.30.tar.gz
14457a6a1e05b6911259a3a346efb8e3  swig-1.3.30.tar.gz
Size: 4177337 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: xen.spec - install missing dir /var/lib/xen/save and kill i...

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:20:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- install missing dir /var/lib/xen/save and kill its duplicate in %file
- builds

 Files affected:
SPECS:
   xen.spec (1.37 -> 1.38) 

 Diffs:


Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.37 SPECS/xen.spec:1.38
--- SPECS/xen.spec:1.37 Sat Nov 18 20:07:07 2006
+++ SPECS/xen.spec  Sat Nov 18 20:19:58 2006
@@ -134,6 +134,7 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/xendomains
 
 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/%{name}/xend-db/{domain,vnet}
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/xen/save
 
 rm -f $RPM_BUILD_ROOT%{_includedir}/%{name}/COPYING
 
@@ -208,7 +209,6 @@
 %{py_sitescriptdir}/*
 %{_mandir}/man?/*
 %{_sharedstatedir}/xen
-%{_sharedstatedir}/xen/save
 %{_sharedstatedir}/xenstored
 %dir /var/run/xen-hotplug
 %dir %attr(700,root,root) /var/run/xend
@@ -229,6 +229,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.38  2006/11/18 19:19:58  shadzik
+- install missing dir /var/lib/xen/save and kill its duplicate in %file
+- builds
+
 Revision 1.37  2006/11/18 19:07:07  shadzik
 - sed->tr (if you insit on using sed, give an apropriate BR)
 


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

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


PLD-doc: kernel-desktop.info - 2.6.18.2 with RT does not work at a...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 19:27:10 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- 2.6.18.2 with RT does not work at all on ppc

 Files affected:
PLD-doc:
   kernel-desktop.info (1.13 -> 1.14) 

 Diffs:


Index: PLD-doc/kernel-desktop.info
diff -u PLD-doc/kernel-desktop.info:1.13 PLD-doc/kernel-desktop.info:1.14
--- PLD-doc/kernel-desktop.info:1.13Sat Nov 18 19:58:38 2006
+++ PLD-doc/kernel-desktop.info Sat Nov 18 20:27:05 2006
@@ -42,10 +42,10 @@
 Arch   Version SMP RT  CK  GR  LAP BUILDS  TESTED
 ---
 ppc2.6.17.11   -   -   +   +   +   yes ok, but 
(1)
-ppc2.6.17.11   -/+ +   +   +   -/+ yes fails 
to boot (2)
+ppc2.6.17.11   -/+ +   +   +   -/+ yes does 
not work (2)
 ppc2.6.17.14   -   -   +   +   +   yes ok, but 
(1)
 ppc2.6.17.14   +   -   +   +   +   yes no
-ppc2.6.17.14   -/+ +   +   +   -   yes fails 
to boot (2)
+ppc2.6.17.14   -/+ +   +   +   -   yes does 
not work (2)
 
 x862.6.17.14   -/+ -   +   +   -/+ yes no
 x862.6.17.14   -/+ +   +   +   -/+ yes no, but 
don't use (2)
@@ -66,7 +66,7 @@
 
 (2) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
 most x86
- - FATAL: fails to boot because of problems with genirq
+ - FATAL: no hardware is working because of problems with genirq
 
 (3) Athlon64 2GHz, 1GB RAM, some NVidia board, NVidia GeForce 2 MX 200
  * suspend2 works, but there are issues with clock after resuming
@@ -87,7 +87,7 @@
 ppc2.6.18.2-/+ -   +   -   -/+ yes no
 ppc2.6.18.2-   -   +   +   +   yes no
 ppc2.6.18.2-/+ -   +   +   -   yes no
-ppc2.6.18.2-/+ +   -   +   -   yes no
+ppc2.6.18.2-/+ +   -   +   -   yes fails 
to boot (1)
 
 x862.6.18.2-/+ -   +   -/+ -   yes no
 x862.6.18.2-/+ +   -   -/+ -   yes no
@@ -96,5 +96,8 @@
 amd64  2.6.18.2-/+ +   -   +   -   yes no
 
 
+Exact description:
+(1) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
+ - does not even leave OpenFirmware console
 
 vim: ts=4


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/kernel-desktop.info?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: anyfs-tools.spec - 0.84.8

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:29:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.84.8

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

 Diffs:


Index: SPECS/anyfs-tools.spec
diff -u SPECS/anyfs-tools.spec:1.3 SPECS/anyfs-tools.spec:1.4
--- SPECS/anyfs-tools.spec:1.3  Wed Sep  6 19:35:28 2006
+++ SPECS/anyfs-tools.spec  Sat Nov 18 20:29:43 2006
@@ -2,12 +2,12 @@
 Summary:   anyfs-tools - a unix-like toolset for recovering and converting 
filesystems
 Summary(pl):   anyfs-tools - uniksowy zestaw narzędzi do odzyskiwania i 
konwersji systemów plików
 Name:  anyfs-tools
-Version:   0.84.6
+Version:   0.84.8
 Release:   0.1
 License:   GPL v2
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2
-# Source0-md5: ba763fe3b1736dfeb82e39e27ebc2797
+# Source0-md5: 00b43bf8448a2dfc976fbd0b2da9d6d1
 URL:   http://anyfs-tools.sourceforge.net/
 BuildRequires: bzip2-devel
 BuildRequires: mjpegtools-devel
@@ -142,6 +142,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/18 19:29:43  shadzik
+- 0.84.8
+
 Revision 1.3  2006/09/06 17:35:28  qboosh
 - pl, lang(), missing dir
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/anyfs-tools.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: anyfs-tools.spec - BR: e2fsprogs >= 1.38, kill R: e2fsprogs

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:31:27 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: e2fsprogs >= 1.38, kill R: e2fsprogs

 Files affected:
SPECS:
   anyfs-tools.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/anyfs-tools.spec
diff -u SPECS/anyfs-tools.spec:1.4 SPECS/anyfs-tools.spec:1.5
--- SPECS/anyfs-tools.spec:1.4  Sat Nov 18 20:29:43 2006
+++ SPECS/anyfs-tools.spec  Sat Nov 18 20:31:22 2006
@@ -10,8 +10,8 @@
 # Source0-md5: 00b43bf8448a2dfc976fbd0b2da9d6d1
 URL:   http://anyfs-tools.sourceforge.net/
 BuildRequires: bzip2-devel
+BuildRequires: e2fsprogs-devel >= 1.38
 BuildRequires: mjpegtools-devel
-Requires:  e2fsprogs
 Requires:  xfsprogs
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -142,6 +142,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/18 19:31:22  shadzik
+- BR: e2fsprogs >= 1.38, kill R: e2fsprogs
+
 Revision 1.4  2006/11/18 19:29:43  shadzik
 - 0.84.8
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/anyfs-tools.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: qgnokii.spec - 0.4.2

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:37:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.4.2

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

 Diffs:


Index: SPECS/qgnokii.spec
diff -u SPECS/qgnokii.spec:1.2 SPECS/qgnokii.spec:1.3
--- SPECS/qgnokii.spec:1.2  Sun Sep 24 19:32:07 2006
+++ SPECS/qgnokii.spec  Sat Nov 18 20:37:15 2006
@@ -2,12 +2,12 @@
 Summary:   QGnokii - Qt3 frontend for Gnokii
 Summary(pl):   QGnokii - nakładka Qt3 dla Gnokii
 Name:  qgnokii
-Version:   0.4.1
+Version:   0.4.2
 Release:   0.1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/qgnokii/%{name}-%{version}.tar.gz
-# Source0-md5: 5626f9b41c79bdb633c76c8fd6b892d1
+# Source0-md5: 6eadde2786620cf9d2f9ec251553a04b
 URL:   http://qgnokii.sourceforge.net/
 BuildRequires: qmake
 BuildRequires: rpmbuild(macros) >= 1.129
@@ -46,6 +46,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/18 19:37:15  shadzik
+- 0.4.2
+
 Revision 1.2  2006/09/24 17:32:07  shadzik
 - R: gnokii (how could i forget about it ?)
 


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


SOURCES: nano-info.patch - updated

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:51:42 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated

 Files affected:
SOURCES:
   nano-info.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/nano-info.patch
diff -u SOURCES/nano-info.patch:1.2 SOURCES/nano-info.patch:1.3
--- SOURCES/nano-info.patch:1.2 Tue Aug 13 10:46:28 2002
+++ SOURCES/nano-info.patch Sat Nov 18 20:51:37 2006
@@ -1,14 +1,14 @@
 nano-1.1.10/nano.texi.orig Fri Jul 26 00:32:43 2002
-+++ nano-1.1.10/nano.texi  Wed Aug  7 06:47:24 2002
+--- nano-1.9.99pre2/doc/texinfo/nano.texi.orig Fri Jul 31 01:41:31 2006
 nano-1.9.99pre2/doc/texinfo/nano.texi  Wed Sep 10 02:34:34 2006
 @@ -11,9 +11,9 @@
- @set VERSION 1.1.10
- @set UPDATED 14 Jul 2002
+ @set VERSION 1.9.99pre1
+ @set UPDATED 30 Jul 2006
  
 [EMAIL PROTECTED] Editors
 [EMAIL PROTECTED] Editors:
  @direntry
 -* nano: (nano). Small and friendly text editor.
-+* nano: (nano).   Small and friendly text 
editor
++* nano: (nano).   Small and friendly text editor
  @end direntry
  
  @c tex


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

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


SOURCES: nano-ncurses-ncurses.h.patch - updated

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 19:52:56 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated

 Files affected:
SOURCES:
   nano-ncurses-ncurses.h.patch (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/nano-ncurses-ncurses.h.patch
diff -u SOURCES/nano-ncurses-ncurses.h.patch:1.2 
SOURCES/nano-ncurses-ncurses.h.patch:1.3
--- SOURCES/nano-ncurses-ncurses.h.patch:1.2Mon Nov 13 23:37:19 2006
+++ SOURCES/nano-ncurses-ncurses.h.patchSat Nov 18 20:52:50 2006
@@ -1,19 +1,17 @@
 nano-1.3.11/src/nano.h 2006-03-30 03:18:29.0 +0200
-+++ nano-1.3.11/src/nano.h-new 2006-11-13 23:29:04.742696728 +0100
-@@ -71,8 +71,8 @@
- #define KEY_DC SL_KEY_DELETE
- #define KEY_IC SL_KEY_IC
+--- ./nano-1.9.99pre2/src/nano.h.orig  2006-08-22 20:48:13.0 +0200
 ./nano-1.9.99pre2/src/nano.h   2006-09-14 00:10:39.0 +0200
+@@ -71,6 +71,8 @@
  /* Ncurses support. */
--#elif defined(HAVE_NCURSES_H)
--#include 
+ #elif defined(HAVE_NCURSES_H)
+ #include 
 +#elif defined(HAVE_NCURSES_NCURSES_H)
 +#include 
  #else
  /* Curses support. */
  #include 
 nano-1.3.11/configure.ac   2006-11-13 23:34:50.167184224 +0100
-+++ nano-1.3.11/configure.ac-new   2006-11-13 23:35:02.974237256 +0100
-@@ -425,7 +425,7 @@
+--- ./nano-1.9.99pre2/configure.ac.orig2006-08-29 19:29:57.0 
+0200
 ./nano-1.9.99pre2/configure.ac 2006-09-14 00:10:31.0 +0200
+@@ -400,7 +400,7 @@
  dnl Checks for libraries.
  
  if eval "test x$CURSES_LIB_NAME = x"; then


 CVS-web:

http://cvs.pld-linux.org/SOURCES/nano-ncurses-ncurses.h.patch?r1=1.2&r2=1.3&f=u

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


SOURCES: swig-python25.patch (REMOVED) - obsolete

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 20:10:13 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- obsolete

 Files affected:
SOURCES:
   swig-python25.patch (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


SOURCES: swig-format.patch, swig-php-freearg.patch, swig-php-vdecl...

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 20:15:42 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.3.30

 Files affected:
SOURCES:
   swig-format.patch (1.1 -> 1.2) , swig-php-freearg.patch (1.1 -> 1.2) , 
swig-php-vdecl.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/swig-format.patch
diff -u SOURCES/swig-format.patch:1.1 SOURCES/swig-format.patch:1.2
--- SOURCES/swig-format.patch:1.1   Sat Apr 12 11:17:53 2003
+++ SOURCES/swig-format.patch   Sat Nov 18 21:15:37 2006
@@ -1,15 +1,16 @@
 SWIG-1.3.19/Source/Modules/perl5.cxx.orig  Tue Dec  3 21:33:33 2002
-+++ SWIG-1.3.19/Source/Modules/perl5.cxx   Sat Apr 12 10:56:55 2003
-@@ -129,10 +129,10 @@
- for (i = 1; i < argc; i++) {
+--- swig-1.3.30/Source/Modules/perl5.cxx.orig  2006-11-02 00:54:52.0 
+0100
 swig-1.3.30/Source/Modules/perl5.cxx   2006-11-18 20:37:10.532401750 
+0100
+@@ -136,11 +136,11 @@
if (argv[i]) {
-   if(strcmp(argv[i],"-package") == 0) {
--Printf(stderr,"*** -package is no longer supported\n*** use the 
directive '%module A::B::C' in your interface file instead\n*** see the Perl 
section in the manual for details.\n");
-+Printf(stderr,"*** -package is no longer supported\n*** use the 
directive '%%module A::B::C' in your interface file instead\n*** see the Perl 
section in the manual for details.\n");
+   if (strcmp(argv[i], "-package") == 0) {
+ Printf(stderr,
+-   "*** -package is no longer supported\n*** use the directive 
'%module A::B::C' in your interface file instead\n*** see the Perl section in 
the manual for details.\n");
++   "*** -package is no longer supported\n*** use the directive 
'%%module A::B::C' in your interface file instead\n*** see the Perl section in 
the manual for details.\n");
  SWIG_exit(EXIT_FAILURE);
-   } else if(strcmp(argv[i],"-interface") == 0) {
--Printf(stderr,"*** -interface is no longer supported\n*** use the 
directive '%module A::B::C' in your interface file instead\n*** see the Perl 
section in the manual for details.\n");
-+Printf(stderr,"*** -interface is no longer supported\n*** use the 
directive '%%module A::B::C' in your interface file instead\n*** see the Perl 
section in the manual for details.\n");
+   } else if (strcmp(argv[i], "-interface") == 0) {
+ Printf(stderr,
+-   "*** -interface is no longer supported\n*** use the directive 
'%module A::B::C' in your interface file instead\n*** see the Perl section in 
the manual for details.\n");
++   "*** -interface is no longer supported\n*** use the directive 
'%%module A::B::C' in your interface file instead\n*** see the Perl section in 
the manual for details.\n");
  SWIG_exit(EXIT_FAILURE);
-   } else if (strcmp(argv[i],"-exportall") == 0) {
+   } else if (strcmp(argv[i], "-exportall") == 0) {
  export_all = 1;


Index: SOURCES/swig-php-freearg.patch
diff -u SOURCES/swig-php-freearg.patch:1.1 SOURCES/swig-php-freearg.patch:1.2
--- SOURCES/swig-php-freearg.patch:1.1  Tue Oct  7 22:13:21 2003
+++ SOURCES/swig-php-freearg.patch  Sat Nov 18 21:15:37 2006
@@ -1,20 +1,20 @@
 SWIG/Source/Modules/php4.cxx.orig  2003-10-07 22:11:59.308330872 +0200
-+++ SWIG/Source/Modules/php4.cxx   2003-10-07 22:11:33.0 +0200
-@@ -1149,6 +1149,8 @@
+--- swig-1.3.30/Source/Modules/php4.cxx.orig   2006-11-02 00:54:52.0 
+0100
 swig-1.3.30/Source/Modules/php4.cxx2006-11-18 20:49:44.639530500 
+0100
+@@ -1172,6 +1172,8 @@
  
  /* Insert cleanup code */
  for (i = 0, p = l; p; i++) {
 +  if(i>= (num_required))
 +  Printf(cleanup,"\tif(arg_count > %d) {\n", i);
-   if ((tm = Getattr(p,"tmap:freearg"))) {
-   Replaceall(tm,"$source",Getattr(p,"lname"));
-   Printv(cleanup,tm,"\n",NIL);
-@@ -1156,6 +1158,8 @@
+   if ((tm = Getattr(p, "tmap:freearg"))) {
+   Replaceall(tm, "$source", Getattr(p, "lname"));
+   Printv(cleanup, tm, "\n", NIL);
+@@ -1179,6 +1181,8 @@
} else {
p = nextSibling(p);
}
 +  if (i >= num_required)
 +Printf(cleanup,"}\n");
  }
- 
+ 
  /* Insert argument output code */


Index: SOURCES/swig-php-vdecl.patch
diff -u SOURCES/swig-php-vdecl.patch:1.3 SOURCES/swig-php-vdecl.patch:1.4
--- SOURCES/swig-php-vdecl.patch:1.3Tue Oct 18 19:40:31 2005
+++ SOURCES/swig-php-vdecl.patchSat Nov 18 21:15:37 2006
@@ -1,28 +1,28 @@
 swig-1.3.27/Source/Modules/php4.cxx.orig   2005-10-18 18:32:40.296808424 
+0200
-+++ swig-1.3.27/Source/Modules/php4.cxx2005-10-18 19:13:17.642275592 
+0200
-@@ -954,10 +954,10 @@
- 
- if (mvr) { // do prop[gs]et header
+--- swig-1.3.30/Source/Modules/php4.cxx.

SPECS: swig.spec - updated to 1.3.30 - updated format, php-freearg, ...

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 20:23:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.3.30
- updated format,php-freearg,php-vdecl patches, removed obsolete python25 patch

 Files affected:
SPECS:
   swig.spec (1.77 -> 1.78) 

 Diffs:


Index: SPECS/swig.spec
diff -u SPECS/swig.spec:1.77 SPECS/swig.spec:1.78
--- SPECS/swig.spec:1.77Mon Aug 28 22:55:14 2006
+++ SPECS/swig.spec Sat Nov 18 21:23:10 2006
@@ -12,17 +12,16 @@
 Summary(pl):   Generator interfejsów do Perla, Tcl-a, Guile'a i Pythona
 Summary(pt_BR):Gerador de Interfaces e "Wrappers" Simplificado (SWIG)
 Name:  swig
-Version:   1.3.29
-Release:   2
+Version:   1.3.30
+Release:   1
 License:   distributable
 Group: Development/Languages
 Source0:   http://dl.sourceforge.net/swig/%{name}-%{version}.tar.gz
-# Source0-md5: 44c6f6d8d724cf7fa4a5109e6f63c9b1
+# Source0-md5: 14457a6a1e05b6911259a3a346efb8e3
 Patch0:%{name}-format.patch
 Patch1:%{name}-php.patch
 Patch2:%{name}-php-freearg.patch
 Patch3:%{name}-php-vdecl.patch
-Patch4:%{name}-python25.patch
 URL:   http://www.swig.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -157,7 +156,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -256,6 +254,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.78  2006/11/18 20:23:10  qboosh
+- updated to 1.3.30
+- updated format,php-freearg,php-vdecl patches, removed obsolete python25 patch
+
 Revision 1.77  2006/08/28 20:55:14  arekm
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/swig.spec?r1=1.77&r2=1.78&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: python-M2Crypto.spec - package .egg-info for python 2.5

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 20:57:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- package .egg-info for python 2.5

 Files affected:
SPECS:
   python-M2Crypto.spec (1.37 -> 1.38) 

 Diffs:


Index: SPECS/python-M2Crypto.spec
diff -u SPECS/python-M2Crypto.spec:1.37 SPECS/python-M2Crypto.spec:1.38
--- SPECS/python-M2Crypto.spec:1.37 Thu Nov 16 21:43:51 2006
+++ SPECS/python-M2Crypto.spec  Sat Nov 18 21:57:42 2006
@@ -12,7 +12,7 @@
 Patch0:%{name}-swig_sources.patch
 URL:   http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
 BuildRequires: openssl-devel >= 0.9.7d
-BuildRequires: python-devel >= 2.2.1
+BuildRequires: python-devel >= 1:2.5
 BuildRequires: swig >= 1.3.24
 #BuildRequires:swig-python >= 1.3.25
 BuildRequires: unzip
@@ -68,6 +68,7 @@
 %{py_sitedir}/M2Crypto/SSL/*.py[oc]
 %dir %{py_sitedir}/M2Crypto/PGP
 %{py_sitedir}/M2Crypto/PGP/*.py[oc]
+%{py_sitedir}/M2Crypto-*.egg-info
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -75,6 +76,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.38  2006/11/18 20:57:42  qboosh
+- package .egg-info for python 2.5
+
 Revision 1.37  2006/11/16 20:43:51  qboosh
 - unified; TLS in cjc still doesn't work
 


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

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


PLD-doc: kernel-desktop.info - 2.6.18.2 with CK: ppc testing started

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 22:18:31 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- 2.6.18.2 with CK: ppc testing started

 Files affected:
PLD-doc:
   kernel-desktop.info (1.14 -> 1.15) 

 Diffs:


Index: PLD-doc/kernel-desktop.info
diff -u PLD-doc/kernel-desktop.info:1.14 PLD-doc/kernel-desktop.info:1.15
--- PLD-doc/kernel-desktop.info:1.14Sat Nov 18 20:27:05 2006
+++ PLD-doc/kernel-desktop.info Sat Nov 18 23:18:26 2006
@@ -86,7 +86,8 @@
 
 ppc2.6.18.2-/+ -   +   -   -/+ yes no
 ppc2.6.18.2-   -   +   +   +   yes no
-ppc2.6.18.2-/+ -   +   +   -   yes no
+ppc2.6.18.2-   -   +   +   -   yes works 
(2)
+ppc2.6.18.2+   -   +   +   -   yes works 
(3)
 ppc2.6.18.2-/+ +   -   +   -   yes fails 
to boot (1)
 
 x862.6.18.2-/+ -   +   -/+ -   yes no
@@ -99,5 +100,17 @@
 Exact description:
 (1) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
  - does not even leave OpenFirmware console
+
+(2) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
+ - fails to detect lpj/bogomips correctly, adding lpj=33 helps
+   NOTE: this lpj is different than in 2.6.17
+ * suspend2 works, but with problems: system hungs when starting X after
+   resuming
+ + no problems with suspend to ram
+ + AirPort II works well (bcm43xx)
+
+(3) iBook G4: 1.3GHz, 768MB RAM, Radeon Mobility 9200
+ - fails to detect lpj/bogomips correctly
+ ? no further tests
 
 vim: ts=4


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/kernel-desktop.info?r1=1.14&r2=1.15&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: kernel-desktop-nock-compat.patch - updated

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 22:28:03 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated

 Files affected:
SOURCES:
   kernel-desktop-nock-compat.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/kernel-desktop-nock-compat.patch
diff -u SOURCES/kernel-desktop-nock-compat.patch:1.3 
SOURCES/kernel-desktop-nock-compat.patch:1.4
--- SOURCES/kernel-desktop-nock-compat.patch:1.3Sat Jul  1 00:27:20 2006
+++ SOURCES/kernel-desktop-nock-compat.patchSat Nov 18 23:27:58 2006
@@ -1,22 +1,12 @@
 linux-2.6.17-ck1.orig/include/linux/sysctl.h   2006-06-18 
15:32:49.0 +1000
-+++ linux-2.6.17-ck1/include/linux/sysctl.h2006-06-18 15:34:43.0 
+1000
-@@ -148,6 +148,9 @@ enum
-   KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI 
sleep */
+--- linux-2.6.18-ck1.orig/include/linux/sysctl.h   2006-09-21 
20:03:59.0 +1000
 linux-2.6.18-ck1/include/linux/sysctl.h2006-09-21 20:05:38.0 
+1000
+@@ -150,6 +150,9 @@ enum
KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
-   KERN_MAX_LOCK_DEPTH=80,
-+  KERN_INTERACTIVE=83,/* interactive tasks can have cpu bursts */
-+  KERN_COMPUTE=84,/* adjust timeslices for a compute server */
-+  KERN_ISO_CPU=85,/* percent cpu SCHED_ISO tasks run SCHED_RR */
+   KERN_COMPAT_LOG=73, /* int: print compat layer  messages */
+   KERN_MAX_LOCK_DEPTH=74,
++  KERN_INTERACTIVE=75,/* interactive tasks can have cpu bursts */
++  KERN_COMPUTE=76,/* adjust timeslices for a compute server */
++  KERN_ISO_CPU=77,/* percent cpu SCHED_ISO tasks run SCHED_RR */
  };
  
  
 linux-2.6.17-ck1.orig/include/linux/bio.h  2006-03-20 20:11:41.0 
+1100
-+++ linux-2.6.17-ck1/include/linux/bio.h   2006-06-18 15:34:44.0 
+1000
-@@ -124,6 +124,7 @@ struct bio {
- #define BIO_BOUNCED   5   /* bio is a bounce bio */
- #define BIO_USER_MAPPED 6 /* contains user pages */
- #define BIO_EOPNOTSUPP7   /* not supported */
-+#define BIO_NOMERGE   8   /* bio not mergeable */
- #define bio_flagged(bio, flag)((bio)->bi_flags & (1 << (flag)))
- 
- /*


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-desktop-nock-compat.patch?r1=1.3&r2=1.4&f=u

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


SPECS: nano.spec - rel 1 - STBR

2006-11-18 Thread shadzik
Author: shadzik  Date: Sat Nov 18 22:36:35 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1
- STBR

 Files affected:
SPECS:
   nano.spec (1.81 -> 1.82) 

 Diffs:


Index: SPECS/nano.spec
diff -u SPECS/nano.spec:1.81 SPECS/nano.spec:1.82
--- SPECS/nano.spec:1.81Tue Nov 14 16:18:07 2006
+++ SPECS/nano.spec Sat Nov 18 23:36:30 2006
@@ -3,7 +3,7 @@
 Summary(pl):   nano - jeszcze jeden edytor, darmowy, rozbudowany klon Pico
 Name:  nano
 Version:   2.0.0
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: Applications/Editors
 Source0:   http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
@@ -88,6 +88,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.82  2006/11/18 22:36:30  shadzik
+- rel 1
+- STBR
+
 Revision 1.81  2006/11/14 15:18:07  shadzik
 - added missing HEAD cvslog
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nano.spec?r1=1.81&r2=1.82&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: kernel-desktop.spec - nock-compat updated, don't let build ...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 22:49:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- nock-compat updated, don't let build with both ck and rt

 Files affected:
SPECS:
   kernel-desktop.spec (1.76 -> 1.77) 

 Diffs:


Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.76 SPECS/kernel-desktop.spec:1.77
--- SPECS/kernel-desktop.spec:1.76  Sat Nov 18 13:55:07 2006
+++ SPECS/kernel-desktop.spec   Sat Nov 18 23:49:14 2006
@@ -620,11 +620,14 @@
 %if %{with ck}
 %if %{with preemptrt}
 #%%patch6 -p1  NEEDS UPDATE
+: ck patch for preemptrt-patched kernel is not prepared
+: try --without ck
+exit 1
 %else
 %patch7 -p1
 %endif
 %else
-#%%patch8 -p1  NEEDS UPDATE
+%patch8 -p1
 %endif
 
 # grsecurity
@@ -1346,6 +1349,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.77  2006/11/18 22:49:14  sparky
+- nock-compat updated, don't let build with both ck and rt
+
 Revision 1.76  2006/11/18 12:55:07  lmasko
 - Updated patch for vesafb_tng - adjusted the 1.0-rc2-2.6.19-rc2 version, 
seems to work.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-desktop.spec?r1=1.76&r2=1.77&f=u

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


PLD-doc: kernel-desktop.info - shocking HZ=100 vs HZ=1000 example

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 23:11:18 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- shocking HZ=100 vs HZ=1000 example

 Files affected:
PLD-doc:
   kernel-desktop.info (1.15 -> 1.16) 

 Diffs:


Index: PLD-doc/kernel-desktop.info
diff -u PLD-doc/kernel-desktop.info:1.15 PLD-doc/kernel-desktop.info:1.16
--- PLD-doc/kernel-desktop.info:1.15Sat Nov 18 23:18:26 2006
+++ PLD-doc/kernel-desktop.info Sun Nov 19 00:11:13 2006
@@ -27,6 +27,9 @@
simply changes HZ from default 1000 to 100, this should improve
on-batery time, but decreases corectness of some programs using
timer a lot (even 'time' in shells is not very reliable)
+   example: played some music with mplayer, time:
+   HZ=100:  real 32m24.907s  user  0m4.420s  sys 0m0.780s
+   HZ=1000: real 32m25.936s  user 0m22.736s  sys 0m7.582s
 
 
 More patches:


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/kernel-desktop.info?r1=1.15&r2=1.16&f=u

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


SOURCES: kernel-desktop-fbsplash.patch - updated to fbsplash-0.9.2...

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 23:16:52 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to fbsplash-0.9.2-r5-2.6.18-rc4.patch

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

 Diffs:


Index: SOURCES/kernel-desktop-fbsplash.patch
diff -u SOURCES/kernel-desktop-fbsplash.patch:1.2 
SOURCES/kernel-desktop-fbsplash.patch:1.3
--- SOURCES/kernel-desktop-fbsplash.patch:1.2   Mon May  1 18:13:09 2006
+++ SOURCES/kernel-desktop-fbsplash.patch   Sun Nov 19 00:16:47 2006
@@ -13,7 +13,7 @@
  vesafb.txt
 diff --git a/Documentation/fb/splash.txt b/Documentation/fb/splash.txt
 new file mode 100644
-index 000..5e3b009
+index 000..6b281c9
 --- /dev/null
 +++ b/Documentation/fb/splash.txt
 @@ -0,0 +1,207 @@
@@ -32,7 +32,7 @@
 + 3) build the kernel helper program
 + 4) build your kernel with the FB_SPLASH option enabled.
 +
-+To get fb splash operational right after fbcon initialization is finished, you
++To get fbsplash operational right after fbcon initialization is finished, you
 +will have to include a theme and the kernel helper into your initramfs image.
 +Please refer to splashutils documentation for instructions on how to do that.
 +
@@ -44,31 +44,31 @@
 +
 +The userspace splash helper (by default: /sbin/splash_helper) is called by the
 +kernel whenever an important event occurs and the kernel needs some kind of
-+job to be carried out. Important events include console switches and graphic
++job to be carried out. Important events include console switches and video
 +mode switches (the kernel requests background images and configuration
-+parameters for the current console). The splash helper must be accessible at 
++parameters for the current console). The splash helper must be accessible at
 +all times. If it's not, fbsplash will be switched off automatically.
 +
-+It's possible to set path to the splash helper by writing it to 
++It's possible to set path to the splash helper by writing it to
 +/proc/sys/kernel/fbsplash.
 +
 +*
 +
-+The information below is mostly technical stuff. There's probably no need to 
++The information below is mostly technical stuff. There's probably no need to
 +read it unless you plan to develop a userspace helper.
 +
 +The splash protocol
 +---
 +
-+The splash protocol defines a communication interface between the kernel and 
++The splash protocol defines a communication interface between the kernel and
 +the userspace splash helper.
 +
 +The kernel side is responsible for:
 +
-+ o rendering console text, using an image as a background (instead of a
++ * rendering console text, using an image as a background (instead of a
 +   standard solid color fbcon uses),
-+ o accepting commands from the user via ioctls on the fbsplash device,
-+ o calling the userspace helper to set things up as soon as the fb subsystem 
++ * accepting commands from the user via ioctls on the fbsplash device,
++ * calling the userspace helper to set things up as soon as the fb subsystem 
 +   is initialized.
 +
 +The userspace helper is responsible for everything else, including parsing
@@ -92,24 +92,24 @@
 + framebuffer number
 + theme
 +
-+Splash protocol v1 specified an additional 'fbsplash mode' after the 
++Splash protocol v1 specified an additional 'fbsplash mode' after the
 +framebuffer number. Splash protocol v1 is deprecated and should not be used.
 +
 +Splash protocol v2 specifies the following commands:
 +
 +getpic
 +--
-+ The kernel issues this command to request image data. It's up to the 
userspace
-+ helper to find a background image appropriate for the specified theme and 
the 
-+ current resolution. The userspace helper should respond by issuing the
-+ FBIOSPLASH_SETPIC ioctl.
++ The kernel issues this command to request image data. It's up to the 
++ userspace  helper to find a background image appropriate for the specified 
++ theme and the current resolution. The userspace helper should respond by 
++ issuing the FBIOSPLASH_SETPIC ioctl.
 +
 +init
 +
 + The kernel issues this command after the fbsplash device is created and
-+ the fbsplash interface is initialized. Upon receiving 'init', the userspace 
++ the fbsplash interface is initialized. Upon receiving 'init', the userspace
 + helper should parse the kernel command line (/proc/cmdline) or otherwise
-+ decide whether fbsplash is to be activated. 
++ decide whether fbsplash is to be activated.
 +
 + To activate fbsplash on the first console the helper should issue the
 + FBIOSPLASH_SETCFG, FBIOSPLASH_SETPIC and FBIOSPLASH_SETSTATE commands,
@@ -117,10 +117,10 @@
 +
 + When the userspace helper is called in an early phase of the boot process
 + (right after the initialization of fbcon), no filesystems will be mounted.
-+ The helper program should mount sysfs and then create t

SPECS: kernel-desktop.spec - fbsplash patch applies

2006-11-18 Thread sparky
Author: sparky   Date: Sat Nov 18 23:17:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fbsplash patch applies

 Files affected:
SPECS:
   kernel-desktop.spec (1.77 -> 1.78) 

 Diffs:


Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.77 SPECS/kernel-desktop.spec:1.78
--- SPECS/kernel-desktop.spec:1.77  Sat Nov 18 23:49:14 2006
+++ SPECS/kernel-desktop.spec   Sun Nov 19 00:17:17 2006
@@ -649,7 +649,7 @@
 %if %{with bootsplash}
 %patch30 -p1
 %else
-#%%patch31 -p1 NEEDS UPDATE
+%patch31 -p1
 %endif
 
 ### netfilter
@@ -1349,6 +1349,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.78  2006/11/18 23:17:17  sparky
+- fbsplash patch applies
+
 Revision 1.77  2006/11/18 22:49:14  sparky
 - nock-compat updated, don't let build with both ck and rt
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-desktop.spec?r1=1.77&r2=1.78&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: vidix-Makefile.patch - updated for 0.9.9.2

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 23:37:46 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.9.9.2

 Files affected:
SOURCES:
   vidix-Makefile.patch (1.5 -> 1.6) 

 Diffs:


Index: SOURCES/vidix-Makefile.patch
diff -u SOURCES/vidix-Makefile.patch:1.5 SOURCES/vidix-Makefile.patch:1.6
--- SOURCES/vidix-Makefile.patch:1.5Sat Feb 21 19:39:06 2004
+++ SOURCES/vidix-Makefile.patchSun Nov 19 00:37:41 2006
@@ -14,9 +14,8 @@
  ifeq ($(TARGET_OS),OpenBSD)
$(LDCONFIG) -R
  else
-diff -uNr vidix/vidix/drivers/Makefile vidix.built/vidix/drivers/Makefile
 vidix/vidix/drivers/Makefile   2004-01-10 19:25:36.0 +0100
-+++ vidix.built/vidix/drivers/Makefile 2004-02-21 15:53:59.0 +0100
+--- vidix-0.9.9.2/vidix/drivers/Makefile.orig  2005-04-27 08:09:49.0 
+0200
 vidix-0.9.9.2/vidix/drivers/Makefile   2006-11-19 00:28:04.646229750 
+0100
 @@ -2,8 +2,8 @@
  
  include ../../config.mak
@@ -25,14 +24,15 @@
 -OLDBINDIR = $(prefix)/lib/mplayerxp/vidix
 +BINDIR = $(DESTDIR)$(LIBDIR)
 +OLDBINDIR = $(DESTDIR)$(libdir)/mplayerxp/vidix
- 
- RADEON_VID=radeon_vid.so
- RADEON_SRCS=radeon_vid.c
-diff -uNr vidix/vidix/Makefile vidix.built/vidix/Makefile
 vidix/vidix/Makefile   2002-06-05 09:36:59.0 +0200
-+++ vidix.built/vidix/Makefile 2004-02-21 15:53:19.0 +0100
-@@ -1,6 +1,6 @@
+ ifeq ($(TARGET_OS),CYGWIN)
+ L_FLAGS=
+ LINKER=$(CC)
+--- vidix-0.9.9.2/vidix/Makefile.orig  2005-06-28 17:20:32.0 +0200
 vidix-0.9.9.2/vidix/Makefile   2006-11-19 00:28:24.303458250 +0100
+@@ -5,8 +5,8 @@
+ else
  LIBNAME = libvidix.so
+ endif
 -BINDIR = $(prefix)/lib
 -INCDIR = $(prefix)/include/vidix
 +BINDIR = $(DESTDIR)$(libdir)


 CVS-web:
http://cvs.pld-linux.org/SOURCES/vidix-Makefile.patch?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: vidix.spec - updated to 0.9.9.2, updated Makefile patch - p...

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 23:38:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.9.2, updated Makefile patch
- pass CC

 Files affected:
SPECS:
   vidix.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/vidix.spec
diff -u SPECS/vidix.spec:1.8 SPECS/vidix.spec:1.9
--- SPECS/vidix.spec:1.8Tue May  3 20:53:53 2005
+++ SPECS/vidix.specSun Nov 19 00:38:13 2006
@@ -2,13 +2,13 @@
 Summary:   VIDIX is VIDeo Interface for *niX
 Summary(pl):   VIDIX - VIDeo Interface for *niX - interfejs video dla Uniksów
 Name:  vidix
-Version:   0.9.9.1
+Version:   0.9.9.2
 Release:   0.1
 Epoch: 1
 License:   GPL v2
 Group: Libraries
 Source0:   http://dl.sourceforge.net/vidix/%{name}-%{version}.tar.bz2
-# Source0-md5: 10424595de1bff4e468e33c37ea808ed
+# Source0-md5: 7e4fe7e1531fa7264b346ad5a01ba1e3
 Patch0:%{name}-Makefile.patch
 URL:   http://vidix.sourceforge.net/
 BuildRequires: mawk
@@ -54,7 +54,8 @@
--prefix=%{_prefix} \
--datadir=%{_datadir}
 sed -i -e "s:OPTFLAGS =.*:OPTFLAGS=%{rpmcflags}:" config.mak
-%{__make}
+%{__make} \
+   CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +89,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.9  2006/11/18 23:38:13  qboosh
+- updated to 0.9.9.2, updated Makefile patch
+- pass CC
+
 Revision 1.8  2005/05/03 18:53:53  qboosh
 - unified sf URL
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/vidix.spec?r1=1.8&r2=1.9&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: vidix-0.9.9.2.tar.bz2

2006-11-18 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/vidix/vidix-0.9.9.2.tar.bz2
7e4fe7e1531fa7264b346ad5a01ba1e3  vidix-0.9.9.2.tar.bz2
Size: 321258 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: acts_as_versioned-0.2.3.tgz

2006-11-18 Thread aredridel

Files fetched: 1

STORED: http://rubyforge.org/frs/download.php/7053/acts_as_versioned-0.2.3.tgz
16350fe3521463f3820ff984a4689b72  acts_as_versioned-0.2.3.tgz
Size: 10981 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: ruby-acts_as_versioned.spec (NEW) - added

2006-11-18 Thread aredridel
Author: aredridelDate: Sat Nov 18 23:45:06 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added

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

 Diffs:


Index: SPECS/ruby-acts_as_versioned.spec
diff -u /dev/null SPECS/ruby-acts_as_versioned.spec:1.1
--- /dev/null   Sun Nov 19 00:45:06 2006
+++ SPECS/ruby-acts_as_versioned.spec   Sun Nov 19 00:45:00 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:   adds simple versioning to an ActiveRecord module
+Name:  ruby-acts_as_versioned
+Version:   0.2.3
+Release:   1
+License:   Ruby's
+Group: Development/Languages
+Source0:   
http://rubyforge.org/frs/download.php/7053/acts_as_versioned-%{version}.tgz
+# Source0-md5: 16350fe3521463f3820ff984a4689b72
+URL:   http://ar-versioned.rubyforge.org/
+#BuildRequires:rake
+BuildRequires: rpmbuild(macros) >= 1.277
+BuildRequires: setup.rb = 3.3.1
+Requires:  ruby-ActiveRecord
+#BuildArch:noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library adds simple versioning to an ActiveRecord module.
+
+%prep
+%setup -q -n acts_as_versioned-%{version}
+cp %{_datadir}/setup.rb .
+
+%build
+ruby setup.rb config \
+   --rbdir=%{ruby_rubylibdir} \
+   --sodir=%{ruby_archdir}
+
+ruby setup.rb setup
+
+rdoc --op rdoc lib
+rdoc --ri --op ri lib
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_archdir},%{ruby_ridir}}
+
+ruby setup.rb install \
+   --prefix=$RPM_BUILD_ROOT
+
+cp -a ri/ri/* $RPM_BUILD_ROOT%{ruby_ridir}
+rm $RPM_BUILD_ROOT%{ruby_ridir}/ActiveRecord/cdesc-ActiveRecord.yaml
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc rdoc
+%{ruby_rubylibdir}/*
+%{ruby_ridir}/*
+
+%definedate%(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/11/18 23:45:00  aredridel
+- added
+

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


DISTFILES: chronic-0.1.4.gem

2006-11-18 Thread aredridel

Files fetched: 1

STORED: http://rubyforge.org/frs/download.php/14040/chronic-0.1.4.gem
54204d527c502b42daed33bf9b1ce3f8  chronic-0.1.4.gem
Size: 20480 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: ruby-chronic.spec (NEW) - added

2006-11-18 Thread aredridel
Author: aredridelDate: Sat Nov 18 23:49:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added

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

 Diffs:


Index: SPECS/ruby-chronic.spec
diff -u /dev/null SPECS/ruby-chronic.spec:1.1
--- /dev/null   Sun Nov 19 00:49:07 2006
+++ SPECS/ruby-chronic.spec Sun Nov 19 00:49:02 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:   Natural language date parser for Ruby
+Name:  ruby-chronic
+Version:   0.1.4
+Release:   1
+License:   Ruby's
+Group: Development/Languages
+Source0:   http://rubyforge.org/frs/download.php/14040/chronic-0.1.4.gem
+# Source0-md5: 54204d527c502b42daed33bf9b1ce3f8
+#Patch0:   %{name}-nogems.patch
+URL:   http://chronic.rubyforge.org
+#BuildRequires:rake
+BuildRequires: rpmbuild(macros) >= 1.277
+BuildRequires: setup.rb = 3.3.1
+Requires:  ruby-builder
+#BuildArch:noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Chronic is a pure Ruby natural language date parser. It can parse
+dates/times in a wide variety of standard and natural formats from simple
+things like "tomorrow" to comples things like "7 hours before tomorrow at
+noon".
+
+%prep
+%setup -q -c
+tar xf %{SOURCE0} -O data.tar.gz | tar xzv-
+cp %{_datadir}/setup.rb .
+
+%build
+ruby setup.rb config \
+   --rbdir=%{ruby_rubylibdir} \
+   --sodir=%{ruby_archdir}
+
+ruby setup.rb setup
+
+rdoc --op rdoc lib
+rdoc --ri --op ri lib
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_archdir},%{ruby_ridir}}
+
+ruby setup.rb install \
+   --prefix=$RPM_BUILD_ROOT
+
+cp -a ri/ri/* $RPM_BUILD_ROOT%{ruby_ridir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc rdoc
+%{ruby_rubylibdir}/chronic*
+%{ruby_ridir}/*
+
+%definedate%(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/11/18 23:49:02  aredridel
+- added
+

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


SOURCES: dosemu-1.3.3.1svn.patch.gz (REMOVED) - outdated

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 23:49:19 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- outdated

 Files affected:
SOURCES:
   dosemu-1.3.3.1svn.patch.gz (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


DISTFILES: gg2-2.3.0.tar.bz2

2006-11-18 Thread lisu

Files fetched: 1

STORED: http://dl.sourceforge.net/ggadu/gg2-2.3.0.tar.bz2
dbe6c0f85c9dbb115ee1911d8abbea33  gg2-2.3.0.tar.bz2
Size: 1168970 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: gg2.spec - up to 2.3.0 - Source0 changed to *.tar.bz2

2006-11-18 Thread lisu
Author: lisu Date: Sat Nov 18 23:50:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.3.0
- Source0 changed to *.tar.bz2

 Files affected:
SPECS:
   gg2.spec (1.152 -> 1.153) 

 Diffs:


Index: SPECS/gg2.spec
diff -u SPECS/gg2.spec:1.152 SPECS/gg2.spec:1.153
--- SPECS/gg2.spec:1.152Mon Jul 24 12:11:42 2006
+++ SPECS/gg2.spec  Sun Nov 19 00:50:00 2006
@@ -12,13 +12,13 @@
 Summary(es):   GNU Gadu 2 - charlar libremente
 Summary(pl):   GNU Gadu 2 - wolne gadanie
 Name:  gg2
-Version:   2.2.9
-Release:   2
+Version:   2.3.0
+Release:   1
 Epoch: 3
 License:   GPL v2+
 Group: Applications/Communications
-Source0:   http://dl.sourceforge.net/ggadu/%{name}-%{version}.tar.gz
-# Source0-md5: e12c2153993dbbf66f8cefa3c628e7cd
+Source0:   http://dl.sourceforge.net/ggadu/%{name}-%{version}.tar.bz2
+# Source0-md5: dbe6c0f85c9dbb115ee1911d8abbea33
 URL:   http://www.gnugadu.org/
 Patch0:%{name}-desktop.patch
 %{?with_arts:BuildRequires:artsc-devel}
@@ -593,6 +593,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.153  2006/11/18 23:50:00  lisu
+- up to 2.3.0
+- Source0 changed to *.tar.bz2
+
 Revision 1.152  2006/07/24 10:11:42  krzak
 - rel. 2
 - dbus, orange patches removed, already in upstream.


 CVS-web:
http://cvs.pld-linux.org/SPECS/gg2.spec?r1=1.152&r2=1.153&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: anyfs-tools.spec - updated md5

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 23:52:58 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated md5

 Files affected:
SPECS:
   anyfs-tools.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/anyfs-tools.spec
diff -u SPECS/anyfs-tools.spec:1.5 SPECS/anyfs-tools.spec:1.6
--- SPECS/anyfs-tools.spec:1.5  Sat Nov 18 20:31:22 2006
+++ SPECS/anyfs-tools.spec  Sun Nov 19 00:52:53 2006
@@ -7,7 +7,7 @@
 License:   GPL v2
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2
-# Source0-md5: 00b43bf8448a2dfc976fbd0b2da9d6d1
+# Source0-md5: 67c185ae7957ba95427aecef4ff7e0ee
 URL:   http://anyfs-tools.sourceforge.net/
 BuildRequires: bzip2-devel
 BuildRequires: e2fsprogs-devel >= 1.38
@@ -142,6 +142,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/18 23:52:53  qboosh
+- updated md5
+
 Revision 1.5  2006/11/18 19:31:22  shadzik
 - BR: e2fsprogs >= 1.38, kill R: e2fsprogs
 


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


DISTFILES: anyfs-tools-0.84.8.tar.bz2

2006-11-18 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/anyfs-tools/anyfs-tools-0.84.8.tar.bz2
67c185ae7957ba95427aecef4ff7e0ee  anyfs-tools-0.84.8.tar.bz2
Size: 244190 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: mftrace-1.2.5.tar.gz

2006-11-18 Thread qboosh

Files fetched: 1

STORED: http://www.xs4all.nl/~hanwen/mftrace/mftrace-1.2.5.tar.gz
c74c812e4e7f63f63376a13b792249da  mftrace-1.2.5.tar.gz
Size: 68511 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: mftrace.spec - updated to 1.2.5

2006-11-18 Thread qboosh
Author: qboosh   Date: Sat Nov 18 23:54:29 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.5

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

 Diffs:


Index: SPECS/mftrace.spec
diff -u SPECS/mftrace.spec:1.23 SPECS/mftrace.spec:1.24
--- SPECS/mftrace.spec:1.23 Tue Sep 12 13:31:47 2006
+++ SPECS/mftrace.spec  Sun Nov 19 00:54:24 2006
@@ -2,12 +2,12 @@
 Summary:   Generate scalable fonts for TeX
 Summary(pl):   Generowanie skalowanych fontów dla TeXa
 Name:  mftrace
-Version:   1.2.4
+Version:   1.2.5
 Release:   1
 License:   GPL
 Group: Applications/Publishing
 Source0:   http://www.xs4all.nl/~hanwen/mftrace/%{name}-%{version}.tar.gz
-# Source0-md5: 8abde3284dc7dc25c829bd4262f836ee
+# Source0-md5: c74c812e4e7f63f63376a13b792249da
 URL:   http://www.xs4all.nl/~hanwen/mftrace/
 Requires:  potrace
 Requires:  python >= 2.1
@@ -83,6 +83,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24  2006/11/18 23:54:24  qboosh
+- updated to 1.2.5
+
 Revision 1.23  2006/09/12 11:31:47  qboosh
 - updated to 1.2.4
 


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

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


SPECS: kbfx.spec - rc4

2006-11-18 Thread shadzik
Author: shadzik  Date: Sun Nov 19 00:03:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rc4

 Files affected:
SPECS:
   kbfx.spec (1.14 -> 1.15) 

 Diffs:


Index: SPECS/kbfx.spec
diff -u SPECS/kbfx.spec:1.14 SPECS/kbfx.spec:1.15
--- SPECS/kbfx.spec:1.14Mon Nov  6 00:22:01 2006
+++ SPECS/kbfx.spec Sun Nov 19 01:02:55 2006
@@ -2,7 +2,7 @@
 %bcond_withsnap# build cvs snapshot
 
 %define_snap   20060611cvs
-%define_relrc3
+%define_relrc4
 
 Summary:   Kicker bar enhancement for KDE
 Summary(de):   Eine Kicker Erweiterung für KDE
@@ -18,7 +18,7 @@
 # Source10-md5:bf1e8b2406042b37bdaf03347fad4528
 %else
 Source0:   http://dl.sourceforge.net/kbfx/%{name}-%{version}%{_rel}.tar.bz2
-# Source0-md5: f005aad79cce9a4558b73dacf1b3a508
+# Source0-md5: 52bdd89a284c5d8188898c1d97eb7b48
 %endif
 URL:   http://www.linuxlots.com/~siraj/kde/plugin/home/
 BuildRequires: autoconf
@@ -101,6 +101,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15  2006/11/19 00:02:55  shadzik
+- rc4
+
 Revision 1.14  2006/11/05 23:22:01  shadzik
 - rc3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kbfx.spec?r1=1.14&r2=1.15&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: kbfx-20060611cvs.tar.gz kbfx-0.4.9.2rc4.tar.bz2

2006-11-18 Thread shadzik

Files fetched: 1

ALREADY GOT: http://dl.sourceforge.net/kbfx/kbfx-20060611cvs.tar.gz
bf1e8b2406042b37bdaf03347fad4528  kbfx-20060611cvs.tar.gz
STORED: http://dl.sourceforge.net/kbfx/kbfx-0.4.9.2rc4.tar.bz2
52bdd89a284c5d8188898c1d97eb7b48  kbfx-0.4.9.2rc4.tar.bz2
Size: 3339541 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: kile.spec - 1.9.3

2006-11-18 Thread shadzik
Author: shadzik  Date: Sun Nov 19 00:10:36 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.9.3

 Files affected:
SPECS:
   kile.spec (1.40 -> 1.41) 

 Diffs:


Index: SPECS/kile.spec
diff -u SPECS/kile.spec:1.40 SPECS/kile.spec:1.41
--- SPECS/kile.spec:1.40Sat Aug 26 17:27:53 2006
+++ SPECS/kile.spec Sun Nov 19 01:10:31 2006
@@ -2,12 +2,12 @@
 Summary:   KDE Integrated LaTeX Environment
 Summary(pl):   Zintegrowane środowisko LaTeXowe dla KDE
 Name:  kile
-Version:   1.9.2
+Version:   1.9.3
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/kile/%{name}-%{version}.tar.bz2
-# Source0-md5: 2f4fa752595c9011fd9292d7ff99d124
+# Source0-md5: 0404b4be7bced7123111c49918130a1f
 Patch0:%{name}-desktop.patch
 URL:   http://kile.sourceforge.net/
 BuildRequires: automake
@@ -127,6 +127,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.41  2006/11/19 00:10:31  shadzik
+- 1.9.3
+
 Revision 1.40  2006/08/26 15:27:53  shadzik
 - 1.9.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kile.spec?r1=1.40&r2=1.41&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: kile-1.9.3.tar.bz2

2006-11-18 Thread shadzik

Files fetched: 1

STORED: http://dl.sourceforge.net/kile/kile-1.9.3.tar.bz2
0404b4be7bced7123111c49918130a1f  kile-1.9.3.tar.bz2
Size: 5984752 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: device-mapper.spec - updated to 1.02.12

2006-11-18 Thread qboosh
Author: qboosh   Date: Sun Nov 19 00:22:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.02.12

 Files affected:
SPECS:
   device-mapper.spec (1.68 -> 1.69) 

 Diffs:


Index: SPECS/device-mapper.spec
diff -u SPECS/device-mapper.spec:1.68 SPECS/device-mapper.spec:1.69
--- SPECS/device-mapper.spec:1.68   Thu Oct  5 23:23:42 2006
+++ SPECS/device-mapper.specSun Nov 19 01:22:09 2006
@@ -9,12 +9,12 @@
 Summary:   Userspace support for the device-mapper
 Summary(pl):   Wsparcie dla mapowania urządzeń w przestrzeni użytkownika
 Name:  device-mapper
-Version:   1.02.10
+Version:   1.02.12
 Release:   0.1
 License:   GPL v2
 Group: Applications/System
 Source0:   ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz
-# Source0-md5: 26f189bfc37c3fa786f36e47fb0a0ba5
+# Source0-md5: 8e27c50311adfe4fbb448f060ddfb332
 # http://www.redhat.com/archives/dm-devel/2005-March/msg00022.html
 Patch0:%{name}-disable_dynamic_link.patch
 Patch1:%{name}-klibc.patch
@@ -254,6 +254,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.69  2006/11/19 00:22:09  qboosh
+- updated to 1.02.12
+
 Revision 1.68  2006/10/05 21:23:42  qboosh
 - updated to 1.02.10
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/device-mapper.spec?r1=1.68&r2=1.69&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: device-mapper.1.02.12.tgz

2006-11-18 Thread qboosh

Files fetched: 1

STORED: ftp://sources.redhat.com/pub/dm/device-mapper.1.02.12.tgz
8e27c50311adfe4fbb448f060ddfb332  device-mapper.1.02.12.tgz
Size: 162634 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


SOURCES: kernel-desktop-squashfs.patch - updated, from squashfs3.1...

2006-11-18 Thread sparky
Author: sparky   Date: Sun Nov 19 00:24:39 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated, from squashfs3.1-r2, for 2.6.18.1

 Files affected:
SOURCES:
   kernel-desktop-squashfs.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/kernel-desktop-squashfs.patch
diff -u SOURCES/kernel-desktop-squashfs.patch:1.1 
SOURCES/kernel-desktop-squashfs.patch:1.2
--- SOURCES/kernel-desktop-squashfs.patch:1.1   Mon Jun 19 13:39:04 2006
+++ SOURCES/kernel-desktop-squashfs.patch   Sun Nov 19 01:24:33 2006
@@ -1,20 +1,20 @@
-diff --new-file -urp linux-2.6.15/fs/Kconfig 
linux-2.6.15-squashfs3.0/fs/Kconfig
 linux-2.6.15/fs/Kconfig2006-03-01 22:37:27.0 +
-+++ linux-2.6.15-squashfs3.0/fs/Kconfig2006-03-07 21:12:37.0 
+
-@@ -1151,6 +1151,71 @@ config CRAMFS
+diff --new-file -urp linux-2.6.8.1/fs/Kconfig 
linux-2.6.8.1-squashfs3.1/fs/Kconfig
+--- linux-2.6.8.1/fs/Kconfig   2004-08-14 11:55:33.0 +0100
 linux-2.6.8.1-squashfs3.1/fs/Kconfig   2006-08-20 01:16:58.0 
+0100
+@@ -1231,6 +1231,71 @@ config CRAMFS
  
  If unsure, say N.
  
 +config SQUASHFS
-+  tristate "SquashFS 3.0 - Squashed file system support"
++  tristate "SquashFS 3.1 - Squashed file system support"
 +  select ZLIB_INFLATE
 +  help
-+Saying Y here includes support for SquashFS 3.0 (a Compressed 
Read-Only File
++Saying Y here includes support for SquashFS 3.1 (a Compressed 
Read-Only File
 +System).  Squashfs is a highly compressed read-only filesystem for 
Linux.
 +It uses zlib compression to compress both files, inodes and 
directories.
 +Inodes in the system are very small and all blocks are packed to 
minimise
 +data overhead. Block sizes greater than 4K are supported up to a 
maximum of 64K.
-+SquashFS 3.0 supports 64 bit filesystems and files (larger than 4GB), 
full
++SquashFS 3.1 supports 64 bit filesystems and files (larger than 4GB), 
full
 +uid/gid information, hard links and timestamps.
 +
 +Squashfs is intended for general read-only filesystem use, for 
archival
@@ -73,10 +73,10 @@
  config VXFS_FS
tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
help
-diff --new-file -urp linux-2.6.15/fs/Makefile 
linux-2.6.15-squashfs3.0/fs/Makefile
 linux-2.6.15/fs/Makefile   2006-03-01 22:37:27.0 +
-+++ linux-2.6.15-squashfs3.0/fs/Makefile   2006-03-07 21:12:37.0 
+
-@@ -55,6 +55,7 @@ obj-$(CONFIG_EXT3_FS)+= ext3/ # Before
+diff --new-file -urp linux-2.6.8.1/fs/Makefile 
linux-2.6.8.1-squashfs3.1/fs/Makefile
+--- linux-2.6.8.1/fs/Makefile  2004-08-14 11:55:33.0 +0100
 linux-2.6.8.1-squashfs3.1/fs/Makefile  2006-08-11 09:34:50.0 
+0100
+@@ -50,6 +50,7 @@ obj-$(CONFIG_EXT3_FS)+= ext3/ # Before
  obj-$(CONFIG_JBD) += jbd/
  obj-$(CONFIG_EXT2_FS) += ext2/
  obj-$(CONFIG_CRAMFS)  += cramfs/
@@ -84,10 +84,10 @@
  obj-$(CONFIG_RAMFS)   += ramfs/
  obj-$(CONFIG_HUGETLBFS)   += hugetlbfs/
  obj-$(CONFIG_CODA_FS) += coda/
-diff --new-file -urp linux-2.6.15/fs/squashfs/inode.c 
linux-2.6.15-squashfs3.0/fs/squashfs/inode.c
 linux-2.6.15/fs/squashfs/inode.c   1970-01-01 01:00:00.0 +0100
-+++ linux-2.6.15-squashfs3.0/fs/squashfs/inode.c   2006-03-07 
21:12:37.0 +
-@@ -0,0 +1,2127 @@
+diff --new-file -urp linux-2.6.8.1/fs/squashfs/inode.c 
linux-2.6.8.1-squashfs3.1/fs/squashfs/inode.c
+--- linux-2.6.8.1/fs/squashfs/inode.c  1970-01-01 01:00:00.0 +0100
 linux-2.6.8.1-squashfs3.1/fs/squashfs/inode.c  2006-08-20 
01:16:58.0 +0100
+@@ -0,0 +1,2155 @@
 +/*
 + * Squashfs - a compressed read only filesystem for Linux
 + *
@@ -116,6 +116,7 @@
 +#include 
 +#include 
 +#include 
++#include 
 +#include 
 +#include 
 +#include 
@@ -126,7 +127,6 @@
 +#include 
 +#include 
 +#include 
-+#include 
 +#include 
 +#include 
 +#include 
@@ -153,9 +153,6 @@
 +static struct super_block *squashfs_get_sb(struct file_system_type *, int,
 +  const char *, void *);
 +
-+
-+static z_stream stream;
-+
 +static struct file_system_type squashfs_fs_type = {
 +  .owner = THIS_MODULE,
 +  .name = "squashfs",
@@ -339,20 +336,20 @@
 +  if (compressed) {
 +  int zlib_err;
 +
-+  stream.next_in = c_buffer;
-+  stream.avail_in = c_byte;
-+  stream.next_out = buffer;
-+  stream.avail_out = msblk->read_size;
++  msblk->stream.next_in = c_buffer;
++  msblk->stream.avail_in = c_byte;
++  msblk->stream.next_out = buffer;
++  msblk->stream.avail_out = msblk->read_size;
 +
-+  if (((zlib_err = zlib_inflateInit(&stream)) != Z_OK) ||
-+  

DISTFILES: mod_vhost_limit-0.1.tgz

2006-11-18 Thread arekm

Files fetched: 1

STORED: http://apache.ivn.cl/files/source/mod_vhost_limit-0.1.tgz
58e86dfe8f3813f693652ee6740c1c1b  mod_vhost_limit-0.1.tgz
Size: 3479 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: apache-mod_vhost_limit.spec (NEW) - allows limiting max cli...

2006-11-18 Thread arekm
Author: arekmDate: Sun Nov 19 00:35:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- allows limiting max clients on per vhost basis

 Files affected:
SPECS:
   apache-mod_vhost_limit.spec (1.4 -> 1.5)  (NEW)

 Diffs:


Index: SPECS/apache-mod_vhost_limit.spec
diff -u /dev/null SPECS/apache-mod_vhost_limit.spec:1.5
--- /dev/null   Sun Nov 19 01:35:37 2006
+++ SPECS/apache-mod_vhost_limit.spec   Sun Nov 19 01:35:32 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%definemod_namevhost_limit
+%defineapxs/usr/sbin/apxs
+Summary:   Apache module: clients restriction per vhost
+Name:  apache-mod_%{mod_name}
+Version:   0.1
+Release:   1
+License:   Apache
+Group: Networking/Daemons
+Source0:   http://apache.ivn.cl/files/source/mod_vhost_limit-%{version}.tgz
+# Source0-md5: 58e86dfe8f3813f693652ee6740c1c1b
+URL:   http://apache.ivn.cl/#vhostlimit
+BuildRequires: %{apxs}
+BuildRequires: apache-devel >= 2.0.0
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
+Requires:  apache(modules-api) = %apache_modules_api
+Requires:  crondaemon
+Requires:  procps
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_pkglibdir  %(%{apxs} -q LIBEXECDIR 2>/dev/null)
+%define_sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)
+
+%description
+Restrict the number of simultaneous connections per vhost.
+
+%prep
+%setup -q -n mod_vhost_limit-%{version}
+
+%build
+%{apxs} -c mod_vhost_limit.c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pkglibdir}
+
+libtool install mod_vhost_limit.la $RPM_BUILD_ROOT%{_pkglibdir}/
+rm -rf $RPM_BUILD_ROOT%{_pkglibdir}/*.{l,}a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_pkglibdir}/*.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.5  2006/11/19 00:35:32  arekm
+- allows limiting max clients on per vhost basis
+

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


SPECS: python-simplejson.spec (NEW) - first version, builds but no...

2006-11-18 Thread emes
Author: emes Date: Sun Nov 19 00:36:02 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- first version, builds but not tested if works

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

 Diffs:


Index: SPECS/python-simplejson.spec
diff -u /dev/null SPECS/python-simplejson.spec:1.1
--- /dev/null   Sun Nov 19 01:36:02 2006
+++ SPECS/python-simplejson.specSun Nov 19 01:35:57 2006
@@ -0,0 +1,49 @@
+# $Revision$
+%define module  simplejson
+Summary:   Simple, fast, extensible JSON encoder/decoder for Python
+Summary(pl):   Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
+Name:  python-%{module}
+Version:   1.4
+Release:   0.1
+License:   MIT
+Group: Libraries
+Source0:
http://cheeseshop.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
+URL:   http://undefined.org/python/#simplejson
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+simplejson is a simple, fast, complete, correct and extensible JSON
+ encoder and decoder for Python 2.3+. It is pure Python
+code with no dependencies.
+
+%prep
+%setup -qn %{module}-%{version}
+
+%build
+python setup.py build
+   
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+   --root=$RPM_BUILD_ROOT \
+   --optimize=2
+   
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}/*.py[co]
+
+%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/11/19 00:35:57  emes
+- first version, builds but not tested if works
+

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


DISTFILES: simplejson-1.4.tar.gz

2006-11-18 Thread emes

Files fetched: 1

STORED: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-1.4.tar.gz
5fbad786a4b151d44a9b1e1e157e5510  simplejson-1.4.tar.gz
Size: 50065 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: Pylons-0.9.3.tar.gz

2006-11-18 Thread emes

Files fetched: 1

STORED: 
http://cheeseshop.python.org/packages/source/P/Pylons/Pylons-0.9.3.tar.gz
1c36a3d58d81281a0f252a747ad38a00  Pylons-0.9.3.tar.gz
Size: 178834 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: python-Pylons.spec (NEW) - first version, builds but not te...

2006-11-18 Thread emes
Author: emes Date: Sun Nov 19 00:36:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- first version, builds but not tested if works

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

 Diffs:


Index: SPECS/python-Pylons.spec
diff -u /dev/null SPECS/python-Pylons.spec:1.1
--- /dev/null   Sun Nov 19 01:36:51 2006
+++ SPECS/python-Pylons.specSun Nov 19 01:36:46 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%definemodule  pylons
+%define fname   Pylons
+%define python_version  2.4
+Summary:   Pylons Web Framework
+Summary(pl):   Środowisko Pylons
+Name:  python-%{fname}
+Version:   0.9.3
+Release:   0.1
+License:   BSD
+Group: Libraries/Python
+Source0:
http://cheeseshop.python.org/packages/source/P/%{fname}/%{fname}-%{version}.tar.gz
+# Source0-md5:   1c36a3d58d81281a0f252a747ad38a00
+URL:   http://pylonshq.com/
+BuildRequires:  python-setuptools
+Requires:  python >= %{python_version}
+Requires:   python-Paste
+Requires:   python-PasteDeploy
+Requires:   python-simplejson
+Requires:   python-FormEncode
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pylons is a lightweight web framework emphasizing
+flexibility and rapid development.
+
+%description -l pl
+Pylons to nieduże środowisko do szybkiego i elastycznego
+tworzenia interaktywnych stron WWW.
+
+%prep
+%setup -qn %{fname}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+   --root=$RPM_BUILD_ROOT \
+   --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}/*.py[co]
+%{py_sitescriptdir}/%{module}/decorators/*.py[co]
+%{py_sitescriptdir}/%{module}/i18n/*.py[co]
+
+%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/11/19 00:36:46  emes
+- first version, builds but not tested if works
+

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


  1   2   3   4   >