packages: kernel/kernel-tuxonice.patch - for 2.6.39

2011-06-29 Thread wolvverine
Author: wolvverine   Date: Wed Jun 29 09:32:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- for 2.6.39

 Files affected:
packages/kernel:
   kernel-tuxonice.patch (1.23 - 1.24) 

 Diffs:


Index: packages/kernel/kernel-tuxonice.patch
diff -u packages/kernel/kernel-tuxonice.patch:1.23 
packages/kernel/kernel-tuxonice.patch:1.24
--- packages/kernel/kernel-tuxonice.patch:1.23  Fri Mar 25 15:33:15 2011
+++ packages/kernel/kernel-tuxonice.patch   Wed Jun 29 11:32:17 2011
@@ -2239,7 +2239,7 @@
  obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
  obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
 +obj-$(CONFIG_CRYPTO_LZF) += lzf.o
- obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o
+ obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o authencesn.o
  obj-$(CONFIG_CRYPTO_LZO) += lzo.o
  obj-$(CONFIG_CRYPTO_RNG2) += rng.o
 diff --git a/crypto/lzf.c b/crypto/lzf.c
@@ -2799,9 +2799,9 @@
 --- a/fs/drop_caches.c
 +++ b/fs/drop_caches.c
 @@ -8,6 +8,7 @@
- #include linux/writeback.h
  #include linux/sysctl.h
  #include linux/gfp.h
+ #include internal.h
 +#include linux/module.h
  
  /* A global variable is a bit ugly, but it keeps the code simple */
@@ -3203,13 +3203,13 @@
__REQ_MIXED_MERGE,  /* merge of different types, fail separately */
__REQ_SECURE,   /* secure discard (used with __REQ_DISCARD) */
 +  __REQ_TOI,  /* TuxOnIce I/O */
+   __REQ_ON_PLUG,  /* on plug list */
__REQ_NR_BITS,  /* stops here */
  };
- 
 @@ -191,5 +192,6 @@ enum rq_flag_bits {
- #define REQ_IO_STAT   (1  __REQ_IO_STAT)
  #define REQ_MIXED_MERGE   (1  __REQ_MIXED_MERGE)
- #define REQ_SECURE(1  __REQ_SECURE)
+ #define REQ_SECURE(1  __REQ_SECURE
+ #define REQ_ON_PLUG   (1  __REQ_ON_PLUG)
 +#define REQ_TOI   (1  __REQ_TOI)
  
  #endif /* __LINUX_BLK_TYPES_H */


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-tuxonice.patch?r1=1.23r2=1.24f=u

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


packages: kernel/kernel-aufs2.patch - for 2.6.38, NFY

2011-06-29 Thread wolvverine
Author: wolvverine   Date: Wed Jun 29 10:17:48 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- for 2.6.38, NFY

 Files affected:
packages/kernel:
   kernel-aufs2.patch (1.18 - 1.19) 

 Diffs:


Index: packages/kernel/kernel-aufs2.patch
diff -u packages/kernel/kernel-aufs2.patch:1.18 
packages/kernel/kernel-aufs2.patch:1.19
--- packages/kernel/kernel-aufs2.patch:1.18 Fri Mar 25 15:33:14 2011
+++ packages/kernel/kernel-aufs2.patch  Wed Jun 29 12:17:43 2011
@@ -16,10 +16,10 @@
 index a7f7cef..95dd4d3 100644
 --- a/fs/Makefile
 +++ b/fs/Makefile
-@@ -121,3 +121,4 @@ obj-$(CONFIG_BTRFS_FS) += btrfs/
- obj-$(CONFIG_GFS2_FS)   += gfs2/
+@@ -122,3 +122,4 @@ obj-$(CONFIG_GFS2_FS)   += gfs2/
  obj-$(CONFIG_EXOFS_FS)  += exofs/
  obj-$(CONFIG_CEPH_FS) += ceph/
+ obj-$(CONFIG_PSTORE)  += pstore/
 +obj-$(CONFIG_AUFS_FS)   += aufs/
 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
 index b0ada6f..5cb5837 100644


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-aufs2.patch?r1=1.18r2=1.19f=u

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


packages: kernel/kernel-aufs2.patch - for 2.6.39, NFY

2011-06-29 Thread wolvverine
Author: wolvverine   Date: Wed Jun 29 10:19:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- for 2.6.39, NFY

 Files affected:
packages/kernel:
   kernel-aufs2.patch (1.19 - 1.20) 

 Diffs:


Index: packages/kernel/kernel-aufs2.patch
diff -u packages/kernel/kernel-aufs2.patch:1.19 
packages/kernel/kernel-aufs2.patch:1.20
--- packages/kernel/kernel-aufs2.patch:1.19 Wed Jun 29 12:17:43 2011
+++ packages/kernel/kernel-aufs2.patch  Wed Jun 29 12:18:57 2011
@@ -20,7 +20,7 @@
  obj-$(CONFIG_EXOFS_FS)  += exofs/
  obj-$(CONFIG_CEPH_FS) += ceph/
  obj-$(CONFIG_PSTORE)  += pstore/
-+obj-$(CONFIG_AUFS_FS)   += aufs/
++obj-$(CONFIG_AUFS_FS) += aufs/
 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
 index b0ada6f..5cb5837 100644
 --- a/include/linux/Kbuild


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-aufs2.patch?r1=1.19r2=1.20f=u

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


packages: evolution-rss/evolution-rss.spec rel. 1 STBR

2010-10-20 Thread wolvverine
Author: wolvverine   Date: Wed Oct 20 18:04:56 2010 GMT
Module: packages  Tag: HEAD
 Log message:
rel. 1 STBR

 Files affected:
packages/evolution-rss:
   evolution-rss.spec (1.48 - 1.49) 

 Diffs:


Index: packages/evolution-rss/evolution-rss.spec
diff -u packages/evolution-rss/evolution-rss.spec:1.48 
packages/evolution-rss/evolution-rss.spec:1.49
--- packages/evolution-rss/evolution-rss.spec:1.48  Mon Aug  2 13:21:55 2010
+++ packages/evolution-rss/evolution-rss.spec   Wed Oct 20 20:04:47 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.2.0
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -105,6 +105,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.49  2010/10/20 18:04:47  wolvverine
+rel. 1 STBR
+
 Revision 1.48  2010/08/02 11:21:55  wolvverine
 - up to 0.2.0, problem: build with xulrunner
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-rss/evolution-rss.spec?r1=1.48r2=1.49f=u

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


DISTFILES: evolution-rss: evolution-rss-0.2.0.tar.gz

2010-08-02 Thread wolvverine

Files fetched: 1

STORED: http://gnome.eu.org/evolution-rss-0.2.0.tar.gz
8d5ba1cce5081dc777e69a83695a7962  evolution-rss-0.2.0.tar.gz
Size: 662994 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


packages: evolution-rss/evolution-rss.spec - up to 0.2.0, problem: build wi...

2010-08-02 Thread wolvverine
Author: wolvverine   Date: Mon Aug  2 11:22:00 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.2.0, problem: build with xulrunner

 Files affected:
packages/evolution-rss:
   evolution-rss.spec (1.47 - 1.48) 

 Diffs:


Index: packages/evolution-rss/evolution-rss.spec
diff -u packages/evolution-rss/evolution-rss.spec:1.47 
packages/evolution-rss/evolution-rss.spec:1.48
--- packages/evolution-rss/evolution-rss.spec:1.47  Wed Apr 21 19:01:06 2010
+++ packages/evolution-rss/evolution-rss.spec   Mon Aug  2 13:21:55 2010
@@ -1,27 +1,25 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without xulrunner   # without XULRunner render
+%bcond_withxulrunner   # without XULRunner render
 %bcond_without webkit  # without WebKit render
 #
 Summary:   RSS Reader for Evolution Mail
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
-Version:   0.1.4
-Release:   11
+Version:   0.2.0
+Release:   0.1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
-# Source0-md5: e6df6ae91fe41882ccb54231b28d7efd
-Patch0:%{name}-ac.patch
-Patch1:%{name}-libxul.patch
-Patch2:%{name}-0.1.4-recv-feeds2.patch
+# Source0-md5: 8d5ba1cce5081dc777e69a83695a7962
 URL:   http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dbus-glib-devel = 0.74
 BuildRequires: evolution-devel = 2.26.0
+BuildRequires: geoclue-devel
 BuildRequires: gettext-devel
 BuildRequires: gnome-common
 BuildRequires: gtk+2-devel = 2:2.14.0
@@ -29,7 +27,8 @@
 BuildRequires: intltool = 0.40.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomeui-devel = 2.24.0
-BuildRequires: libsoup-devel = 2.4.0
+BuildRequires: libproxy-devel
+BuildRequires: libsoup-gnome-devel = 2.30
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -52,9 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__intltoolize}
@@ -67,6 +63,7 @@
%{__enable_disable xulrunner gecko} \
%{__with xulrunner gecko libxul} \
%{__enable_disable webkit}
+
 %{__make}
 
 %install
@@ -77,7 +74,7 @@
 
 rm $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.la
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -93,12 +90,13 @@
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/evolution-import-rss
 %attr(755,root,root) 
%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
-%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_2.28.server
+#%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.eplug
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
 %{_sysconfdir}/gconf/schemas/evolution-rss.schemas
 %{_datadir}/evolution/*/errors/org-gnome-evolution-rss.error
-%{_datadir}/evolution/*/glade/*.glade
+%{_datadir}/evolution/*/ui/*.ui
+#%{_datadir}/evolution/*/glade/*.glade
 %{_datadir}/evolution/*/images/*.png
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -107,6 +105,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.48  2010/08/02 11:21:55  wolvverine
+- up to 0.2.0, problem: build with xulrunner
+
 Revision 1.47  2010/04/21 17:01:06  arekm
 - release 11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-rss/evolution-rss.spec?r1=1.47r2=1.48f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - up to 1.1.2

2010-07-14 Thread wolvverine
Author: wolvverine   Date: Wed Jul 14 09:58:31 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.1.2

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.14 - 1.15) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.14 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.15
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.14  Tue Dec 
15 14:29:40 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Wed Jul 
14 11:58:26 2010
@@ -5,12 +5,12 @@
 Summary:   OCS-ng Inventory agent for PLD systems
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
 Name:  ocs-inventory-ng-client
-Version:   1.02
+Version:   1.1.2
 Release:   2
 License:   GPL
 Group: Networking/Daemons
-Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-%{version}.tar.gz
-# Source0-md5: 749501586e0c634680c13000b3b2851e
+Source0:   
http://launchpad.net/ocsinventory-unix-agent/stable/ocsinventory-unix-agent-1.1.2/+download/Ocsinventory-Agent-%{version}.tar.gz
+# Source0-md5: c1e8e863d234e7f034a15636a38bfd96
 Source1:%{name}.logrotate
 Source2:   %{name}.cron
 Source3:%{name}.sysconfig
@@ -37,7 +37,7 @@
 Agent OCS-ng Inventory dla systemów PLD.
 
 %prep
-%setup -q -n Ocsinventory-Agent-1.0.1
+%setup -q -n Ocsinventory-Agent-%{version}
 
 # undos the source
 find '(' -name '*.php' -o -name '*.inc' -o  -name '*.conf' -o  -name '*.htc' 
-o  -name '*.js' -o  -name '*.dtd' -o  -name '*.pm' -o  -name '*.css' ')' 
-print0 | xargs -0 sed -i -e 's,\r$,,'
@@ -90,7 +90,8 @@
 %dir %{perl_vendorlib}/Ocsinventory/Agent
 %{perl_vendorlib}/Ocsinventory/Agent/*
 %dir %{_var}/log/ocsinventory-agent
-%{_mandir}/man1/ocsinventory-agent.1p.gz
+%{_mandir}/man1/*.gz
+%{_mandir}/man3/*.gz
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -98,6 +99,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.15  2010/07/14 09:58:26  wolvverine
+- up to 1.1.2
+
 Revision 1.14  2009/12/15 13:29:40  amateja
 - replaced obsolete R: perl-Compress-Zlib with perl-IO-Compress
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.14r2=1.15f=u

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


DISTFILES: ocs-inventory-ng-client: Ocsinventory-Agent-1.1.2.tar.gz

2010-07-14 Thread wolvverine

Files fetched: 1

STORED: 
http://launchpad.net/ocsinventory-unix-agent/stable/ocsinventory-unix-agent-1.1.2/+download/Ocsinventory-Agent-1.1.2.tar.gz
c1e8e863d234e7f034a15636a38bfd96  Ocsinventory-Agent-1.1.2.tar.gz
Size: 1404745 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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - Epoch 1, re...

2010-07-14 Thread wolvverine
Author: wolvverine   Date: Wed Jul 14 10:18:14 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- Epoch 1,rel. 1

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.16 - 1.17) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.16 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.17
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.16  Wed Jul 
14 12:06:45 2010
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Wed Jul 
14 12:18:09 2010
@@ -6,7 +6,8 @@
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
 Name:  ocs-inventory-ng-client
 Version:   1.1.2
-Release:   2
+Release:   1
+Epoch: 1
 License:   GPL
 Group: Networking/Daemons
 Source0:   
http://launchpad.net/ocsinventory-unix-agent/stable/ocsinventory-unix-agent-1.1.2/+download/Ocsinventory-Agent-%{version}.tar.gz
@@ -98,6 +99,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.17  2010/07/14 10:18:09  wolvverine
+- Epoch 1,rel. 1
+
 Revision 1.16  2010/07/14 10:06:45  glen
 - adapter and remove duplicate deps
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.16r2=1.17f=u

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


packages: evolution-rss/evolution-rss-0.1.4-recv-feeds2.patch (NEW) - recei...

2010-02-02 Thread wolvverine
Author: wolvverine   Date: Tue Feb  2 09:09:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- received feeds patch

 Files affected:
packages/evolution-rss:
   evolution-rss-0.1.4-recv-feeds2.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/evolution-rss/evolution-rss-0.1.4-recv-feeds2.patch
diff -u /dev/null 
packages/evolution-rss/evolution-rss-0.1.4-recv-feeds2.patch:1.1
--- /dev/null   Tue Feb  2 10:09:30 2010
+++ packages/evolution-rss/evolution-rss-0.1.4-recv-feeds2.patchTue Feb 
 2 10:09:24 2010
@@ -0,0 +1,34 @@
+diff -Naur evolution-rss-0.1.4/src/rss.c evolution-rss-0.1.4-mod/src/rss.c
+--- evolution-rss-0.1.4/src/rss.c  2009-08-26 05:00:09.0 -0400
 evolution-rss-0.1.4-mod/src/rss.c  2009-11-04 21:35:39.535483549 -0500
+@@ -2812,7 +2812,11 @@
+ GMutex *lock;
+ 
+ /* states/data used during shutdown */
+-enum { MC_QUIT_START, MC_QUIT_SYNC, MC_QUIT_THREADS } quit_state;
++#if EVOLUTION_VERSION = 22800
++  enum { MC_QUIT_NOT_START, MC_QUIT_START, MC_QUIT_SYNC, MC_QUIT_THREADS 
} quit_state;
++#else
++  enum { MC_QUIT_START, MC_QUIT_SYNC, MC_QUIT_THREADS } quit_state;
++#endif
+ };
+ 
+ void
+@@ -2829,7 +2833,7 @@
+   deleted = 1;
+ 
+   MailComponent *mc = mail_component_peek ();
+-if (mc-priv-quit_state != -1)
++if (mc-priv-quit_state != MC_QUIT_NOT_START)
+   rf-cancel_all=1;
+ 
+   d(g_print(taskbar_op_finish() queue:%d\n, rf-feed_queue));
+@@ -3194,7 +3198,7 @@
+ {
+   MailComponent *mc = mail_component_peek ();
+   g_print(stAte:%d\n, mc-priv-quit_state);
+-if (mc-priv-quit_state != -1)
++if (mc-priv-quit_state != MC_QUIT_NOT_START)
+   rf-cancel=1;
+ 
+   if (!rf-pending  !rf-feed_queue  !rf-cancel_all  rf-online) {

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


packages: evolution-rss/evolution-rss.spec - add received feeds patch, rel....

2010-02-02 Thread wolvverine
Author: wolvverine   Date: Tue Feb  2 09:10:57 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- add received feeds patch, rel.8, BR: libpng12-devel, STBR

 Files affected:
packages/evolution-rss:
   evolution-rss.spec (1.42 - 1.43) 

 Diffs:


Index: packages/evolution-rss/evolution-rss.spec
diff -u packages/evolution-rss/evolution-rss.spec:1.42 
packages/evolution-rss/evolution-rss.spec:1.43
--- packages/evolution-rss/evolution-rss.spec:1.42  Fri Jan 22 19:36:56 2010
+++ packages/evolution-rss/evolution-rss.spec   Tue Feb  2 10:10:52 2010
@@ -8,13 +8,14 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.4
-Release:   7
+Release:   8
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
 # Source0-md5: e6df6ae91fe41882ccb54231b28d7efd
 Patch0:%{name}-ac.patch
 Patch1:%{name}-libxul.patch
+Patch2:%{name}-0.1.4-recv-feeds2.patch
 URL:   http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf
@@ -28,6 +29,7 @@
 BuildRequires: intltool = 0.40.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomeui-devel = 2.24.0
+BuildRequires: libpng12-devel
 BuildRequires: libsoup-devel = 2.4.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
@@ -53,6 +55,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__intltoolize}
@@ -104,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.43  2010/02/02 09:10:52  wolvverine
+- add received feeds patch, rel.8, BR: libpng12-devel, STBR
+
 Revision 1.42  2010/01/22 18:36:56  sparky
 - BR: gnome-common
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-rss/evolution-rss.spec?r1=1.42r2=1.43f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate - corec...

2010-01-28 Thread wolvverine
Author: wolvverine   Date: Thu Jan 28 11:24:28 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- corect path

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.logrotate (1.1 - 1.2) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate:1.1 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate:1.2
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate:1.1  
Sun Mar  2 04:45:06 2008
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate  Thu Jan 
28 12:24:23 2010
@@ -15,7 +15,7 @@
 #
 # Rotate OCS Inventory NG agent logs daily, only if not empty
 # Save 7 days old logs under compressed mode
-/var/log/ocsinventory-client/*.log {
+/var/log/ocsinventory-agent/*.log {
daily
rotate 7
compress


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.logrotate?r1=1.1r2=1.2f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.cron - bug

2010-01-12 Thread wolvverine
Author: wolvverine   Date: Tue Jan 12 14:10:51 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- bug

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.cron (1.4 - 1.5) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.4 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.5
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.4   Fri Oct 
23 18:39:03 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron   Tue Jan 
12 15:10:46 2010
@@ -1,8 +1,6 @@
 #!/bin/bash
 NAME=ocsinventory-agent
 
-exec /var/log/$NAME/$NAME.log 21 
-
 [ -f   /etc/sysconfig/$NAME ] || exit 0
 source /etc/sysconfig/$NAME
 export PATH
@@ -37,7 +35,7 @@
fi
OPTS=$OPTS 
--logfile=/var/log/ocsinventory-agent/ocsinventory-agent.log 
echo [$(date '+%c')] Running $NAME $OPTS
-   echo /usr/bin/$NAME  $OPTS
+   /usr/bin/$NAME  $OPTS
fi
((i++))
 done


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron?r1=1.4r2=1.5f=u

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


packages: evolution-rss/evolution-rss.spec rel.5, new xulrunner-libs, STBR

2009-12-17 Thread wolvverine
Author: wolvverine   Date: Thu Dec 17 15:58:12 2009 GMT
Module: packages  Tag: HEAD
 Log message:
 rel.5, new xulrunner-libs, STBR

 Files affected:
packages/evolution-rss:
   evolution-rss.spec (1.37 - 1.38) 

 Diffs:


Index: packages/evolution-rss/evolution-rss.spec
diff -u packages/evolution-rss/evolution-rss.spec:1.37 
packages/evolution-rss/evolution-rss.spec:1.38
--- packages/evolution-rss/evolution-rss.spec:1.37  Sun Nov  8 20:50:01 2009
+++ packages/evolution-rss/evolution-rss.spec   Thu Dec 17 16:58:06 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.4
-Release:   4
+Release:   5
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2009/12/17 15:58:06  wolvverine
+ rel.5, new xulrunner-libs, STBR
+
 Revision 1.37  2009/11/08 19:50:01  megabajt
 - release 4
 
@@ -110,7 +113,7 @@
 - release 3
 
 Revision 1.35  2009/10/29 14:05:14  wolvverine
--new xulrunner-libs, rel.2
+- new xulrunner-libs, rel.2
 
 Revision 1.34  2009/10/27 20:02:33  adamg
 - updated to 0.1.4


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-rss/evolution-rss.spec?r1=1.37r2=1.38f=u

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


packages: proxychains/proxychains.spec (NEW) - init

2009-11-03 Thread wolvverine
Author: wolvverine   Date: Tue Nov  3 16:05:50 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- init

 Files affected:
packages/proxychains:
   proxychains.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/proxychains/proxychains.spec
diff -u /dev/null packages/proxychains/proxychains.spec:1.1
--- /dev/null   Tue Nov  3 17:05:50 2009
+++ packages/proxychains/proxychains.spec   Tue Nov  3 17:05:45 2009
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:   ProxyChains
+Name:  proxychains
+Version:   3.1
+Release:   0.1
+License:   GPL
+Group: Applications
+Source0:   http://dl.sourceforge.net/proxychains/%{name}-%{version}.tar.gz
+# Source0-md5: 4629c156001ab70aa7e98960eb513148
+URL:   http://proxychains.sourceforge.net/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ProxyChains is a program allows you to use SSH, TELNET, VNC, FTP and
+any other Internet application from behind HTTP(HTTPS) and SOCKS(4/5)
+proxy servers. This proxifier provides proxy server support to any
+app.
+
+%prep
+%setup -q
+
+%build
+%{configure}
+%{__make} \
+   CFLAGS=%{rpmcflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libproxychains.so.3.0.0
+%{_libdir}/libproxychains.la
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/11/03 16:05:45  wolvverine
+- init
+
+

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


DISTFILES: proxychains-3.1.tar.gz

2009-11-03 Thread wolvverine

Files fetched: 1

STORED: http://dl.sourceforge.net/proxychains/proxychains-3.1.tar.gz
4629c156001ab70aa7e98960eb513148  proxychains-3.1.tar.gz
Size: 327057 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


packages: evolution-rss/evolution-rss.spec -new xulrunner-libs, rel.2

2009-10-29 Thread wolvverine
Author: wolvverine   Date: Thu Oct 29 14:05:20 2009 GMT
Module: packages  Tag: HEAD
 Log message:
-new xulrunner-libs, rel.2

 Files affected:
packages/evolution-rss:
   evolution-rss.spec (1.34 - 1.35) 

 Diffs:


Index: packages/evolution-rss/evolution-rss.spec
diff -u packages/evolution-rss/evolution-rss.spec:1.34 
packages/evolution-rss/evolution-rss.spec:1.35
--- packages/evolution-rss/evolution-rss.spec:1.34  Tue Oct 27 21:02:33 2009
+++ packages/evolution-rss/evolution-rss.spec   Thu Oct 29 15:05:14 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.4
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2009/10/29 14:05:14  wolvverine
+-new xulrunner-libs, rel.2
+
 Revision 1.34  2009/10/27 20:02:33  adamg
 - updated to 0.1.4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-rss/evolution-rss.spec?r1=1.34r2=1.35f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.cron - add log file

2009-10-23 Thread wolvverine
Author: wolvverine   Date: Fri Oct 23 16:39:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add log file

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.cron (1.3 - 1.4) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.3 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.4
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.3   Wed Oct 
14 20:19:51 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron   Fri Oct 
23 18:39:03 2009
@@ -35,6 +35,7 @@
# Remote inventory
OPTS=$OPTS --lazy --server=${OCSSERVER[$i]}   
fi
+   OPTS=$OPTS 
--logfile=/var/log/ocsinventory-agent/ocsinventory-agent.log 
echo [$(date '+%c')] Running $NAME $OPTS
echo /usr/bin/$NAME  $OPTS
fi


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron?r1=1.3r2=1.4f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - add to cro...

2009-10-23 Thread wolvverine
Author: wolvverine   Date: Fri Oct 23 16:40:23 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add to cron logfile

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.12 - 1.13) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.12 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.13
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.12  Mon Oct 
19 18:21:56 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
23 18:40:17 2009
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
 Name:  ocs-inventory-ng-client
 Version:   1.02
-Release:   1
+Release:   2
 License:   GPL
 Group: Networking/Daemons
 Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-%{version}.tar.gz
@@ -98,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2009/10/23 16:40:17  wolvverine
+- add to cron logfile
+
 Revision 1.12  2009/10/19 16:21:56  wolvverine
 - clean
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.12r2=1.13f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - ready to u...

2009-10-19 Thread wolvverine
Author: wolvverine   Date: Mon Oct 19 15:33:04 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- ready to use from cron (prefered), TODO: use as demon

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.8 - 1.9) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.8 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.9
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.8   Mon Oct 
12 15:22:58 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Mon Oct 
19 17:32:59 2009
@@ -1,20 +1,19 @@
 # $Revision$, $Date$
 #TODO:
-# - init script or cron, choice in %{_sysconfdir}/sysconfig/ocsinventory-agent 
(example in debian)
+# - init script, and choice daemon/cron in /etc/sysconfig/ocsinventory-agent 
(example in debian)
 
 Summary:   OCS-ng Inventory agent for PLD systems
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
 Name:  ocs-inventory-ng-client
 Version:   1.02
-Release:   0.1
+Release:   1
 License:   GPL
 Group: Networking/Daemons
 Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-%{version}.tar.gz
 # Source0-md5: 749501586e0c634680c13000b3b2851e
 Source1:%{name}.logrotate
-Source2:   %{name}.conf
-Source3:   %{name}.cron
-Source4:%{name}.sysconfig
+Source2:   %{name}.cron
+Source3:%{name}.sysconfig
 URL:   http://www.ocsinventory-ng.org/
 BuildRequires: perl-devel = 1:5.6
 BuildRequires: perl-ExtUtils-MakeMaker
@@ -40,7 +39,7 @@
 # undos the source
 find '(' -name '*.php' -o -name '*.inc' -o  -name '*.conf' -o  -name '*.htc' 
-o  -name '*.js' -o  -name '*.dtd' -o  -name '*.pm' -o  -name '*.css' ')' 
-print0 | xargs -0 sed -i -e 's,\r$,,'
 
-# script for migration from old or make new configuration files 
+# remove script for migration from old or make new configuration files 
 mv postinst.pl postinst.pl.old
 touch postinst.pl
 
@@ -53,16 +52,14 @@
 install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{sysconfig,logrotate.d,ocsinventory-agent,cron.daily}}
 install -d 
$RPM_BUILD_ROOT{%{_var}/{log/ocsinventory-agent,lib/ocsinventory-agent},%{_bindir},%{_sbindir},/bin}
 
-OCS_AGENT_ADMININFO_FILE=ocsinv.adm
-
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
 ln -s /usr/sbin/ocsinventory-client.pl $RPM_BUILD_ROOT/bin/ocsinv
+ln -s /etc/sysconfig/ocsinventory-agent 
$RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-agent/ocsinventory-agent
 install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ocsinventory-agent
-install %SOURCE2 
$RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-agent/ocsinventory-agent
-install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ocsinventory-agent
-install %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ocsinventory-agent
+install %SOURCE2 $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ocsinventory-agent
+install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ocsinventory-agent
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -70,11 +67,10 @@
 %files
 %defattr(644,root,root,755)
 %doc README 
-#Ocsinventory/README
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/ocsinventory-agent
 %dir %{_sysconfdir}/ocsinventory-agent
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/ocsinventory-agent/ocsinventory-agent
-%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size)  
%{_sysconfdir}/cron.daily/ocsinventory-agent
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/cron.daily/ocsinventory-agent
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/sysconfig/ocsinventory-agent
 #%{_sysconfdir}/init.d/ocsinventory-agent
 %attr(755,root,root) %{_bindir}/*
@@ -96,6 +92,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2009/10/19 15:32:59  wolvverine
+- ready to use from cron (prefered), TODO: use as demon
+
 Revision 1.8  2009/10/12 13:22:58  wolvverine
 - not run postinst.pl
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.8r2=1.9f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - add sugges...

2009-10-19 Thread wolvverine
Author: wolvverine   Date: Mon Oct 19 15:46:27 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add suggest packages for x86/x86_64

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.9 - 1.10) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.9 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.10
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.9   Mon Oct 
19 17:32:59 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Mon Oct 
19 17:46:22 2009
@@ -24,6 +24,11 @@
 Requires:  perl-Net-IP = 1.21
 Requires:  perl-Compress-Zlib = 1.33
 Requires:  perl-XML-Simple
+%ifarch i586 i686 athlon pentium3 pentium4 %{x8664}
+Suggests:  dmidecode
+Suggests:  nmap
+Suggests:  lspci
+%endif
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -92,6 +97,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2009/10/19 15:46:22  wolvverine
+- add suggest packages for x86/x86_64
+
 Revision 1.9  2009/10/19 15:32:59  wolvverine
 - ready to use from cron (prefered), TODO: use as demon
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.9r2=1.10f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - correct su...

2009-10-19 Thread wolvverine
Author: wolvverine   Date: Mon Oct 19 16:17:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- correct suggest packages

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.10 - 1.11) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.10 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.11
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.10  Mon Oct 
19 17:46:22 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Mon Oct 
19 18:17:06 2009
@@ -24,11 +24,9 @@
 Requires:  perl-Net-IP = 1.21
 Requires:  perl-Compress-Zlib = 1.33
 Requires:  perl-XML-Simple
-%ifarch i586 i686 athlon pentium3 pentium4 %{x8664}
 Suggests:  dmidecode
 Suggests:  nmap
-Suggests:  lspci
-%endif
+Suggests:  pciutils
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -97,6 +95,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2009/10/19 16:17:06  wolvverine
+- correct suggest packages
+
 Revision 1.10  2009/10/19 15:46:22  wolvverine
 - add suggest packages for x86/x86_64
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.10r2=1.11f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - clean

2009-10-19 Thread wolvverine
Author: wolvverine   Date: Mon Oct 19 16:22:01 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- clean

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.11 - 1.12) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.11 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.12
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.11  Mon Oct 
19 18:17:06 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Mon Oct 
19 18:21:56 2009
@@ -64,6 +64,9 @@
 install %SOURCE2 $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ocsinventory-agent
 install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ocsinventory-agent
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Ocsinventory/Agent/.packlist
+%{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -95,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2009/10/19 16:21:56  wolvverine
+- clean
+
 Revision 1.11  2009/10/19 16:17:06  wolvverine
 - correct suggest packages
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.11r2=1.12f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig - add d...

2009-10-19 Thread wolvverine
Author: wolvverine   Date: Mon Oct 19 16:56:51 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add description

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.sysconfig (1.1 - 1.2) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig:1.1 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig:1.2
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig:1.1  
Fri Oct  9 17:27:52 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig  Mon Oct 
19 18:56:45 2009
@@ -2,5 +2,6 @@
 OCSMODE=none
 #OCSPAUSE=
 #OCSTAG=
+# ip/server name or zlocal for local store XML file in 
/var/lib/ocsinventory-agent
 #OCSSERVER=localhost
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig?r1=1.1r2=1.2f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.cron - add OCSNOS...

2009-10-14 Thread wolvverine
Author: wolvverine   Date: Wed Oct 14 18:19:56 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add OCSNOSOFTWARE and OCSFORCE

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.cron (1.2 - 1.3) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.2 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.3
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.2   Fri Oct 
 9 17:19:31 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron   Wed Oct 
14 20:19:51 2009
@@ -16,11 +16,19 @@
OPTS=--wait ${OCSPAUSE[$i]}
fi
 
+   if [ ${OCSNOSOFTWARE[$i]} = '1' ] || [ ${OCSNOSOFTWARE[$i]} 
= 'yes' ]; then
+   OPTS=$OPTS --nosoftware
+   fi
+
+   if [ ${OCSFORCE[$i]} = '1' ] || [ ${OCSFORCE[$i]} = 'yes' 
]; then
+   OPTS=$OPTS --force
+   fi
+
if [ ! -z ${OCSTAG[$i]} ]; then
OPTS=$OPTS --tag=${OCSTAG[$i]}
fi
 
-   if [ z${OCSSERVER[$i]} = 'zlocal' ]; then
+   if [ ${OCSSERVER[$i]} = 'zlocal' ]; then
# Local inventory
OPTS=$OPTS --local=/var/lib/$NAME
elif [ ! -z ${OCSSERVER[$i]} ]; then
@@ -28,9 +36,9 @@
OPTS=$OPTS --lazy --server=${OCSSERVER[$i]}   
fi
echo [$(date '+%c')] Running $NAME $OPTS
-   /usr/bin/$NAME  $OPTS
+   echo /usr/bin/$NAME  $OPTS
fi
((i++))
 done
-echo [$(date '+%c')] End of cron job ($PATH)
+echo [$(date '+%c')] End of cron job ($0)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron?r1=1.2r2=1.3f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - not run po...

2009-10-12 Thread wolvverine
Author: wolvverine   Date: Mon Oct 12 13:23:04 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- not run postinst.pl

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.7 - 1.8) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.7 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.8
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.7   Fri Oct 
 9 17:33:04 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Mon Oct 
12 15:22:58 2009
@@ -40,6 +40,10 @@
 # undos the source
 find '(' -name '*.php' -o -name '*.inc' -o  -name '*.conf' -o  -name '*.htc' 
-o  -name '*.js' -o  -name '*.dtd' -o  -name '*.pm' -o  -name '*.css' ')' 
-print0 | xargs -0 sed -i -e 's,\r$,,'
 
+# script for migration from old or make new configuration files 
+mv postinst.pl postinst.pl.old
+touch postinst.pl
+
 %build
 %{__perl} Makefile.PL \
INSTALLDIRS=vendor
@@ -92,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2009/10/12 13:22:58  wolvverine
+- not run postinst.pl
+
 Revision 1.7  2009/10/09 15:33:04  wolvverine
 - correct
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.7r2=1.8f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - up to 1.02...

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 14:41:25 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.02, NFY

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.2 - 1.3) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.2 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.3
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.2   Sun Mar 
 2 18:10:02 2008
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
 9 16:41:20 2009
@@ -3,12 +3,12 @@
 Summary:   OCS-ng Inventory agent for PLD systems
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
 Name:  ocs-inventory-ng-client
-Version:   1.01
+Version:   1.02
 Release:   0.1
 License:   GPL
 Group: Networking/Daemons
-Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_LINUX_AGENT_%{version}.tar.gz
-# Source0-md5: 9e5a5893cd83eb94637c34b60286dcb8
+Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-%{version}.tar.gz
+# Source0-md5: 749501586e0c634680c13000b3b2851e
 Source1:   %{name}.conf
 Source2:   %{name}.adm
 Source3:   %{name}.cron
@@ -24,6 +24,7 @@
 Requires:  ipdiscover
 Requires:  perl-Net-IP = 1.21
 Requires:  perl-Compress-Zlib = 1.33
+Requires:  perl-XML-Simple
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,53 +35,53 @@
 Agent OCS-ng Inventory dla systemów PLD.
 
 %prep
-%setup -q -n OCSNG_LINUX_AGENT_%{version}
+%setup -q -n Ocsinventory-Agent-1.0.1
 
 # undos the source
 find '(' -name '*.php' -o -name '*.inc' -o  -name '*.conf' -o  -name '*.htc' 
-o  -name '*.js' -o  -name '*.dtd' -o  -name '*.pm' -o  -name '*.css' ')' 
-print0 | xargs -0 sed -i -e 's,\r$,,'
 
 %build
-cd Ocsinventory
 %{__perl} Makefile.PL \
INSTALLDIRS=vendor
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{logrotate.d,ocsinventory-client,cron.d}}
-install -d 
$RPM_BUILD_ROOT{%{_var}/log/ocsinventory-client,%{_bindir},%{_sbindir},/bin}
+install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{logrotate.d,ocsinventory-agent,cron.d}}
+install -d 
$RPM_BUILD_ROOT{%{_var}/{log/ocsinventory-agent,lib/ocsinventory-agent},%{_bindir},%{_sbindir},/bin}
 
 OCS_AGENT_ADMININFO_FILE=ocsinv.adm
 
-cd Ocsinventory
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
 ln -s /usr/sbin/ocsinventory-client.pl $RPM_BUILD_ROOT/bin/ocsinv
-install %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ocsinventory-client
-install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-client/ocsinv.conf
-install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/ocsinventory-client
+install %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ocsinventory-agent
+install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-agent/ocsinv.conf
+install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/ocsinventory-agent
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README changelogs 
+%doc README 
 #Ocsinventory/README
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/ocsinventory-client
-%dir %{_sysconfdir}/ocsinventory-client
-%{_sysconfdir}/ocsinventory-client/ocsinv.conf
-%{_sysconfdir}/cron.d/ocsinventory-client
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/ocsinventory-agent
+%dir %{_sysconfdir}/ocsinventory-agent
+%{_sysconfdir}/ocsinventory-agent/ocsinv.conf
+%{_sysconfdir}/cron.d/ocsinventory-agent
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) /bin/ocsinv
 %{_datadir}/%{name}/
 %dir %{perl_vendorlib}/Ocsinventory
-%{perl_vendorlib}/Ocsinventory/Agent.pm
-%{perl_vendorlib}/Ocsinventory/ocsinventory-client.pl
+%{perl_vendorlib}/Ocsinventory/*.pm
+%{perl_vendorlib}/Ocsinventory/*.pl
+%dir %{perl_vendorlib}/Ocsinventory/LoggerBackend
+%{perl_vendorlib}/Ocsinventory/LoggerBackend/*.pm
 %dir %{perl_vendorlib}/Ocsinventory/Agent
 %{perl_vendorlib}/Ocsinventory/Agent/*
-%dir %{_var}/log/ocsinventory-client
+%dir %{_var}/log/ocsinventory-agent
+%{_mandir}/man1/ocsinventory-agent.1p.gz
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -88,6 +89,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2009/10/09 14:41:20  wolvverine
+- up to 1.02, NFY
+
 Revision 1.2  2008/03/02 17:10:02  wolvverine
 - correct %files
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.2r2=1.3f=u

___
pld-cvs-commit mailing list
pld-cvs

DISTFILES: OCSNG_UNIX_AGENT-1.02.tar.gz

2009-10-09 Thread wolvverine

Files fetched: 1

STORED: http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-1.02.tar.gz
749501586e0c634680c13000b3b2851e  OCSNG_UNIX_AGENT-1.02.tar.gz
Size: 1392033 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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - correct R, ...

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 14:48:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- correct R, NFY

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.3 - 1.4) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.3 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.4
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.3   Fri Oct 
 9 16:41:20 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
 9 16:48:04 2009
@@ -17,11 +17,9 @@
 BuildRequires: perl-devel = 1:5.6
 BuildRequires: perl-ExtUtils-MakeMaker
 Requires:  perl-Net-SSLeay
-Requires:  libwww-perl
 Requires:  perl-Digest-MD5
 Requires:  perl-XML-Simple = 2.12
 Requires:  dmidecode
-Requires:  ipdiscover
 Requires:  perl-Net-IP = 1.21
 Requires:  perl-Compress-Zlib = 1.33
 Requires:  perl-XML-Simple
@@ -89,6 +87,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2009/10/09 14:48:04  wolvverine
+- correct R, NFY
+
 Revision 1.3  2009/10/09 14:41:20  wolvverine
 - up to 1.02, NFY
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.3r2=1.4f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.conf - new config

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:09:31 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- new config

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.conf (1.1 - 1.2) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf:1.1 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf:1.2
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf:1.1   Sun Mar 
 2 04:45:06 2008
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf   Fri Oct 
 9 17:09:26 2009
@@ -1,7 +1,5 @@
-CONF
-DEVICEIDwrite hostname/description here/DEVICEID
-DMIVERSION2.9/DMIVERSION
-IPDISCOVER_VERSION1/IPDISCOVER_VERSION
-OCSFSERVERlocal/OCSFSERVER
-!-- OCSFSERVERlocalhost:80/OCSFSERVER --
-/CONF
+server=localhost
+#tag=
+#nosoftware=1
+#force=0
+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.conf?r1=1.1r2=1.2f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.cron - daily cron

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:19:37 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- daily cron

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.cron (1.1 - 1.2) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.1 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.2
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron:1.1   Sun Mar 
 2 04:45:06 2008
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron   Fri Oct 
 9 17:19:31 2009
@@ -1 +1,36 @@
-1 12 * * * root cd /usr/sbin  perl ocsinventory-client.pl  /dev/null 21
+#!/bin/bash
+NAME=ocsinventory-agent
+
+exec /var/log/$NAME/$NAME.log 21 
+
+[ -f   /etc/sysconfig/$NAME ] || exit 0
+source /etc/sysconfig/$NAME
+export PATH
+
+i=0
+while [ $i -lt ${#OCSMODE[*]} ]
+do
+   if [ ${OCSMODE[$i]:-none} == cron ]; then
+   OPTS=
+   if [ ! -z ${OCSPAUSE[$i]} ]; then
+   OPTS=--wait ${OCSPAUSE[$i]}
+   fi
+
+   if [ ! -z ${OCSTAG[$i]} ]; then
+   OPTS=$OPTS --tag=${OCSTAG[$i]}
+   fi
+
+   if [ z${OCSSERVER[$i]} = 'zlocal' ]; then
+   # Local inventory
+   OPTS=$OPTS --local=/var/lib/$NAME
+   elif [ ! -z ${OCSSERVER[$i]} ]; then
+   # Remote inventory
+   OPTS=$OPTS --lazy --server=${OCSSERVER[$i]}   
+   fi
+   echo [$(date '+%c')] Running $NAME $OPTS
+   /usr/bin/$NAME  $OPTS
+   fi
+   ((i++))
+done
+echo [$(date '+%c')] End of cron job ($PATH)
+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.cron?r1=1.1r2=1.2f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig (NEW) -...

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:27:57 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- run from cron

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.sysconfig (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig
diff -u /dev/null 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig:1.1
--- /dev/null   Fri Oct  9 17:27:57 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.sysconfig  Fri Oct 
 9 17:27:52 2009
@@ -0,0 +1,6 @@
+# use cron or none
+OCSMODE=none
+#OCSPAUSE=
+#OCSTAG=
+#OCSSERVER=localhost
+

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - conf

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:28:28 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- conf

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.4 - 1.5) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.4 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.5
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.4   Fri Oct 
 9 16:48:04 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
 9 17:28:22 2009
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+#TODO:
+# - init script or cron, choice in %{_sysconfdir}/sysconfig/ocsinventory-agent 
(example in debian)
 
 Summary:   OCS-ng Inventory agent for PLD systems
 Summary(pl.UTF-8): Agent OCS-ng Inventory dla systemów PLD
@@ -9,10 +11,10 @@
 Group: Networking/Daemons
 Source0:   
http://dl.sourceforge.net/ocsinventory/OCSNG_UNIX_AGENT-%{version}.tar.gz
 # Source0-md5: 749501586e0c634680c13000b3b2851e
-Source1:   %{name}.conf
-Source2:   %{name}.adm
+Source1:%{name}.logrotate
+Source2:   %{name}.conf
 Source3:   %{name}.cron
-Source4:   %{name}.logrotate
+Source4:%{name}.sysconfig
 URL:   http://www.ocsinventory-ng.org/
 BuildRequires: perl-devel = 1:5.6
 BuildRequires: perl-ExtUtils-MakeMaker
@@ -53,9 +55,10 @@
DESTDIR=$RPM_BUILD_ROOT
 
 ln -s /usr/sbin/ocsinventory-client.pl $RPM_BUILD_ROOT/bin/ocsinv
-install %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ocsinventory-agent
-install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-agent/ocsinv.conf
-install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/ocsinventory-agent
+install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ocsinventory-agent
+install %SOURCE2 
$RPM_BUILD_ROOT%{_sysconfdir}/ocsinventory-agent/ocsinventory-agent
+install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/ocsinventory-agent
+install %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ocsinventory-agent
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,10 +69,11 @@
 #Ocsinventory/README
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/ocsinventory-agent
 %dir %{_sysconfdir}/ocsinventory-agent
-%{_sysconfdir}/ocsinventory-agent/ocsinv.conf
-%{_sysconfdir}/cron.d/ocsinventory-agent
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/ocsinventory-agent/ocsinventory-agent
+%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size)  
%{_sysconfdir}/cron.daily/ocsinventory-agent
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/sysconfig/ocsinventory-agent
+#%{_sysconfdir}/init.d/ocsinventory-agent
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) /bin/ocsinv
 %{_datadir}/%{name}/
 %dir %{perl_vendorlib}/Ocsinventory
 %{perl_vendorlib}/Ocsinventory/*.pm
@@ -87,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2009/10/09 15:28:22  wolvverine
+- conf
+
 Revision 1.4  2009/10/09 14:48:04  wolvverine
 - correct R, NFY
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.4r2=1.5f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - daily cron

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:30:49 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- daily cron

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.5 - 1.6) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.5 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.6
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.5   Fri Oct 
 9 17:28:22 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
 9 17:30:44 2009
@@ -46,7 +46,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{logrotate.d,ocsinventory-agent,cron.d}}
+install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{logrotate.d,ocsinventory-agent,cron.daily}}
 install -d 
$RPM_BUILD_ROOT{%{_var}/{log/ocsinventory-agent,lib/ocsinventory-agent},%{_bindir},%{_sbindir},/bin}
 
 OCS_AGENT_ADMININFO_FILE=ocsinv.adm
@@ -91,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2009/10/09 15:30:44  wolvverine
+- daily cron
+
 Revision 1.5  2009/10/09 15:28:22  wolvverine
 - conf
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.5r2=1.6f=u

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


packages: ocs-inventory-ng-client/ocs-inventory-ng-client.spec - correct

2009-10-09 Thread wolvverine
Author: wolvverine   Date: Fri Oct  9 15:33:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- correct

 Files affected:
packages/ocs-inventory-ng-client:
   ocs-inventory-ng-client.spec (1.6 - 1.7) 

 Diffs:


Index: packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec
diff -u packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.6 
packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.7
--- packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec:1.6   Fri Oct 
 9 17:30:44 2009
+++ packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec   Fri Oct 
 9 17:33:04 2009
@@ -46,7 +46,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{logrotate.d,ocsinventory-agent,cron.daily}}
+install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sysconfdir}/{sysconfig,logrotate.d,ocsinventory-agent,cron.daily}}
 install -d 
$RPM_BUILD_ROOT{%{_var}/{log/ocsinventory-agent,lib/ocsinventory-agent},%{_bindir},%{_sbindir},/bin}
 
 OCS_AGENT_ADMININFO_FILE=ocsinv.adm
@@ -74,6 +74,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/sysconfig/ocsinventory-agent
 #%{_sysconfdir}/init.d/ocsinventory-agent
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) /bin/ocsinv
 %{_datadir}/%{name}/
 %dir %{perl_vendorlib}/Ocsinventory
 %{perl_vendorlib}/Ocsinventory/*.pm
@@ -91,6 +92,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2009/10/09 15:33:04  wolvverine
+- correct
+
 Revision 1.6  2009/10/09 15:30:44  wolvverine
 - daily cron
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocs-inventory-ng-client/ocs-inventory-ng-client.spec?r1=1.6r2=1.7f=u

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


packages: wine/wine-secur32.patch (NEW) - Bug 17296, Partial support for SEC...

2009-06-09 Thread wolvverine
Author: wolvverine   Date: Tue Jun  9 11:34:06 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- Bug 17296,Partial support for SECPKG_ATTR_REMOTE_CERT_CONTEXT and 
SECPKG_ATTR_CONNECTION_INFO.

 Files affected:
packages/wine:
   wine-secur32.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/wine/wine-secur32.patch
diff -u /dev/null packages/wine/wine-secur32.patch:1.1
--- /dev/null   Tue Jun  9 13:34:06 2009
+++ packages/wine/wine-secur32.patchTue Jun  9 13:34:01 2009
@@ -0,0 +1,61 @@
+diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c
+index 8f127e6..ce711e4 100644
+--- a/dlls/secur32/schannel.c
 b/dlls/secur32/schannel.c
+@@ -48,6 +48,7 @@ MAKE_FUNCPTR(gnutls_alert_get);
+ MAKE_FUNCPTR(gnutls_alert_get_name);
+ MAKE_FUNCPTR(gnutls_certificate_allocate_credentials);
+ MAKE_FUNCPTR(gnutls_certificate_free_credentials);
++MAKE_FUNCPTR(gnutls_certificate_get_peers);
+ MAKE_FUNCPTR(gnutls_cipher_get);
+ MAKE_FUNCPTR(gnutls_credentials_set);
+ MAKE_FUNCPTR(gnutls_deinit);
+@@ -872,6 +873,31 @@ static SECURITY_STATUS SEC_ENTRY 
schan_QueryContextAttributesW(
+ return SEC_E_OK;
+ }
+ 
++case SECPKG_ATTR_REMOTE_CERT_CONTEXT:
++{
++unsigned int list_count;
++const gnutls_datum_t *list;
++PCCERT_CONTEXT *context = (PCCERT_CONTEXT *)buffer;
++list = pgnutls_certificate_get_peers(ctx-session, list_count);
++FIXME(Got %d certs\n, list_count);
++*context = CertCreateCertificateContext(X509_ASN_ENCODING | 
PKCS_7_ASN_ENCODING, list[0].data, list[0].size);
++return SEC_E_OK;
++}
++
++case SECPKG_ATTR_CONNECTION_INFO:
++{
++SecPkgContext_ConnectionInfo *conn_info = 
(SecPkgContext_ConnectionInfo *)buffer;
++FIXME(conn_info %p\n, conn_info);
++conn_info-dwProtocol = SP_PROT_TLS1_CLIENT;
++conn_info-aiCipher = CALG_AES_256;
++conn_info-dwCipherStrength = 256;
++conn_info-aiHash = CALG_SHA;
++conn_info-dwHashStrength = 160;
++conn_info-aiExch = CALG_RSA_KEYX;
++conn_info-dwExchStrength = 1024;
++return SEC_E_OK;
++}
++
+ default:
+ FIXME(Unhandled attribute %#x\n, attribute);
+ return SEC_E_UNSUPPORTED_FUNCTION;
+@@ -887,6 +913,8 @@ static SECURITY_STATUS SEC_ENTRY 
schan_QueryContextAttributesA(
+ switch(attribute)
+ {
+ case SECPKG_ATTR_STREAM_SIZES:
++case SECPKG_ATTR_REMOTE_CERT_CONTEXT:
++case SECPKG_ATTR_CONNECTION_INFO:
+ return schan_QueryContextAttributesW(context_handle, attribute, 
buffer);
+ 
+ default:
+@@ -1220,6 +1248,7 @@ void SECUR32_initSchannelSP(void)
+ LOAD_FUNCPTR(gnutls_alert_get_name)
+ LOAD_FUNCPTR(gnutls_certificate_allocate_credentials)
+ LOAD_FUNCPTR(gnutls_certificate_free_credentials)
++LOAD_FUNCPTR(gnutls_certificate_get_peers)
+ LOAD_FUNCPTR(gnutls_cipher_get)
+ LOAD_FUNCPTR(gnutls_credentials_set)
+ LOAD_FUNCPTR(gnutls_deinit)

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


packages: wine/wine.spec - add patch: Bug 17296,STBR

2009-06-09 Thread wolvverine
Author: wolvverine   Date: Tue Jun  9 11:43:31 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add patch: Bug 17296,STBR

 Files affected:
packages/wine:
   wine.spec (1.360 - 1.361) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.360 packages/wine/wine.spec:1.361
--- packages/wine/wine.spec:1.360   Sun Jun  7 17:20:49 2009
+++ packages/wine/wine.spec Tue Jun  9 13:43:26 2009
@@ -31,7 +31,7 @@
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:  wine
 Version:   1.1.23
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL
 Group: Applications/Emulators
@@ -45,6 +45,7 @@
 Patch5:%{name}-ca_certificates.patch
 Patch6:%{name}-notarget.patch
 Patch7:%{name}-manpaths.patch
+Patch8:%{name}-secur32.patch
 #PatchX:   %{name}-dga.patch
 URL:   http://www.winehq.org/
 BuildRequires: OpenGL-GLU-devel
@@ -259,6 +260,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # turn off compilation of some tools
 sed -i -e s|winetest \\\|\\\|;s|avitools|| programs/Makefile.in
@@ -518,6 +520,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.361  2009/06/09 11:43:26  wolvverine
+- add patch: Bug 17296,STBR
+
 Revision 1.360  2009/06/07 15:20:49  adamg
 - updated to 1.1.23
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.360r2=1.361f=u

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


SVN: planet/myfeeds/index.html.tmpl

2009-06-03 Thread wolvverine
Author: wolvverine
Date: Wed Jun  3 17:23:16 2009
New Revision: 10370

Modified:
   planet/myfeeds/index.html.tmpl
Log:
- Add RSS links in HEAD

Modified: planet/myfeeds/index.html.tmpl
==
--- planet/myfeeds/index.html.tmpl  (original)
+++ planet/myfeeds/index.html.tmpl  Wed Jun  3 17:23:16 2009
@@ -5,6 +5,8 @@
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
meta name=generator content=TMPL_VAR generator /
link rel=stylesheet href=planet.css type=text/css media=screen 
/
+   link id=RSSLink title=Planet PLD RSS 2.0 Feed 
type=application/rss+xml rel=alternate  href=rss20.xml /
+   link id=RSSLink title=Planet PLD RSS 1.0 Feed 
type=application/rss+xml rel=alternate  href=rss10.xml /
 /head
 body
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: ddclient/ddclient.spec - add cache directory, STBR

2009-05-29 Thread wolvverine
Author: wolvverine   Date: Fri May 29 14:20:38 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add cache directory, STBR

 Files affected:
packages/ddclient:
   ddclient.spec (1.22 - 1.23) 

 Diffs:


Index: packages/ddclient/ddclient.spec
diff -u packages/ddclient/ddclient.spec:1.22 
packages/ddclient/ddclient.spec:1.23
--- packages/ddclient/ddclient.spec:1.22Wed May 27 17:52:36 2009
+++ packages/ddclient/ddclient.spec Fri May 29 16:20:32 2009
@@ -5,7 +5,7 @@
 Summary(pt_BR.UTF-8):  Cliente para atualizar entradas DNS dinâmicas no 
DynDNS.org
 Name:  ddclient
 Version:   3.8.0
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v2
 Group: Networking
@@ -63,7 +63,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/ddclient,/etc/rc.d/init.d,%{_sbindir}}
+install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/ddclient,/etc/rc.d/init.d,%{_sbindir},%{_var}/cache/%{name}}
 
 install sample-etc_ddclient.conf 
$RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf
 install %{name} $RPM_BUILD_ROOT%{_sbindir}
@@ -97,6 +97,7 @@
 %dir %{_sysconfdir}/%{name}
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/%{name}.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
+%dir %{_var}/cache/%{name}
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -104,6 +105,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2009/05/29 14:20:32  wolvverine
+- add cache directory, STBR
+
 Revision 1.22  2009/05/27 15:52:36  wolvverine
 - up to 3.8.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ddclient/ddclient.spec?r1=1.22r2=1.23f=u

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


packages: ddclient/ddclient.spec - up to 3.8.0

2009-05-27 Thread wolvverine
Author: wolvverine   Date: Wed May 27 15:52:41 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 3.8.0

 Files affected:
packages/ddclient:
   ddclient.spec (1.21 - 1.22) 

 Diffs:


Index: packages/ddclient/ddclient.spec
diff -u packages/ddclient/ddclient.spec:1.21 
packages/ddclient/ddclient.spec:1.22
--- packages/ddclient/ddclient.spec:1.21Mon Aug  4 11:25:06 2008
+++ packages/ddclient/ddclient.spec Wed May 27 17:52:36 2009
@@ -4,13 +4,13 @@
 Summary(pl.UTF-8): Narzędzie do dynamicznych adresów IP
 Summary(pt_BR.UTF-8):  Cliente para atualizar entradas DNS dinâmicas no 
DynDNS.org
 Name:  ddclient
-Version:   3.7.3
+Version:   3.8.0
 Release:   1
 Epoch: 1
 License:   GPL v2
 Group: Networking
 Source0:   http://dl.sourceforge.net/ddclient/%{name}-%{version}.tar.bz2
-# Source0-md5: f6a55bc68cf73ffe7e80d2fa5cd44f85
+# Source0-md5: 6cac7a5eb1da781bfd4d98cef0b21f8e
 Source1:   %{name}.init
 URL:   http://ddclient.sourceforge.net/
 BuildRequires: rpm-perlprov
@@ -104,6 +104,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2009/05/27 15:52:36  wolvverine
+- up to 3.8.0
+
 Revision 1.21  2008/08/04 09:25:06  zbyniu
 - up to 3.7.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ddclient/ddclient.spec?r1=1.21r2=1.22f=u

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


DISTFILES: ddclient-3.8.0.tar.bz2

2009-05-27 Thread wolvverine

Files fetched: 1

STORED: http://master.dl.sourceforge.net/ddclient/ddclient-3.8.0.tar.bz2
6cac7a5eb1da781bfd4d98cef0b21f8e  ddclient-3.8.0.tar.bz2
Size: 41701 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


packages: get-all-specs.sh (NEW) - get all specs

2009-05-27 Thread wolvverine
Author: wolvverine   Date: Wed May 27 16:47:13 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- get all specs

 Files affected:
packages:
   get-all-specs.sh (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/get-all-specs.sh
diff -u /dev/null packages/get-all-specs.sh:1.1
--- /dev/null   Wed May 27 18:47:13 2009
+++ packages/get-all-specs.sh   Wed May 27 18:47:08 2009
@@ -0,0 +1,5 @@
+#!bin/sh
+# get only *.spec files from packages/
+# thx SamChi,pawelz
+
+cd .. ; wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed 
'/a href=\./!d' | sed 's,^.*a href=\./\(.*\)/.*$,\packages/\1/\1.spec,' | 
xargs cvs get

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


packages: get-all-specs.sh - ups

2009-05-27 Thread wolvverine
Author: wolvverine   Date: Wed May 27 16:53:50 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- ups

 Files affected:
packages:
   get-all-specs.sh (1.1 - 1.2) 

 Diffs:


Index: packages/get-all-specs.sh
diff -u packages/get-all-specs.sh:1.1 packages/get-all-specs.sh:1.2
--- packages/get-all-specs.sh:1.1   Wed May 27 18:47:08 2009
+++ packages/get-all-specs.sh   Wed May 27 18:53:45 2009
@@ -1,4 +1,4 @@
-#!bin/sh
+#!/bin/sh
 # get only *.spec files from packages/
 # thx SamChi,pawelz
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/get-all-specs.sh?r1=1.1r2=1.2f=u

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


packages: get-all-specs.sh - add CVSROOT

2009-05-27 Thread wolvverine
Author: wolvverine   Date: Wed May 27 17:49:23 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- add CVSROOT

 Files affected:
packages:
   get-all-specs.sh (1.2 - 1.3) 

 Diffs:


Index: packages/get-all-specs.sh
diff -u packages/get-all-specs.sh:1.2 packages/get-all-specs.sh:1.3
--- packages/get-all-specs.sh:1.2   Wed May 27 18:53:45 2009
+++ packages/get-all-specs.sh   Wed May 27 19:49:18 2009
@@ -2,4 +2,12 @@
 # get only *.spec files from packages/
 # thx SamChi,pawelz
 
-cd .. ; wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed 
'/a href=\./!d' | sed 's,^.*a href=\./\(.*\)/.*$,\packages/\1/\1.spec,' | 
xargs cvs get
+# run script in ./packages directory
+
+# change cvs to your login name
+CVSUSER=cvs
+
+export CVSROOT=:pserver:${CVSUSER}@cvs.pld-linux.org:/cvsroot
+cvs login
+cd .. 
+wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed '/a 
href=\./!d' | sed 's,^.*a href=\./\(.*\)/.*$,/\1/\1.spec,' | xargs cvs get


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/get-all-specs.sh?r1=1.2r2=1.3f=u

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


SPECS: evolution-rss.spec - rel.5:new xulrunner, correct commitlog

2009-04-27 Thread wolvverine
Author: wolvverine   Date: Mon Apr 27 11:40:23 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel.5:new xulrunner, correct commitlog

 Files affected:
SPECS:
   evolution-rss.spec (1.29 - 1.30) 

 Diffs:


Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.29 SPECS/evolution-rss.spec:1.30
--- SPECS/evolution-rss.spec:1.29   Sat Mar 21 17:55:47 2009
+++ SPECS/evolution-rss.specMon Apr 27 13:40:18 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.2
-Release:   4
+Release:   5
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -103,11 +103,14 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.30  2009/04/27 11:40:18  wolvverine
+- rel.5:new xulrunner, correct commitlog
+
 Revision 1.29  2009/03/21 16:55:47  wolvverine
 - for gnome 2.26
 
 Revision 1.28  2009/03/21 14:15:31  wolvverine
- rel.3, STBR
+- rel.3, STBR
 
 Revision 1.27  2009/03/06 08:50:49  arekm
 - release 2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.29r2=1.30f=u

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


SPECS: nautilus-mount-image.spec - add libdir patch

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 11:25:00 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add libdir patch

 Files affected:
SPECS:
   nautilus-mount-image.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/nautilus-mount-image.spec
diff -u SPECS/nautilus-mount-image.spec:1.5 SPECS/nautilus-mount-image.spec:1.6
--- SPECS/nautilus-mount-image.spec:1.5 Sun Apr 12 03:58:37 2009
+++ SPECS/nautilus-mount-image.spec Sun Apr 12 13:24:54 2009
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8): Zamontuj i odmontuj wskazany obraz CD albo DVD z 
Nautilusa
 Name:  nautilus-mount-image
 Version:   0.2.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Libraries
 Source0:   
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-mount-image/%{name}_%{version}-1.tar.gz
 # Source0-md5: 0f7abcdec72c34c235945421607ee078
+Patch0:%{name}-libdir.patch
 URL:   http://mundogeek.net/nautilus-scripts/#nautilus-mount-image
 Requires:  nautilus-python = 0.4.3
 Requires:  python-pygtk = 2.12.1
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make}
@@ -31,6 +33,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+   LIBDIR=%{_libdir} \
DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
@@ -50,6 +53,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2009/04/12 11:24:54  wolvverine
+- add libdir patch
+
 Revision 1.5  2009/04/12 01:58:37  pawelz
 - adapterized
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-mount-image.spec?r1=1.5r2=1.6f=u

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


SOURCES: nautilus-mount-image-libdir.patch (NEW) - LIBDIR

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 11:25:41 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- LIBDIR

 Files affected:
SOURCES:
   nautilus-mount-image-libdir.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/nautilus-mount-image-libdir.patch
diff -u /dev/null SOURCES/nautilus-mount-image-libdir.patch:1.1
--- /dev/null   Sun Apr 12 13:25:42 2009
+++ SOURCES/nautilus-mount-image-libdir.patch   Sun Apr 12 13:25:36 2009
@@ -0,0 +1,12 @@
+diff -u nautilus-mount-image-0.2.0.orig/Makefile 
../BUILD/nautilus-mount-image-0.2.0/Makefile
+--- nautilus-mount-image-0.2.0.orig/Makefile   2008-10-03 15:58:12.0 
+
 nautilus-mount-image-0.2.0/Makefile2009-04-12 10:46:13.0 
+
+@@ -2,7 +2,7 @@
+ PACKAGE=nautilus-mount-image
+ 
+ # Directories
+-EXTENSIONS_DIR=/usr/lib/nautilus/extensions-2.0/python/
++EXTENSIONS_DIR=$(LIBDIR)/nautilus/extensions-2.0/python/
+ PIXMAPS_DIR=/usr/share/pixmaps/
+ LOCALE_DIR = /usr/share/locale
+ 

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


SPECS: nautilus-filename-repairer.spec - up to 0.0.5

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 11:50:07 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.0.5

 Files affected:
SPECS:
   nautilus-filename-repairer.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/nautilus-filename-repairer.spec
diff -u SPECS/nautilus-filename-repairer.spec:1.1 
SPECS/nautilus-filename-repairer.spec:1.2
--- SPECS/nautilus-filename-repairer.spec:1.1   Sun Mar  9 19:09:19 2008
+++ SPECS/nautilus-filename-repairer.spec   Sun Apr 12 13:50:02 2009
@@ -2,19 +2,18 @@
 Summary:   Reencode filenames in Nautilus
 Summary(pl.UTF-8): Zakoduj nazwy plików w Nautilus
 Name:  nautilus-filename-repairer
-Version:   0.0.2
-Release:   0.1
+Version:   0.0.5
+Release:   1
 License:   GPL v2
 Group: X11/Libraries
-Source0:   http://kldp.net/frs/download.php/4443/%{name}-%{version}.tar.bz2
-# Source0-md5: b3b73deeb3a8745a90e57bc6287efba0
-URL:   http://repairer.kldp.net/
+Source0:   http://repairer.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 65a8ecdde7eb2aac860c40a3ffba3a31
+URL:   http://code.google.com/p/repairer/
 BuildRequires: intltool
 BuildRequires:  gettext-devel
 BuildRequires:  gtk+2-devel = 2.2.18
 BuildRequires:  gnome-vfs2-devel = 2.20.1
 BuildRequires:  nautilus-devel = 2.20.0
-#Requires: -
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,6 +32,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -50,7 +54,7 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%{_libdir}/nautilus/extensions-1.0/*.so
+%{_libdir}/nautilus/extensions-2.0/*.so
 
 %define date%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -58,6 +62,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2009/04/12 11:50:02  wolvverine
+- up to 0.0.5
+
 Revision 1.1  2008/03/09 18:09:19  czarny
 - new
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-filename-repairer.spec?r1=1.1r2=1.2f=u

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


DISTFILES: nautilus-filename-repairer-0.0.5.tar.bz2

2009-04-12 Thread wolvverine

Files fetched: 1

STORED: 
http://repairer.googlecode.com/files/nautilus-filename-repairer-0.0.5.tar.bz2
65a8ecdde7eb2aac860c40a3ffba3a31  
nautilus-filename-repairer-0.0.5.tar.bz2
Size: 254940 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: linuxwacom.spec - adapterized, up to 0.8.3

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 12:34:00 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- adapterized, up to 0.8.3

 Files affected:
SPECS:
   linuxwacom.spec (1.29 - 1.30) 

 Diffs:


Index: SPECS/linuxwacom.spec
diff -u SPECS/linuxwacom.spec:1.29 SPECS/linuxwacom.spec:1.30
--- SPECS/linuxwacom.spec:1.29  Mon Dec 22 00:14:52 2008
+++ SPECS/linuxwacom.spec   Sun Apr 12 14:33:54 2009
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-# 
+#
 # NOTE: kernel module is in mainstream now
 #
 # Conditional build:
@@ -15,17 +15,17 @@
 Summary:   Wacom Drivers from Linux Wacom Project
 Summary(pl.UTF-8): Sterowniki Wacom z projektu Linux Wacom Project
 Name:  linuxwacom
-Version:   0.8.2
+Version:   0.8.3
 Release:   1
-Group: X11
 License:   GPL/X11
-Source0:   http://dl.sourceforge.net/linuxwacom/%{name}-%{version}.tar.bz2
-# Source0-md5: cb0647197556c3ab9079b37966a5adc1
-Source1:   linuxwacom-rules
+Group: X11
+Source0:   
http://dl.sourceforge.net/linuxwacom/%{name}-%{version}-2.tar.bz2
+# Source0-md5: 3126718ca78a0c35c3d62d25817c8ece
+Source1:   %{name}-rules
 URL:   http://linuxwacom.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.20.2}
-BuildRequires:  rpmbuild(macros) = 1.379
+BuildRequires: rpmbuild(macros) = 1.379
 %endif
 %if %{with userspace}
 BuildRequires: autoconf
@@ -39,8 +39,8 @@
 BuildRequires: xorg-lib-libpciaccess-devel
 BuildRequires: xorg-xserver-server-devel
 %endif
-Requires:  xorg-xserver-server
 Requires:  udev-core = 030-21
+Requires:  xorg-xserver-server
 #ExclusiveArch:%{ix86} %{x8664} alpha ia64 ppc sparc sparc64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,8 +53,8 @@
 X.org XInput drivers.
 
 %description -l pl.UTF-8
-Linux Wacom Project utrzymuje sterowniki, biblioteki i dokumentację do
-konfigurowania i uruchamiania tabletów Wacom pod systemem Linux.
+Linux Wacom Project utrzymuje sterowniki, biblioteki i dokumentację
+do konfigurowania i uruchamiania tabletów Wacom pod systemem Linux.
 Zawiera aplikacje diagnostyczne, a także sterowniki XInput do X.org.
 
 %package devel
@@ -84,7 +84,7 @@
 Statyczna biblioteka linuxwacom.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-2
 
 cat  src/2.6.19/Makefile  EOF
 obj-m += wacom.o
@@ -108,7 +108,7 @@
 #if [ $(getconf LONG_BIT) == 64 ]; then
 #  XSERVER64=--enable-xserver64
 #fi
-export CFLAGS=-I%{_includedir}/ncurses %{rpmcflags}
+export CFLAGS=-I/usr/include/ncurses %{rpmcflags}
 %configure \
--with-gtk \
--with-tcl \
@@ -154,6 +154,7 @@
 %postun-p /sbin/ldconfig
 
 %files
+%defattr(644,root,root,755)
 %if %{with userspace}
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README NEWS
@@ -169,6 +170,8 @@
 %attr(755,root,root) %{_libdir}/libwacomcfg.so.0
 %attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.so
 %{_sysconfdir}/udev/rules.d/10-wacom.rules
+%{_libdir}/hal-setup-wacom
+%{_datadir}/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi
 
 #%%files tk
 #%attr(755,root,root) %{_bindir}/wacomcpl
@@ -195,6 +198,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.30  2009/04/12 12:33:54  wolvverine
+- adapterized, up to 0.8.3
+
 Revision 1.29  2008/12/21 23:14:52  hawk
 - updated to 0.8.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/linuxwacom.spec?r1=1.29r2=1.30f=u

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


DISTFILES: linuxwacom-0.8.3-2.tar.bz2

2009-04-12 Thread wolvverine

Files fetched: 1

STORED: http://master.dl.sourceforge.net/linuxwacom/linuxwacom-0.8.3-2.tar.bz2
3126718ca78a0c35c3d62d25817c8ece  linuxwacom-0.8.3-2.tar.bz2
Size: 1147631 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: nautilus-play-mplayer.spec (NEW) - init

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 13:22:41 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- init

 Files affected:
SPECS:
   nautilus-play-mplayer.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/nautilus-play-mplayer.spec
diff -u /dev/null SPECS/nautilus-play-mplayer.spec:1.1
--- /dev/null   Sun Apr 12 15:22:41 2009
+++ SPECS/nautilus-play-mplayer.specSun Apr 12 15:22:35 2009
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:   Play with MPlayer the selected video files, and the video files 
contained inside the selected folders
+Name:  nautilus-play-mplayer
+Version:   0.1.1
+Release:   1
+License:   GPL v2
+Group: X11/Libraries
+Source0:   
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-play-mplayer/%{name}_%{version}-1.tar.gz
+# Source0-md5: 05a5d188382026c6c1bb809de885af50
+URL:   http://mundogeek.net/nautilus-scripts/
+Requires:  nautilus-python = 0.4.3
+Requires:  python-pygtk = 2.12.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program adds a new entry to the contextual menu which allows us
+to play with MPlayer the selected video files, and the video files
+contained inside the selected folders.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   LIBDIR=%{_libdir} \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog
+%{_libdir}/nautilus/extensions-2.0/python/%{name}.py
+%{_pixmapsdir}/%{name}.png
+
+%define date%(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/04/12 13:22:35  wolvverine
+- init
+
+

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


SPECS: nautilus-play-mplayer.spec - add libdir patch

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 13:32:31 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add libdir patch

 Files affected:
SPECS:
   nautilus-play-mplayer.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/nautilus-play-mplayer.spec
diff -u SPECS/nautilus-play-mplayer.spec:1.1 
SPECS/nautilus-play-mplayer.spec:1.2
--- SPECS/nautilus-play-mplayer.spec:1.1Sun Apr 12 15:22:35 2009
+++ SPECS/nautilus-play-mplayer.specSun Apr 12 15:32:26 2009
@@ -8,6 +8,7 @@
 Source0:   
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-play-mplayer/%{name}_%{version}-1.tar.gz
 # Source0-md5: 05a5d188382026c6c1bb809de885af50
 URL:   http://mundogeek.net/nautilus-scripts/
+Patch0:%{name}-libdir.patch
 Requires:  nautilus-python = 0.4.3
 Requires:  python-pygtk = 2.12.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %{__make}
@@ -45,6 +47,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2009/04/12 13:32:26  wolvverine
+- add libdir patch
+
 Revision 1.1  2009/04/12 13:22:35  wolvverine
 - init
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-play-mplayer.spec?r1=1.1r2=1.2f=u

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


SOURCES: nautilus-play-mplayer-libdir.patch (NEW)

2009-04-12 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 13:31:24 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:


 Files affected:
SOURCES:
   nautilus-play-mplayer-libdir.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/nautilus-play-mplayer-libdir.patch
diff -u /dev/null SOURCES/nautilus-play-mplayer-libdir.patch:1.1
--- /dev/null   Sun Apr 12 15:31:25 2009
+++ SOURCES/nautilus-play-mplayer-libdir.patch  Sun Apr 12 15:31:19 2009
@@ -0,0 +1,11 @@
+diff -u nautilus-play-mplayer-0.1.1.orig/Makefile 
nautilus-play-mplayer-0.1.1/Makefile
+--- nautilus-play-mplayer-0.1.1.orig/Makefile  2009-04-12 13:27:04.0 
+
 nautilus-play-mplayer-0.1.1/Makefile   2009-04-12 13:28:38.0 
+
+@@ -1,6 +1,6 @@
+ # Name of the package
+ PACKAGE=nautilus-play-mplayer
+-EXTENSIONS_DIR=/usr/lib/nautilus/extensions-2.0/python/
++EXTENSIONS_DIR=${LIBDIR}/nautilus/extensions-2.0/python/
+ PIXMAPS_DIR=/usr/share/pixmaps/
+ 
+ all:

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


DISTFILES: nautilus-play-mplayer_0.1.1-1.tar.gz

2009-04-12 Thread wolvverine

Files fetched: 1

STORED: 
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-play-mplayer/nautilus-play-mplayer_0.1.1-1.tar.gz
05a5d188382026c6c1bb809de885af50  nautilus-play-mplayer_0.1.1-1.tar.gz
Size: 10808 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: pulseaudio.spec - add S:padevchooser,pavucontrol for Gnome

2009-04-11 Thread wolvverine
Author: wolvverine   Date: Sat Apr 11 20:49:13 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add S:padevchooser,pavucontrol for Gnome

 Files affected:
SPECS:
   pulseaudio.spec (1.57 - 1.58) 

 Diffs:


Index: SPECS/pulseaudio.spec
diff -u SPECS/pulseaudio.spec:1.57 SPECS/pulseaudio.spec:1.58
--- SPECS/pulseaudio.spec:1.57  Wed Jan 21 20:59:11 2009
+++ SPECS/pulseaudio.spec   Sat Apr 11 22:49:08 2009
@@ -187,6 +187,8 @@
 Group: Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  GConf2 = 2.4.0
+Suggests:  padevchooser
+Suggests:  pavucontrol
 
 %description gconf
 GConf adapter for PulseAudio.
@@ -526,6 +528,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.58  2009/04/11 20:49:08  wolvverine
+- add S:padevchooser,pavucontrol for Gnome
+
 Revision 1.57  2009/01/21 19:59:11  arekm
 - up to 0.9.14
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pulseaudio.spec?r1=1.57r2=1.58f=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: nautilus-mount-image_0.2.0-1.tar.gz

2009-04-11 Thread wolvverine
wget -nv --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/9956fe8c-3aa6-41b5-a903-f16adc46b1fb/0f7abcdec72c34c235945421607ee078/nautilus-mount-image_0.2.0-1.tar.gz
 
http://mundogeek.net/repo/pool/ubuntu/all/nautilus-mount-image_0.2.0-1.tar.gz:
http://mundogeek.net/repo/pool/ubuntu/all/nautilus-mount-image_0.2.0-1.tar.gz:
2009-04-12 02:21:51 ERROR 404: Not Found.


FATAL: 
http://mundogeek.net/repo/pool/ubuntu/all/nautilus-mount-image_0.2.0-1.tar.gz 
(0f7abcdec72c34c235945421607ee078) was not fetched (wget -nv 
--no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/9956fe8c-3aa6-41b5-a903-f16adc46b1fb/0f7abcdec72c34c235945421607ee078/nautilus-mount-image_0.2.0-1.tar.gz
 
http://mundogeek.net/repo/pool/ubuntu/all/nautilus-mount-image_0.2.0-1.tar.gz:
 http://mundogeek.net/repo/pool/ubuntu/all/nautilus-mount-image_0.2.0-1.tar.gz:
2009-04-12 02:21:51 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: nautilus-mount-image.spec - up to 0.2.0

2009-04-11 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 00:21:51 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.2.0

 Files affected:
SPECS:
   nautilus-mount-image.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/nautilus-mount-image.spec
diff -u SPECS/nautilus-mount-image.spec:1.1 SPECS/nautilus-mount-image.spec:1.2
--- SPECS/nautilus-mount-image.spec:1.1 Sun Mar  9 19:32:36 2008
+++ SPECS/nautilus-mount-image.spec Sun Apr 12 02:21:46 2009
@@ -2,12 +2,12 @@
 Summary:   Mount and unmount the selected CD or DVD image from Nautilus
 Summary(pl.UTF-8): Zamontuj i odmontuj wskazany obraz CD albo DVD z 
Nautilusa
 Name:  nautilus-mount-image
-Version:   0.1.0
-Release:   0.1
+Version:   0.2.0
+Release:   1
 License:   GPL v2
 Group: X11/Libraries
 Source0:   
http://mundogeek.net/repo/pool/ubuntu/all/%{name}_%{version}-1.tar.gz
-# Source0-md5: e8c0508a53f3d665915109927b08ea89
+# Source0-md5: 0f7abcdec72c34c235945421607ee078
 URL:   http://mundogeek.net/nautilus-scripts/#nautilus-mount-image
 Requires:  nautilus-python = 0.4.3
 Requires:   python-pygtk = 2.12.1
@@ -33,12 +33,16 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%{_libdir}/nautilus/extensions-1.0/python/*
+%doc changelog
+%{_libdir}/nautilus/extensions-2.0/python/%{name}.py
+%{_pixmapsdir}/nautilus-mount-image.png
 
 %define date%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -46,6 +50,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2009/04/12 00:21:46  wolvverine
+- up to 0.2.0
+
 Revision 1.1  2008/03/09 18:32:36  czarny
 - new
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-mount-image.spec?r1=1.1r2=1.2f=u

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


DISTFILES: nautilussvn_0.12-beta1-2.tar.gz

2009-04-11 Thread wolvverine

Files fetched: 1

STORED: http://nautilussvn.googlecode.com/files/nautilussvn_0.12-beta1-2.tar.gz
1cd6f9d28bfadfe9a6455a9b0a50c9ab  nautilussvn_0.12-beta1-2.tar.gz
Size: 280801 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: nautilussvn.spec (NEW) - init

2009-04-11 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 01:29:43 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- init

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

 Diffs:


Index: SPECS/nautilussvn.spec
diff -u /dev/null SPECS/nautilussvn.spec:1.1
--- /dev/null   Sun Apr 12 03:29:43 2009
+++ SPECS/nautilussvn.spec  Sun Apr 12 03:29:37 2009
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:   NautilusSvn - extension for Nautilus which integrates a load of 
Subversion functionality into the GNOME Nautilus file manager
+Name:  nautilussvn
+Version:   0.12
+Release:   0.1
+License:   GPL v2
+Group: X11/Libraries
+Source0:   
http://nautilussvn.googlecode.com/files/%{name}_%{version}-beta1-2.tar.gz
+# Source0-md5: 1cd6f9d28bfadfe9a6455a9b0a50c9ab
+URL:   http://code.google.com/p/nautilussvn/
+BuildRequires: eel-devel = 2.0
+BuildRequires: nautilus-devel
+BuildRequires: neon-devel
+BuildRequires: python-devel
+BuildRequires: subversion-devel
+Requires:  meld
+Requires:  nautilus-python = 0.4.3
+Requires:  python-pygtk = 2.12.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+NautilusSvn is a Python extension for Nautilus which integrates a load
+of Subversion functionality into the GNOME Nautilus file manager,
+basically as a clone of the TortoiseSVN project on Windows.
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+   --root=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS MAINTAINERS README THANKS
+%attr(755,root,root) %{_bindir}/nautilussvn
+%{_libdir}/nautilus/extensions-2.0/python/NautilusSvn.py
+%{_iconsdir}/hicolor/scalable/actions/%{name}-*.svg
+%{_iconsdir}/hicolor/scalable/apps/nautilussvn.svg
+%{_iconsdir}/hicolor/scalable/emblems/emblem-%{name}-*.svg
+%{_datadir}/%{name}
+%{py_sitescriptdir}/%{name}-%{version}*.egg-info
+%{py_sitescriptdir}/%{name}
+
+%define date%(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/04/12 01:29:37  wolvverine
+- init
+
+

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


SPECS: nautilus-mount-image.spec - Source

2009-04-11 Thread wolvverine
Author: wolvverine   Date: Sun Apr 12 01:36:18 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- Source

 Files affected:
SPECS:
   nautilus-mount-image.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/nautilus-mount-image.spec
diff -u SPECS/nautilus-mount-image.spec:1.3 SPECS/nautilus-mount-image.spec:1.4
--- SPECS/nautilus-mount-image.spec:1.3 Sun Apr 12 03:04:27 2009
+++ SPECS/nautilus-mount-image.spec Sun Apr 12 03:36:12 2009
@@ -6,7 +6,7 @@
 Release:   1
 License:   GPL v2
 Group: X11/Libraries
-Source0:   
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-mount-image/nautilus-mount-image_0.2.0-1.tar.gz
+Source0:   
http://ppa.launchpad.net/zootropo/ubuntu/pool/main/n/nautilus-mount-image/%{name}_%{version}-1.tar.gz
 # Source0-md5: 0f7abcdec72c34c235945421607ee078
 URL:   http://mundogeek.net/nautilus-scripts/#nautilus-mount-image
 Requires:  nautilus-python = 0.4.3
@@ -50,6 +50,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2009/04/12 01:36:12  wolvverine
+- Source
+
 Revision 1.3  2009/04/12 01:04:27  pawelz
 - fixed Source0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-mount-image.spec?r1=1.3r2=1.4f=u

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


SPECS: nokia_cs.spec (NEW) - NFY, not build

2009-04-09 Thread wolvverine
Author: wolvverine   Date: Thu Apr  9 15:38:44 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- NFY, not build

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

 Diffs:


Index: SPECS/nokia_cs.spec
diff -u /dev/null SPECS/nokia_cs.spec:1.1
--- /dev/null   Thu Apr  9 17:38:44 2009
+++ SPECS/nokia_cs.spec Thu Apr  9 17:38:39 2009
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+#TODO
+#- NFY
+#- udev rules
+#
+# Conditional build:
+%bcond_without dist_kernel # allow non-distribution kernel
+%bcond_without kernel
+%bcond_withverbose # verbose build (V=1)
+#
+%if !%{with kernel}
+%undefine  with_dist_kernel
+%endif
+%definesrcname d211_2_6
+%definerel 0.1
+Summary:   nokia d211 multimode radio card module
+Name:  nokia_cs
+Version:   1.0
+Release:   %{rel}
+Epoch: 0
+License:   GPL
+Group: Base/Kernel
+Source0:   http://dl.sourceforge.net/sourceforge/d211/%{srcname}.zip
+# Source0-md5: 42a24f8ff461961a811f6d3f1bfcf48a
+Source1:   http://dl.sourceforge.net/sourceforge/d211/dtools.c
+# Source1-md5: 99a9cbd940ac8de8553aaac31b3d61b8
+Patch0:%{name}-CFLAGS.patch
+URL:   http://d211.sourceforge.net/
+%if %{with kernel}  %{with dist_kernel}
+BuildRequires: kernel%{_alt_kernel}-module-build = 3:2.6.20.2
+BuildRequires: rpmbuild(macros) = 1.379
+%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The driver for the nokia d211 multimode radio card for 2.6 kernels.
+
+%package -n kernel%{_alt_kernel}-pcmcia-%{name}
+Summary:   Linux driver for nokia d211 multimode radio card
+Release:   %{r...@%{_kernel_ver_str}
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel}
+Requires:  module-init-tools = 3.2.2-2
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel%{_alt_kernel}-pcmcia-%{name}
+The driver for the nokia d211 multimode radio card for 2.6 kernels.
+
+This package contains Linux module.
+
+%prep
+%setup -q -n %{srcname}
+cp -f %SOURCE1 src/
+
+%patch0 -p0
+
+%build
+cd src
+%build_kernel_modules -m %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%install_kernel_modules -m %{name} -d pcmcia -n %{name} -s current
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -n kernel%{_alt_kernel}-pcmcia-%{name}
+%depmod %{_kernel_ver}
+
+%postun-n kernel%{_alt_kernel}-pcmcia-%{name}
+%depmod %{_kernel_ver}
+
+%files -n kernel%{_alt_kernel}-pcmcia-%{name}
+%defattr(644,root,root,755)
+/etc/modprobe.d/%{_kernel_ver}/%{name}.conf
+/lib/modules/%{_kernel_ver}/kernel/drivers/pcmcia/%{name}-current.ko*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/04/09 15:38:39  wolvverine
+- NFY, not build
+

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


SOURCES: nokia_cs-CFLAGS.patch (NEW) - for nokia_cs.patch

2009-04-09 Thread wolvverine
Author: wolvverine   Date: Thu Apr  9 15:39:41 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- for nokia_cs.patch

 Files affected:
SOURCES:
   nokia_cs-CFLAGS.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/nokia_cs-CFLAGS.patch
diff -u /dev/null SOURCES/nokia_cs-CFLAGS.patch:1.1
--- /dev/null   Thu Apr  9 17:39:42 2009
+++ SOURCES/nokia_cs-CFLAGS.patch   Thu Apr  9 17:39:36 2009
@@ -0,0 +1,11 @@
+--- ../d211_2_6/src/Makefile   2004-07-22 21:54:48.0 +
 ../d211_2_6/src/Makefile   2009-04-09 15:15:55.0 +
+@@ -9,7 +9,7 @@
+ 
+ INCDIRS  = -I../include -I.
+ 
+-CFLAGS = -Wstrict-prototypes -fomit-frame-pointer -pipe 
-DKBUILD_MODNAME=nokia_cs
++#CFLAGS = -Wstrict-prototypes -fomit-frame-pointer -pipe 
-DKBUILD_MODNAME=nokia_cs
+ #-Wno-cast-qual -Wno-strict-prototypes
+ all: modules
+ 

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


DISTFILES: d211_2_6.zip dtools.c

2009-04-09 Thread wolvverine

Files fetched: 2

STORED: http://master.dl.sourceforge.net/sourceforge/d211/d211_2_6.zip
42a24f8ff461961a811f6d3f1bfcf48a  d211_2_6.zip
Size: 566093 bytes
STORED: http://master.dl.sourceforge.net/sourceforge/d211/dtools.c
99a9cbd940ac8de8553aaac31b3d61b8  dtools.c
Size: 30580 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: upsfid-3.1.0-1.tgz

2009-04-06 Thread wolvverine

Files fetched: 1

STORED: 
http://www.fideltronik.com.pl/ups/upsmon/software/3x_linux/3.1.0/upsfid-3.1.0-1.tgz
879d6b961d4bf60158002f5b218f8dbb  upsfid-3.1.0-1.tgz
Size: 91599 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: upsfid.spec (NEW) - NFY, based on upsmon.spec, up to 3.0.1

2009-04-06 Thread wolvverine
Author: wolvverine   Date: Mon Apr  6 15:43:18 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- NFY, based on upsmon.spec, up to 3.0.1

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

 Diffs:


Index: SPECS/upsfid.spec
diff -u /dev/null SPECS/upsfid.spec:1.1
--- /dev/null   Mon Apr  6 17:43:18 2009
+++ SPECS/upsfid.spec   Mon Apr  6 17:43:12 2009
@@ -0,0 +1,230 @@
+# $Revision$, $Date$
+
+%defineoldname upsmon
+
+Summary:   Allows to monitor UPS from Fideltronik
+Summary(pl.UTF-8): Narzędzia do monitorowania UPS-ów firmy Fideltronik
+Name:  upsfid
+Version:   3.1.0
+Release:   0.1
+Epoch: 1
+License:   Free
+Group: Daemons
+Source0:   
http://www.fideltronik.com.pl/ups/upsmon/software/3x_linux/%{version}/%{name}-%{version}-1.tgz
+# Source0-md5: 879d6b961d4bf60158002f5b218f8dbb
+Source1:   %{oldname}.init
+Source2:   %{oldname}-client.init
+URL:   http://www.fideltronik.com.pl/
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes: upsmon
+Conflicts: upsmon
+
+%define_sysconfdir /etc/ups/fideltronik
+
+%description
+Allows to monitor UPS from Fideltronik.
+
+%description -l pl.UTF-8
+Narzędzia pozwalające na monitorowanie i bezpieczne zamknięcie systemu
+operacyjnego komputera z dołączonym zasilaczem UPS, oraz powiadamianie
+stacji roboczych z zainstalowanym UPS Monitor Client.
+
+%package server
+Summary:   UPS Monitor Server
+Summary(pl.UTF-8): Serwer monitorujący UPS
+Group: Daemons
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+
+%description server
+Allows to monitor UPS from Fideltronik. This package contains the UPS
+Monitor Server.
+
+%description server -l pl.UTF-8
+Serwer ten pozwala na monitorowanie i bezpieczne zamknięcie systemu
+operacyjnego komputera z dołączonym zasilaczem UPS, oraz powiadamianie
+stacji roboczych z zainstalowanym UPS Monitor Client.
+
+Ważniejsze cechy:
+   * monitoring sygnałów awarii zasilania i baterii rozładowanych
+   * bezpieczne zamknięcie systemu operacyjnego
+   * uruchamianie skryptów przy każdej zmianie stanu zasilacza UPS
+   * wyłączenie zasilacza UPS po zamknięciu systemu
+   * zapis historii stanu zasilania LOG
+   * informowanie stacji roboczych/serwerów w sieci LAN (TCP/IP)
+   * prosta instalacja
+
+%package client
+Summary:   UPS Monitor Client
+Summary(pl.UTF-8): Klient monitorowanie UPS-ów
+Group: Daemons
+Requires(post,preun):  /sbin/chkconfig
+Requires:  rc-scripts
+
+%description client
+Allows to monitor UPS from Fideltronik. This package contains the UPS
+Monitor Client.
+
+%description client -l pl.UTF-8
+UPS Monitor Client 2.0 jest programem odbierającym komunikaty z modułu
+UPS Monitor Server 2.x poprzez TCP/IP i wykonującym odpowiednie skrypty,
+w których można zamieścić polecenie zamknięcia lokalnego systemu.
+
+Ważniejsze cechy:
+   * obsługa komunikatów TCP/IP z maksymalnie 5-ciu serwerów (UPS Monitor 
Server)
+   * wykonywanie wybranego skryptu przy kazdej zmianie stanu zdalnego UPS-a
+   * dedykowane skrypty dla każdego zdalnego UPS-a
+   * łatwa konfiguracja w pliku tekstowym
+   * prosta instalacja
+
+%prep
+%setup -q -n %{name}-%{version}-1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d 
$RPM_BUILD_ROOT{%{_sbindir},/sbin,%{_bindir},%{_sysconfdir}/scripts,/etc/rc.d/init.d,/var/log/fideltronik,%{_datadir}/%{name}/www/images}
+
+install cfg/* $RPM_BUILD_ROOT%{_sysconfdir}
+install bin/shutdown.sh $RPM_BUILD_ROOT%{_sysconfdir}/scripts
+install bin/{upsmonc,upsmons} $RPM_BUILD_ROOT%{_sbindir}
+install bin/upsoff $RPM_BUILD_ROOT/sbin
+install bin/xmess $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/upsmons
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/upsmonc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post server
+/sbin/chkconfig --add upsmons
+if [ -f /var/lock/subsys/upsmons ]; then
+   /etc/rc.d/init.d/upsmons restart 12
+else
+   echo Run \/etc/rc.d/init.d/upsd start\ to start upsmons daemon.
+fi
+
+%preun server
+if [ $1 = 0 ]; then
+   if [ -f /var/lock/subsys/upsmons ]; then
+   /etc/rc.d/init.d/upsmons stop 12
+   fi
+   /sbin/chkconfig --del upsmons
+fi
+
+%post client
+/sbin/chkconfig --add upsmonc
+if [ -f /var/lock/subsys/upsmonc ]; then
+   /etc/rc.d/init.d/upsmonc restart 12
+else
+   echo Run \/etc/rc.d/init.d/upsc start\ to start upsmonc daemon.
+fi
+
+%preun client
+if [ $1 = 0 ]; then
+   if [ -f /var/lock/subsys/upsmonc ]; then
+   /etc/rc.d/init.d/upsmonc stop 12
+   fi
+   /sbin/chkconfig --del upsmonc
+fi
+
+%files server
+%defattr(644,root,root,755)
+%doc README
+%attr(750,root,root) %{_sbindir}/upsmons
+%attr(750,root,root) /sbin/upsoff
+%attr

SOURCES: upsfid-server.init (NEW) - for upsfid

2009-04-06 Thread wolvverine
Author: wolvverine   Date: Mon Apr  6 15:49:53 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- for upsfid

 Files affected:
SOURCES:
   upsfid-server.init (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/upsfid-server.init
diff -u /dev/null SOURCES/upsfid-server.init:1.1
--- /dev/null   Mon Apr  6 17:49:53 2009
+++ SOURCES/upsfid-server.init  Mon Apr  6 17:49:47 2009
@@ -0,0 +1,52 @@
+#!/bin/sh
+#
+# upsmons  This shell script takes care of starting and stopping 
upsmons
+#
+# chkconfig:   12345 99 11
+# description: ups-management daemon for Fideltronik
+# processname: upsmons
+#
+# pidfile: /var/run/upsmons.pid
+
+# Source function library.
+. /etc/rc.d/init.d/functions
+
+RETVAL=0
+# See how we were called.
+case $1 in
+  start)
+   # Start daemons.
+   if [ ! -f /var/lock/subsys/upsmons ]; then
+   msg_starting upsmons
+   daemon upsmons
+   RETVAL=$?
+   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/upsmons
+   else
+   msg_already_running upsmons
+   fi
+   ;;
+  stop)
+   if [ -f /var/lock/subsys/upsmons ]; then
+   # Stop daemons.
+   msg_stopping upsmons
+   killproc upsmons
+   rm -f /var/lock/subsys/upsmons /dev/null 21
+   else
+   msg_not_running upsmons
+   fi
+   ;;
+  restart|force-reload)
+   $0 stop
+   $0 start
+   exit $?
+   ;;
+  status)
+   status upsmons
+   exit $?
+   ;;
+  *)
+   msg_usage $0 {start|stop|restart|force-reload|status}
+   exit 3
+esac
+
+exit $RETVAL

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


SOURCES: upsfid-client.init (NEW) - for upsfid

2009-04-06 Thread wolvverine
Author: wolvverine   Date: Mon Apr  6 15:50:13 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- for upsfid

 Files affected:
SOURCES:
   upsfid-client.init (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/upsfid-client.init
diff -u /dev/null SOURCES/upsfid-client.init:1.1
--- /dev/null   Mon Apr  6 17:50:14 2009
+++ SOURCES/upsfid-client.init  Mon Apr  6 17:50:08 2009
@@ -0,0 +1,52 @@
+#!/bin/sh
+#
+# upsmonc  This shell script takes care of starting and stopping 
upsmonc
+#
+# chkconfig:   12345 99 11
+# description: ups-management daemon for Fideltronik
+# processname: upsmonc
+#
+# pidfile: /var/run/upsmonc.pid
+
+# Source function library.
+. /etc/rc.d/init.d/functions
+
+RETVAL=0
+# See how we were called.
+case $1 in
+  start)
+   # Start daemons.
+   if [ ! -f /var/lock/subsys/upsmonc ]; then
+   msg_starting upsmonc
+   daemon upsmonc
+   RETVAL=$?
+   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/upsmonc
+   else
+   msg_already_running upsmonc
+   fi
+   ;;
+  stop)
+   if [ -f /var/lock/subsys/upsmonc ]; then
+   # Stop daemons.
+   msg_stopping upsmonc
+   killproc upsmonc
+   rm -f /var/lock/subsys/upsmonc /dev/null 21
+   else
+   msg_not_running upsmonc
+   fi
+   ;;
+  restart|force-reload)
+   $0 stop
+   $0 start
+   exit $?
+   ;;
+  status)
+   status upsmonc
+   exit $?
+   ;;
+  *)
+   msg_usage $0 {start|stop|restart|force-reload|status}
+   exit 3
+esac
+
+exit $RETVAL

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


SPECS: upsfid.spec - init scripts

2009-04-06 Thread wolvverine
Author: wolvverine   Date: Mon Apr  6 15:51:29 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- init scripts

 Files affected:
SPECS:
   upsfid.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/upsfid.spec
diff -u SPECS/upsfid.spec:1.1 SPECS/upsfid.spec:1.2
--- SPECS/upsfid.spec:1.1   Mon Apr  6 17:43:12 2009
+++ SPECS/upsfid.spec   Mon Apr  6 17:51:24 2009
@@ -1,7 +1,5 @@
 # $Revision$, $Date$
 
-%defineoldname upsmon
-
 Summary:   Allows to monitor UPS from Fideltronik
 Summary(pl.UTF-8): Narzędzia do monitorowania UPS-ów firmy Fideltronik
 Name:  upsfid
@@ -12,8 +10,8 @@
 Group: Daemons
 Source0:   
http://www.fideltronik.com.pl/ups/upsmon/software/3x_linux/%{version}/%{name}-%{version}-1.tgz
 # Source0-md5: 879d6b961d4bf60158002f5b218f8dbb
-Source1:   %{oldname}.init
-Source2:   %{oldname}-client.init
+Source1:   %{name}-server.init
+Source2:   %{name}-client.init
 URL:   http://www.fideltronik.com.pl/
 ExclusiveArch: %{ix86}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -159,6 +157,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2009/04/06 15:51:24  wolvverine
+- init scripts
+
 Revision 1.1  2009/04/06 15:43:12  wolvverine
 - NFY, based on upsmon.spec, up to 3.0.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/upsfid.spec?r1=1.1r2=1.2f=u

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


SPECS: qfaktury.spec - up to 0.6.0.1, problem with QT libs

2009-03-29 Thread wolvverine
Author: wolvverine   Date: Sun Mar 29 21:00:04 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.6.0.1, problem with QT libs

 Files affected:
SPECS:
   qfaktury.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/qfaktury.spec
diff -u SPECS/qfaktury.spec:1.18 SPECS/qfaktury.spec:1.19
--- SPECS/qfaktury.spec:1.18Mon Jan 19 18:02:11 2009
+++ SPECS/qfaktury.spec Sun Mar 29 22:59:59 2009
@@ -2,12 +2,12 @@
 Summary:   Free software for creating, managing, and printing invoices
 Summary(pl.UTF-8): Darmowy i wszechstronny system fakturujący
 Name:  qfaktury
-Version:   0.5.0
-Release:   1
+Version:   0.6.0.1
+Release:   0.1
 License:   GPL
 Group: X11/Applications
-Source0:   
http://dl.sourceforge.net/qfaktury/%{name}-%{version}-Source.tar.gz
-# Source0-md5: 1ae6a9826c51fd6597500e6f39cdc7fd
+Source0:   
http://dl.sourceforge.net/sourceforge/qfaktury/%{name}-%{version}.tar.gz
+# Source0-md5: 284e1e3d93be1a351411abed3d3c1cd7
 Patch0:%{name}-desktop.patch
 URL:   http://qfaktury.sourceforge.net/
 BuildRequires: cmake
@@ -31,7 +31,8 @@
 się z programem e-Przelewy.
 
 %prep
-%setup -q -n %{name}-%{version}-Source
+%setup -q 
+#-n %{name}-%{version}-Source
 #%patch0 -p1
 
 %build
@@ -70,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2009/03/29 20:59:59  wolvverine
+- up to 0.6.0.1, problem with QT libs
+
 Revision 1.18  2009/01/19 17:02:11  gotar
 - upgraded to 0.5.0, still piece of crap
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qfaktury.spec?r1=1.18r2=1.19f=u

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


DISTFILES: qfaktury-0.6.0.1.tar.gz

2009-03-29 Thread wolvverine

Files fetched: 1

STORED: 
http://master.dl.sourceforge.net/sourceforge/qfaktury/qfaktury-0.6.0.1.tar.gz
284e1e3d93be1a351411abed3d3c1cd7  qfaktury-0.6.0.1.tar.gz
Size: 1094413 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: qfaktury.spec - correct commitlog

2009-03-29 Thread wolvverine
Author: wolvverine   Date: Sun Mar 29 21:03:01 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- correct commitlog

 Files affected:
SPECS:
   qfaktury.spec (1.19 - 1.20) 

 Diffs:


Index: SPECS/qfaktury.spec
diff -u SPECS/qfaktury.spec:1.19 SPECS/qfaktury.spec:1.20
--- SPECS/qfaktury.spec:1.19Sun Mar 29 22:59:59 2009
+++ SPECS/qfaktury.spec Sun Mar 29 23:02:56 2009
@@ -71,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2009/03/29 21:02:56  wolvverine
+- correct commitlog
+
 Revision 1.19  2009/03/29 20:59:59  wolvverine
 - up to 0.6.0.1, problem with QT libs
 
@@ -85,7 +88,7 @@
 - cosmetics
 
 Revision 1.15  2007/04/09 01:44:58  shadzik
-mass attack: qt-devel epoch
+- mass attack: qt-devel epoch
 
 Revision 1.14  2007/03/20 00:58:14  wolvverine
 - up 0.1a


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qfaktury.spec?r1=1.19r2=1.20f=u

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


SPECS: blueman.spec - up to 1.02

2009-03-22 Thread wolvverine
Author: wolvverine   Date: Mon Mar 23 00:22:22 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.02

 Files affected:
SPECS:
   blueman.spec (1.15 - 1.16) 

 Diffs:


Index: SPECS/blueman.spec
diff -u SPECS/blueman.spec:1.15 SPECS/blueman.spec:1.16
--- SPECS/blueman.spec:1.15 Sun Oct 19 08:11:18 2008
+++ SPECS/blueman.spec  Mon Mar 23 01:22:16 2009
@@ -2,21 +2,22 @@
 %definerev 106
 Summary:   Blueman - bluetooth management utility for GNOME
 Name:  blueman
-Version:   0.6
-Release:   0.%{rev}.2
+Version:   1.02
+Release:   1
 License:   GPL
 Group: Applications
-Source0:   
http://download.tuxfamily.org/blueman/tarballs/%{name}-%{version}-r%{rev}.tar.gz
-# Source0-md5: 0dd95fd39523b938cbe125bd21cf4934
+Source0:   http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
+# Source0-md5: 7f66f569a716f8c6fce9360176166eac
 URL:   http://blueman.tuxfamily.org/
 BuildRequires: bluez-libs-devel
 BuildRequires: gettext-devel
 BuildRequires: gnome-bluetooth-devel
 BuildRequires: intltool
 BuildRequires: python-Pyrex
-BuildRequires: python-devel
+BuildRequires: python-dbus-devel
 BuildRequires: python-devel = 2.5
 BuildRequires: python-distutils-extra
+BuildRequires: python-pynotify
 BuildRequires: rpm-pythonprov
 Requires:  bluez-libs = 2.20
 Requires:  bluez-utils
@@ -45,23 +46,18 @@
   serial devices
 
 %prep
-%setup -q -n %{name}
-for i in po/blueman*.po; do
-   lang=${i##po/blueman-}
-   lang=${lang%.po}
-   mv $i po/$lang.po
-done
+%setup -q
 
 %build
-%{__sed} -i -e 's,lib/,%{_lib}/,g' setup.py
-%{__sed} -i -e 's,lib/,%{_lib}/,g' sys/org.blueman.Mechanism.service
-%{__python} setup.py build
+%configure
+#--with-dhcp-config=PATH
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
-   --root=$RPM_BUILD_ROOT
+%{__make} install \
+DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome
 
@@ -71,19 +67,23 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
-#%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/bluetooth/network.conf
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
-%attr(755,root,root) %{_libdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) 
/etc/dbus-1/system.d/org.blueman.Mechanism.conf
+%attr(755,root,root) %{_libdir}/%{name}-mechanism
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
 %{_iconsdir}/hicolor/scalable/*/*.svg
 %{_iconsdir}/hicolor/*/apps/*.png
 %{_datadir}/PolicyKit/policy/org.blueman.policy
-%{_desktopdir}/blueman.desktop
-%{py_sitedir}/%{name}
-%{py_sitedir}/%{name}-%{version}-py*.egg-info
+%{_desktopdir}/blueman-manager.desktop
+%{py_sitedir}/*.so
+%{py_sitedir}/*.a
+%{py_sitedir}/*.la
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/xdg/autostart/blueman.desktop
+%{_mandir}/man1/*.1*
+%{_datadir}/dbus-1/services/blueman-applet.service
+%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
+%{py_sitescriptdir}/%{name}
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -91,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2009/03/23 00:22:16  wolvverine
+- up to 1.02
+
 Revision 1.15  2008/10/19 06:11:18  sls
 - fixed locales installation
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/blueman.spec?r1=1.15r2=1.16f=u

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


DISTFILES: blueman-1.02.tar.gz

2009-03-22 Thread wolvverine

Files fetched: 1

STORED: http://download.tuxfamily.org/blueman/blueman-1.02.tar.gz
7f66f569a716f8c6fce9360176166eac  blueman-1.02.tar.gz
Size: 693626 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: blueman.spec - add version to R:bluez*

2009-03-22 Thread wolvverine
Author: wolvverine   Date: Mon Mar 23 01:09:56 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add version to R:bluez*

 Files affected:
SPECS:
   blueman.spec (1.16 - 1.17) 

 Diffs:


Index: SPECS/blueman.spec
diff -u SPECS/blueman.spec:1.16 SPECS/blueman.spec:1.17
--- SPECS/blueman.spec:1.16 Mon Mar 23 01:22:16 2009
+++ SPECS/blueman.spec  Mon Mar 23 02:09:50 2009
@@ -19,8 +19,8 @@
 BuildRequires: python-distutils-extra
 BuildRequires: python-pynotify
 BuildRequires: rpm-pythonprov
-Requires:  bluez-libs = 2.20
-Requires:  bluez-utils
+Requires:  bluez-libs = 4.25
+Requires:  bluez-utils = 4.25
 Requires:  gtk+2 = 2.12
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -91,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.17  2009/03/23 01:09:50  wolvverine
+- add version to R:bluez*
+
 Revision 1.16  2009/03/23 00:22:16  wolvverine
 - up to 1.02
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/blueman.spec?r1=1.16r2=1.17f=u

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


DISTFILES: quick-lounge-applet-2.13.2.tar.bz2

2009-03-21 Thread wolvverine

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/quick-lounge-applet/2.13/quick-lounge-applet-2.13.2.tar.bz2
033723a90f6ce15d1340ee542631607c  quick-lounge-applet-2.13.2.tar.bz2
Size: 405000 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): gnome-applet-quick-lounge.spec - up to 2.13.2

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 14:12:56 2009 GMT
Module: SPECS Tag: DEVEL
 Log message:
- up to 2.13.2

 Files affected:
SPECS:
   gnome-applet-quick-lounge.spec (1.25.2.1 - 1.25.2.2) 

 Diffs:


Index: SPECS/gnome-applet-quick-lounge.spec
diff -u SPECS/gnome-applet-quick-lounge.spec:1.25.2.1 
SPECS/gnome-applet-quick-lounge.spec:1.25.2.2
--- SPECS/gnome-applet-quick-lounge.spec:1.25.2.1   Mon Feb 12 14:20:13 2007
+++ SPECS/gnome-applet-quick-lounge.specSat Mar 21 15:12:50 2009
@@ -1,27 +1,35 @@
 # $Revision$, $Date$
 Summary:   Organize your preferred applications on the GNOME Panel
-Summary(pl.UTF-8):   Umieszcza ulubione aplikacje użytkownika na panelu GNOME
+Summary(pl.UTF-8): Umieszcza ulubione aplikacje użytkownika na panelu GNOME
 Name:  gnome-applet-quick-lounge
-Version:   2.2.0
-Release:   0.1
-License:   GPL
+Version:   2.13.2
+Release:   1
+License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/gnome/sources/quick-lounge-applet/2.2/quick-lounge-applet-%{version}.tar.bz2
-# Source0-md5: d28cfa7046c3a5ae74f68e7c8b9c321e
-Patch0:%{name}-locale-names.patch
+Source0:   
http://ftp.gnome.org/pub/gnome/sources/quick-lounge-applet/2.13/quick-lounge-applet-%{version}.tar.bz2
+# Source0-md5: 033723a90f6ce15d1340ee542631607c
 URL:   http://quick-lounge.sourceforge.net/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gnome-desktop-devel = 2.4.0
-BuildRequires: gnome-panel-devel = 2.4.0
-BuildRequires: gnome-vfs2-devel = 2.4.0
-BuildRequires: libglade2-devel = 2.0.1
-BuildRequires: libgnomeui-devel = 2.4.0
+BuildRequires: gnome-common = 2.12.0-2
+BuildRequires: gnome-desktop-devel = 2.12.0
+BuildRequires: gnome-menus-devel = 2.12.0
+BuildRequires: gnome-panel-devel = 2.12.0
+BuildRequires: gnome-vfs2-devel = 2.12.0
+BuildRequires: intltool = 0.35.0
+BuildRequires: libglade2-devel = 1:2.5.1
+BuildRequires: libgnomeui-devel = 2.12.0
 BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) = 1.198
 BuildRequires: scrollkeeper
-Requires(post):GConf2
-Requires(post):scrollkeeper
+Requires(post,preun):  GConf2
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires(post,postun): scrollkeeper
+# s...@latn vs. s...@latin
+Conflicts: glibc-misc  6:2.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,21 +40,19 @@
 
 %prep
 %setup -q -n quick-lounge-applet-%{version}
-%patch0 -p1
-
-mv po/{no,nb}.po
-rm po/*.gmo
 
 %build
 cp -f /usr/share/automake/config.sub .
+%{__gnome_doc_common}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
--disable-schemas-install \
+   --disable-scrollkeeper \
--disable-static
-
 %{__make}
 
 %install
@@ -56,27 +62,34 @@
DESTDIR=$RPM_BUILD_ROOT \
localedir=%{_datadir}/locale
 
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/s...@latin ] || \
+   mv -f $RPM_BUILD_ROOT%{_datadir}/locale/s...@{latn,latin}
 %find_lang quick-lounge-applet --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/scrollkeeper-update
-%gconf_schema_install
-
-%postun -p /usr/bin/scrollkeeper-update
+%scrollkeeper_update_post
+%gconf_schema_install quick-lounge.schemas
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall quick-lounge.schemas
+
+%postun
+%scrollkeeper_update_postun
+%update_icon_cache hicolor
 
 %files -f quick-lounge-applet.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
-%config %{_sysconfdir}/gconf/schemas/*
+%doc AUTHORS ChangeLog NEWS README
+%{_datadir}/gnome-2.0/ui/*.xml
+%{_datadir}/quick-lounge-applet
 %attr(755,root,root) %{_libdir}/quick-lounge-applet
 %{_libdir}/bonobo/servers/*.server
-%{_datadir}/gnome-2.0/ui/*.xml
-%{_datadir}/quick-lounge
-%{_pixmapsdir}/*.png
-%{_omf_dest_dir}/*
+%{_iconsdir}/hicolor/*/apps/*.png
+%{_sysconfdir}/gconf/schemas/quick-lounge.schemas
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -84,8 +97,49 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
-Revision 1.25.2.1  2007/02/12 13:20:13  baggins
+Revision 1.25.2.2  2009/03/21 14:12:50  wolvverine
+- up to 2.13.2
+
+Revision 1.37  2008/10/11 16:51:36  wolvverine
+- up to 2.12.5, STBR
+
+Revision 1.36  2008/02/02 12:23:37  hawk
+- added %{__intltoolize}, release 3
+
+Revision 1.35  2007-11-04 23:22:29  ankry
+- s...@latn - s...@latin, rel. 2
+
+Revision 1.34  2007/02/13 07:16:46  glen
+- tabs in preamble
+
+Revision 1.33  2007/02/12 00:48:52  baggins
 - converted to UTF-8
+
+Revision 1.32  2007/01/19 13:07:44  megabajt
+- cleanup, improved previous commit log
+
+Revision 1.31  2007/01/19 12:47:33  megabajt
+- up to 2.12.4
+- removed obsolete

SPECS: evolution-rss.spec rel.3, STBR

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 14:15:36 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
 rel.3, STBR

 Files affected:
SPECS:
   evolution-rss.spec (1.27 - 1.28) 

 Diffs:


Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.27 SPECS/evolution-rss.spec:1.28
--- SPECS/evolution-rss.spec:1.27   Fri Mar  6 09:50:49 2009
+++ SPECS/evolution-rss.specSat Mar 21 15:15:31 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.2
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.28  2009/03/21 14:15:31  wolvverine
+ rel.3, STBR
+
 Revision 1.27  2009/03/06 08:50:49  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.27r2=1.28f=u

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


SPECS: gnome-applet-quick-lounge.spec - rel.2, STBR

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 14:24:41 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel.2, STBR

 Files affected:
SPECS:
   gnome-applet-quick-lounge.spec (1.37 - 1.38) 

 Diffs:


Index: SPECS/gnome-applet-quick-lounge.spec
diff -u SPECS/gnome-applet-quick-lounge.spec:1.37 
SPECS/gnome-applet-quick-lounge.spec:1.38
--- SPECS/gnome-applet-quick-lounge.spec:1.37   Sat Oct 11 18:51:36 2008
+++ SPECS/gnome-applet-quick-lounge.specSat Mar 21 15:24:35 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Umieszcza ulubione aplikacje użytkownika na panelu GNOME
 Name:  gnome-applet-quick-lounge
 Version:   2.12.5
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/quick-lounge-applet/2.12/quick-lounge-applet-%{version}.tar.bz2
@@ -98,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2009/03/21 14:24:35  wolvverine
+- rel.2, STBR
+
 Revision 1.37  2008/10/11 16:51:36  wolvverine
 - up to 2.12.5, STBR
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-applet-quick-lounge.spec?r1=1.37r2=1.38f=u

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


SPECS: evolution.spec - add BR:libgweather, rel.2

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 15:01:30 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add BR:libgweather, rel.2

 Files affected:
SPECS:
   evolution.spec (1.252 - 1.253) 

 Diffs:


Index: SPECS/evolution.spec
diff -u SPECS/evolution.spec:1.252 SPECS/evolution.spec:1.253
--- SPECS/evolution.spec:1.252  Fri Mar 20 14:27:20 2009
+++ SPECS/evolution.specSat Mar 21 16:01:24 2009
@@ -13,7 +13,7 @@
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:  evolution
 Version:   2.26.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution/2.26/%{name}-%{version}.tar.bz2
@@ -54,6 +54,7 @@
 BuildRequires: libbonoboui-devel = 2.24.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomeui-devel = 2.24.0
+BuildRequires: libgweather = 2.26.0
 BuildRequires: libnotify-devel = 0.4.0
 BuildRequires: libsoup-devel = 2.4.0
 BuildRequires: libtool
@@ -874,6 +875,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.253  2009/03/21 15:01:24  wolvverine
+- add BR:libgweather, rel.2
+
 Revision 1.252  2009/03/20 13:27:20  tiwek
 up to 2.26.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution.spec?r1=1.252r2=1.253f=u

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


SPECS: evolution.spec - ups, -devel

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 15:05:25 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- ups, -devel 

 Files affected:
SPECS:
   evolution.spec (1.253 - 1.254) 

 Diffs:


Index: SPECS/evolution.spec
diff -u SPECS/evolution.spec:1.253 SPECS/evolution.spec:1.254
--- SPECS/evolution.spec:1.253  Sat Mar 21 16:01:24 2009
+++ SPECS/evolution.specSat Mar 21 16:05:19 2009
@@ -54,7 +54,7 @@
 BuildRequires: libbonoboui-devel = 2.24.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomeui-devel = 2.24.0
-BuildRequires: libgweather = 2.26.0
+BuildRequires: libgweather-devel = 2.26.0
 BuildRequires: libnotify-devel = 0.4.0
 BuildRequires: libsoup-devel = 2.4.0
 BuildRequires: libtool
@@ -875,6 +875,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.254  2009/03/21 15:05:19  wolvverine
+- ups, -devel
+
 Revision 1.253  2009/03/21 15:01:24  wolvverine
 - add BR:libgweather, rel.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution.spec?r1=1.253r2=1.254f=u

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


DISTFILES: evolution-exchange-2.26.0.tar.bz2

2009-03-21 Thread wolvverine

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.26/evolution-exchange-2.26.0.tar.bz2
845f0a74e4565a6639f3b8adb736cbc1  evolution-exchange-2.26.0.tar.bz2
Size: 945729 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: evolution-exchange.spec - up to 2.26.0, STBR

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 15:56:44 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.26.0, STBR

 Files affected:
SPECS:
   evolution-exchange.spec (1.48 - 1.49) 

 Diffs:


Index: SPECS/evolution-exchange.spec
diff -u SPECS/evolution-exchange.spec:1.48 SPECS/evolution-exchange.spec:1.49
--- SPECS/evolution-exchange.spec:1.48  Mon Feb 23 23:04:40 2009
+++ SPECS/evolution-exchange.spec   Sat Mar 21 16:56:38 2009
@@ -4,17 +4,17 @@
 Summary:   Microsoft Exchange support for Evolution
 Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
 Name:  evolution-exchange
-Version:   2.24.4
-Release:   2
+Version:   2.26.0
+Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.24/%{name}-%{version}.tar.bz2
-# Source0-md5: e2c4e282488b1e9a3b528cad0d7f684f
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.26/%{name}-%{version}.tar.bz2
+# Source0-md5: 845f0a74e4565a6639f3b8adb736cbc1
 BuildRequires: GConf2-devel = 2.22.0
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
-BuildRequires: evolution-data-server-devel = 2.24.1
-BuildRequires: evolution-devel = 2.24.1
+BuildRequires: evolution-data-server-devel = 2.26.0
+BuildRequires: evolution-devel = 2.26.0
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.16.1
 BuildRequires: gnome-common = 2.20.0
@@ -31,7 +31,7 @@
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.197
 Requires(post,preun):  GConf2
-Requires:  evolution = 2.24.0
+Requires:  evolution = 2.26.0
 Requires:  gtk+2 = 2:2.12.8
 Obsoletes: ximian-connector
 # s...@latn vs. s...@latin
@@ -83,26 +83,26 @@
 
 rm -f 
$RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
 
-%find_lang %{name}-2.24
+%find_lang %{name}-2.26
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install apps_exchange_addressbook-2.24.schemas
+%gconf_schema_install apps_exchange_addressbook-2.26.schemas
 
 %preun
-%gconf_schema_uninstall apps_exchange_addressbook-2.24.schemas
+%gconf_schema_uninstall apps_exchange_addressbook-2.26.schemas
 
-%files -f %{name}-2.24.lang
+%files -f %{name}-2.26.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.24.schemas
-%attr(755,root,root) %{_bindir}/exchange-connector-setup-2.24
+%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.26.schemas
+%attr(755,root,root) %{_bindir}/exchange-connector-setup-2.26
 %attr(755,root,root) 
%{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.so
-%attr(755,root,root) %{_libdir}/evolution/2.24/evolution-exchange-storage
+%attr(755,root,root) %{_libdir}/evolution/2.26/evolution-exchange-storage
 %{_datadir}/evolution-exchange
-%{_libdir}/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.24.server
+%{_libdir}/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.26.server
 %{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.urls
 
 %files apidocs
@@ -115,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.49  2009/03/21 15:56:38  wolvverine
+- up to 2.26.0, STBR
+
 Revision 1.48  2009/02/23 22:04:40  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-exchange.spec?r1=1.48r2=1.49f=u

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


SPECS: evolution-jescs.spec - up to 2.26.0, STBR

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 16:06:12 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.26.0, STBR

 Files affected:
SPECS:
   evolution-jescs.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/evolution-jescs.spec
diff -u SPECS/evolution-jescs.spec:1.5 SPECS/evolution-jescs.spec:1.6
--- SPECS/evolution-jescs.spec:1.5  Fri Oct 24 18:10:10 2008
+++ SPECS/evolution-jescs.spec  Sat Mar 21 17:06:05 2009
@@ -2,17 +2,17 @@
 Summary:   Evolution Connector for Sun Java Enterprise System Calendar 
Server (SJESCS)
 Summary(pl.UTF-8): Evolution Connector dla Sun Java Enterprise System 
Calendar Server (SJESCS)
 Name:  evolution-jescs
-Version:   2.24.0
-Release:   2
+Version:   2.26.0
+Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-jescs/2.24/%{name}-%{version}.tar.bz2
-# Source0-md5: ad7e6ec6c47aa7a3fba490f62d0355cf
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-jescs/2.26/%{name}-%{version}.tar.bz2
+# Source0-md5: dd59c0d9589f5ad4755fa4e473d7fe1f
 URL:   http://www.go-evolution.org/Evolution_JESCS
-BuildRequires: GConf2-devel = 2.24.0
+BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
-BuildRequires: evolution-devel = 2.24.0
+BuildRequires: evolution-devel = 2.26.0
 BuildRequires: gettext-devel
 BuildRequires: gtk-doc
 BuildRequires: intltool = 0.40.0
@@ -56,7 +56,7 @@
 
 rm -f 
$RPM_BUILD_ROOT%{_libdir}/evolution-data-server-1.2/camel-providers/libcamelsunone.la
 
-%find_lang %{name}-2.24
+%find_lang %{name}-2.26
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,15 +67,15 @@
 %postun
 %update_icon_cache hicolor
 
-%files -f %{name}-2.24.lang
+%files -f %{name}-2.26.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) 
%{_libdir}/evolution-data-server-1.2/camel-providers/libcamelsunone.so
 %{_libdir}/evolution-data-server-1.2/camel-providers/libcamelsunone.urls
-%attr(755,root,root) %{_libdir}/evolution/2.24/evolution-jescs
+%attr(755,root,root) %{_libdir}/evolution/2.26/evolution-jescs
 %{_libdir}/bonobo/servers/GNOME_Evolution_SunOne_Storage.server
 %{_datadir}/evolution-jescs
-%{_datadir}/evolution/2.24/icons/hicolor/*/categories
+%{_datadir}/evolution/2.26/icons/hicolor/*/categories
 %{_iconsdir}/hicolor/*/*/*.png
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -84,6 +84,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2009/03/21 16:06:05  wolvverine
+- up to 2.26.0, STBR
+
 Revision 1.5  2008/10/24 16:10:10  megabajt
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-jescs.spec?r1=1.5r2=1.6f=u

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


DISTFILES: evolution-jescs-2.26.0.tar.bz2

2009-03-21 Thread wolvverine

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-jescs/2.26/evolution-jescs-2.26.0.tar.bz2
dd59c0d9589f5ad4755fa4e473d7fe1f  evolution-jescs-2.26.0.tar.bz2
Size: 537795 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: evolution-webcal-2.26.0.tar.bz2

2009-03-21 Thread wolvverine

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.26/evolution-webcal-2.26.0.tar.bz2
a36036a94dd043f57a6d84ab9b6c732c  evolution-webcal-2.26.0.tar.bz2
Size: 155281 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: evolution-webcal.spec - up to 2.26.0,STBR

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 16:09:15 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.26.0,STBR

 Files affected:
SPECS:
   evolution-webcal.spec (1.34 - 1.35) 

 Diffs:


Index: SPECS/evolution-webcal.spec
diff -u SPECS/evolution-webcal.spec:1.34 SPECS/evolution-webcal.spec:1.35
--- SPECS/evolution-webcal.spec:1.34Wed Oct  8 10:47:32 2008
+++ SPECS/evolution-webcal.spec Sat Mar 21 17:09:10 2009
@@ -2,16 +2,16 @@
 Summary:   Web calendar subscription utility for Evolution
 Summary(pl.UTF-8): Narzędzie do subskrypcji sieciowego kalendarza dla 
Evolution
 Name:  evolution-webcal
-Version:   2.24.0
+Version:   2.26.0
 Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.24/%{name}-%{version}.tar.bz2
-# Source0-md5: 8030ebaefb18050c079a71dc23701d82
-BuildRequires: GConf2-devel = 2.24.0
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-webcal/2.26/%{name}-%{version}.tar.bz2
+# Source0-md5: a36036a94dd043f57a6d84ab9b6c732c
+BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
-BuildRequires: evolution-data-server-devel = 2.24.0
+BuildRequires: evolution-data-server-devel = 2.26.0
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel = 2:2.14.0
 BuildRequires: intltool = 0.40.0
@@ -20,7 +20,7 @@
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.197
 Requires(post,preun):  GConf2
-Requires:  evolution = 2.24.0
+Requires:  evolution = 2.26.0
 # s...@latn vs. s...@latin
 Conflicts: glibc-misc  6:2.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -73,6 +73,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2009/03/21 16:09:10  wolvverine
+- up to 2.26.0,STBR
+
 Revision 1.34  2008/10/08 08:47:32  megabajt
 - updated to 2.24.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-webcal.spec?r1=1.34r2=1.35f=u

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


SPECS: evolution-rss.spec - for gnome 2.26

2009-03-21 Thread wolvverine
Author: wolvverine   Date: Sat Mar 21 16:55:52 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- for gnome 2.26

 Files affected:
SPECS:
   evolution-rss.spec (1.28 - 1.29) 

 Diffs:


Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.28 SPECS/evolution-rss.spec:1.29
--- SPECS/evolution-rss.spec:1.28   Sat Mar 21 15:15:31 2009
+++ SPECS/evolution-rss.specSat Mar 21 17:55:47 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
 Version:   0.1.2
-Release:   3
+Release:   4
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
@@ -16,11 +16,11 @@
 Patch0:%{name}-ac.patch
 Patch1:%{name}-libxul.patch
 URL:   http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
-BuildRequires: GConf2-devel = 2.24.0
+BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dbus-glib-devel = 0.74
-BuildRequires: evolution-devel = 2.24.0
+BuildRequires: evolution-devel = 2.26.0
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel = 2:2.14.0
 %{?with_webkit:BuildRequires:  gtk-webkit-devel}
@@ -34,7 +34,7 @@
 BuildRequires: rpmbuild(macros) = 1.197
 %{?with_xulrunner:BuildRequires:   xulrunner-devel = 1.9-5}
 Requires(post,postun): GConf2
-Requires:  evolution = 2.24.0
+Requires:  evolution = 2.26.0
 Requires:  gtk+2 = 2:2.14.0
 %{?with_xulrunner:%requires_eq xulrunner-libs}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -89,7 +89,7 @@
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/evolution-import-rss
 %attr(755,root,root) 
%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
-%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_2.24.server
+%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_2.26.server
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.eplug
 %{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
 %{_sysconfdir}/gconf/schemas/evolution-rss.schemas
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.29  2009/03/21 16:55:47  wolvverine
+- for gnome 2.26
+
 Revision 1.28  2009/03/21 14:15:31  wolvverine
  rel.3, STBR
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.28r2=1.29f=u

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


SOURCES: wine-manpaths.patch - for 1.1.17

2009-03-16 Thread wolvverine
Author: wolvverine   Date: Mon Mar 16 16:06:27 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- for 1.1.17

 Files affected:
SOURCES:
   wine-manpaths.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/wine-manpaths.patch
diff -u SOURCES/wine-manpaths.patch:1.1 SOURCES/wine-manpaths.patch:1.2
--- SOURCES/wine-manpaths.patch:1.1 Sat Feb 28 15:11:57 2009
+++ SOURCES/wine-manpaths.patch Mon Mar 16 17:06:21 2009
@@ -11,9 +11,9 @@
  
  all: $(WINE_BINARIES) $(WINE_BINARIES:%=%-installed) $(MODULE) $(MANPAGES)
  
-@@ -88,13 +88,13 @@
- fi; \
-   done
+@@ -74,13 +74,13 @@
+   $(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/$(MODULE)
+   for f in $(EXTRA_BINARIES); do $(INSTALL_PROGRAM) $$f 
$(DESTDIR)$(bindir)/$$f; done
$(INSTALL_DATA) wine.man 
$(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
 -  $(INSTALL_DATA) wine.de.man 
$(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
 -  $(INSTALL_DATA) wine.fr.man 
$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
@@ -21,7 +21,7 @@
 +  $(INSTALL_DATA) wine.fr.man 
$(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
  
  uninstall::
-   -cd $(DESTDIR)$(bindir)  $(RM) $(WINE_BINARIES) $(MODULE)
+   -cd $(DESTDIR)$(bindir)  $(RM) $(EXTRA_BINARIES) $(MODULE)
$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
 -  $(RM) $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
 -  $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/wine-manpaths.patch?r1=1.1r2=1.2f=u

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


SPECS: wine.spec - up to 1.1.17

2009-03-16 Thread wolvverine
Author: wolvverine   Date: Mon Mar 16 16:07:31 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.1.17

 Files affected:
SPECS:
   wine.spec (1.352 - 1.353) 

 Diffs:


Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.352 SPECS/wine.spec:1.353
--- SPECS/wine.spec:1.352   Sat Mar  7 09:04:54 2009
+++ SPECS/wine.spec Mon Mar 16 17:07:25 2009
@@ -30,13 +30,13 @@
 Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:  wine
-Version:   1.1.16
-Release:   2
+Version:   1.1.17
+Release:   1
 Epoch: 1
 License:   LGPL
 Group: Applications/Emulators
 Source0:   
http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: 2aff938b7c8d78269409f5056d3670ca
+# Source0-md5: ad73833f304e6c6e4d827989ff75db3d
 Source1:   %{name}-uninstaller.desktop
 Patch0:%{name}-fontcache.patch
 Patch1:%{name}-makedep.patch
@@ -518,6 +518,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.353  2009/03/16 16:07:25  wolvverine
+- up to 1.1.17
+
 Revision 1.352  2009/03/07 08:04:54  charles
 - BR: unixODBC-devel
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.352r2=1.353f=u

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


DISTFILES: wine-1.1.17.tar.bz2

2009-03-16 Thread wolvverine

Files fetched: 1

STORED: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.17.tar.bz2
ad73833f304e6c6e4d827989ff75db3d  wine-1.1.17.tar.bz2
Size: 15187387 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: wine.spec - %files

2009-03-16 Thread wolvverine
Author: wolvverine   Date: Mon Mar 16 16:29:18 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- %files

 Files affected:
SPECS:
   wine.spec (1.353 - 1.354) 

 Diffs:


Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.353 SPECS/wine.spec:1.354
--- SPECS/wine.spec:1.353   Mon Mar 16 17:07:25 2009
+++ SPECS/wine.spec Mon Mar 16 17:29:13 2009
@@ -411,11 +411,11 @@
 %attr(755,root,root) %{_bindir}/wineboot
 %attr(755,root,root) %{_bindir}/winecfg
 %attr(755,root,root) %{_bindir}/winedbg
-%attr(755,root,root) %{_bindir}/wine-kthread
+#%attr(755,root,root) %{_bindir}/wine-kthread
 #%attr(755,root,root) %{_bindir}/winelauncher
 %attr(755,root,root) %{_bindir}/wineprefixcreate
 %attr(755,root,root) %{_bindir}/wine-preloader
-%attr(755,root,root) %{_bindir}/wine-pthread
+#%attr(755,root,root) %{_bindir}/wine-pthread
 %attr(755,root,root) %{_bindir}/wineserver
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/wine
@@ -518,6 +518,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.354  2009/03/16 16:29:13  wolvverine
+- %files
+
 Revision 1.353  2009/03/16 16:07:25  wolvverine
 - up to 1.1.17
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.353r2=1.354f=u

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


SOURCES: changetrack-cron (NEW) - cron rule for changetrack

2009-03-15 Thread wolvverine
Author: wolvverine   Date: Sun Mar 15 20:34:51 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- cron rule for changetrack

 Files affected:
SOURCES:
   changetrack-cron (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/changetrack-cron
diff -u /dev/null SOURCES/changetrack-cron:1.1
--- /dev/null   Sun Mar 15 21:34:52 2009
+++ SOURCES/changetrack-cronSun Mar 15 21:34:46 2009
@@ -0,0 +1,3 @@
+#
+* 30 * * * root/usr/bin/changetrack -uq
+

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


DISTFILES: change4_5.tar.gz

2009-03-15 Thread wolvverine

Files fetched: 1

STORED: http://master.dl.sourceforge.net/changetrack/change4_5.tar.gz
d37ec3c73de430972f7f5729ca3b8e74  change4_5.tar.gz
Size: 17175 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: changetrack.spec (NEW) - init

2009-03-15 Thread wolvverine
Author: wolvverine   Date: Sun Mar 15 20:35:47 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- init

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

 Diffs:


Index: SPECS/changetrack.spec
diff -u /dev/null SPECS/changetrack.spec:1.1
--- /dev/null   Sun Mar 15 21:35:47 2009
+++ SPECS/changetrack.spec  Sun Mar 15 21:35:42 2009
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+# TODO: default config for PLD - edit /etc/changetrack.conf
+
+%definesrc_namechange
+%definesrc_ver 4_5
+
+Summary:   Changetrack
+Name:  changetrack
+Version:   4.5
+Release:   1
+License:   GPL
+Group: Applications
+Source0:   
http://dl.sourceforge.net/changetrack/%{src_name}%{src_ver}.tar.gz
+# Source0-md5: d37ec3c73de430972f7f5729ca3b8e74
+Source1:   %{name}-cron
+URL:   http://changetrack.sourceforge.net/
+BuildRequires: rpm-perlprov
+Requires:  crondaemon
+Requires:  perl-File-NCopy
+Requires:  perl-modules
+Requires:  perl-tools
+Requires:  rcs
+Requires:  smtpdaemon
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+changetrack is a program to monitor changes to a bunch of files. If
+files are modify one day, and the machine start working incorrectly
+some days later, changetrack can provide information on which files
+were modified, and help locate the problem. Changetrack will also
+allow recovery of the files from any stage.
+
+This program makes human-readable output, and also uses RCS to allow
+recovery of any stage of revision.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d 
$RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir},/etc/cron.d,%{_var}/lib/%{name}}
+
+install changetrack $RPM_BUILD_ROOT%{_bindir}
+install changetrack.man $RPM_BUILD_ROOT%{_mandir}/man1
+install changetrack.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install %SOURCE1 $RPM_BUILD_ROOT/etc/cron.d/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_bindir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
+%{_mandir}/man1/*
+%dir %{_var}/lib/%{name}
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/03/15 20:35:42  wolvverine
+- init
+
+

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


SOURCES: samba-force-group.patch (NEW) - bug #6155 in 3.3.1

2009-03-12 Thread wolvverine
Author: wolvverine   Date: Thu Mar 12 11:51:17 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- bug #6155 in 3.3.1

 Files affected:
SOURCES:
   samba-force-group.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/samba-force-group.patch
diff -u /dev/null SOURCES/samba-force-group.patch:1.1
--- /dev/null   Thu Mar 12 12:51:17 2009
+++ SOURCES/samba-force-group.patch Thu Mar 12 12:51:11 2009
@@ -0,0 +1,83 @@
+diff --git a/source/include/smb.h b/source/include/smb.h
+index a98d151..56d9461 100644
+--- a/source/include/smb.h
 b/source/include/smb.h
+@@ -597,6 +597,12 @@ typedef struct connection_struct {
+*/
+   struct auth_serversupplied_info *server_info;
+ 
++  /*
++   * If the force group parameter is set, this is the primary gid that
++   * may be used in the users token, depending on the vuid using this tid.
++   */
++  gid_t force_group_gid;
++
+   char client_address[INET6_ADDRSTRLEN]; /* String version of client IP 
address. */
+ 
+   uint16 vuid; /* vuid of user who *opened* this connection, or 
UID_FIELD_INVALID */
+diff --git a/source/smbd/conn.c b/source/smbd/conn.c
+index 7f34d2b..a6eafcf 100644
+--- a/source/smbd/conn.c
 b/source/smbd/conn.c
+@@ -145,6 +145,7 @@ find_again:
+   return NULL;
+   }
+   conn-cnum = i;
++  conn-force_group_gid = (gid_t)-1;
+ 
+   bitmap_set(bmap, i);
+ 
+diff --git a/source/smbd/service.c b/source/smbd/service.c
+index c39584a..5e75fce 100644
+--- a/source/smbd/service.c
 b/source/smbd/service.c
+@@ -834,6 +834,14 @@ static connection_struct *make_connection_snum(int snum, 
user_struct *vuser,
+   *pstatus = status;
+   return NULL;
+   }
++
++  /*
++   * We need to cache this gid, to use within
++   * change_to_user() separately from the conn-server_info
++   * struct. We only use conn-server_info directly if
++   * force_user was set.
++   */
++  conn-force_group_gid = conn-server_info-utok.gid;
+   }
+ 
+   conn-vuid = (vuser != NULL) ? vuser-vuid : UID_FIELD_INVALID;
+diff --git a/source/smbd/uid.c b/source/smbd/uid.c
+index 119a155..02f8cc9 100644
+--- a/source/smbd/uid.c
 b/source/smbd/uid.c
+@@ -256,6 +256,8 @@ bool change_to_user(connection_struct *conn, uint16 vuid)
+ 
+   if((group_c = *lp_force_group(snum))) {
+ 
++  SMB_ASSERT(conn-force_group_gid != (gid_t)-1);
++
+   if(group_c == '+') {
+ 
+   /*
+@@ -268,15 +270,18 @@ bool change_to_user(connection_struct *conn, uint16 vuid)
+   int i;
+   for (i = 0; i  num_groups; i++) {
+   if (group_list[i]
+-  == conn-server_info-utok.gid) {
+-  gid = conn-server_info-utok.gid;
++  == conn-force_group_gid) {
++  conn-server_info-utok.gid =
++  conn-force_group_gid;
++  gid = conn-force_group_gid;
+   gid_to_sid(conn-server_info-ptok
+  -user_sids[1], gid);
+   break;
+   }
+   }
+   } else {
+-  gid = conn-server_info-utok.gid;
++  conn-server_info-utok.gid = conn-force_group_gid;
++  gid = conn-force_group_gid;
+   gid_to_sid(conn-server_info-ptok-user_sids[1],
+  gid);
+   }

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


SPECS: samba.spec - add samba-force-group.patch, rel. 4

2009-03-12 Thread wolvverine
Author: wolvverine   Date: Thu Mar 12 11:57:03 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- add samba-force-group.patch, rel. 4

 Files affected:
SPECS:
   samba.spec (1.436 - 1.437) 

 Diffs:


Index: SPECS/samba.spec
diff -u SPECS/samba.spec:1.436 SPECS/samba.spec:1.437
--- SPECS/samba.spec:1.436  Tue Mar 10 22:13:50 2009
+++ SPECS/samba.specThu Mar 12 12:56:57 2009
@@ -47,7 +47,7 @@
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:  samba
 Version:   3.3.1
-Release:   3
+Release:   4
 Epoch: 1
 License:   GPL v2
 Group: Networking/Daemons
@@ -70,6 +70,7 @@
 Patch4:%{name}-lprng-no-dot-printers.patch
 Patch5:%{name}-link.patch
 Patch6:%{name}-dnssd.patch
+Patch7:%{name}-force-group.patch
 URL:   http://www.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -957,6 +958,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
@@ -1512,6 +1514,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.437  2009/03/12 11:56:57  wolvverine
+- add samba-force-group.patch, rel. 4
+
 Revision 1.436  2009/03/10 21:13:50  arekm
 - rel 3; should fix dnssd problems
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samba.spec?r1=1.436r2=1.437f=u

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


SPECS: gnome-applet-grandr.spec - new URL, add libexecpath patch, rel.2

2009-03-01 Thread wolvverine
Author: wolvverine   Date: Sun Mar  1 15:11:58 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- new URL, add libexecpath patch, rel.2

 Files affected:
SPECS:
   gnome-applet-grandr.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/gnome-applet-grandr.spec
diff -u SPECS/gnome-applet-grandr.spec:1.11 SPECS/gnome-applet-grandr.spec:1.12
--- SPECS/gnome-applet-grandr.spec:1.11 Thu Feb  7 17:34:58 2008
+++ SPECS/gnome-applet-grandr.spec  Sun Mar  1 16:11:53 2009
@@ -3,13 +3,14 @@
 Summary(pl.UTF-8): Graficzny interfejs do rozszerzenia xrandr
 Name:  gnome-applet-grandr
 Version:   0.4.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://dekorte.homeip.net/download/grandr-applet/grandr_applet-%{version}.tar.gz
+Source0:   http://kdekorte.googlepages.com/grandr_applet-%{version}.tar.gz
 # Source0-md5: e5503535fad10b1f6e97ed1c1af18960
 Patch0:%{name}-link.patch
-URL:   http://dekorte.homeip.net/download/grandr-applet/
+Patch1:%{name}-libpath.patch
+URL:   http://kdekorte.googlepages.com/grandr_applet
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
 BuildRequires: gnome-panel-devel = 2.3.4.1-2
@@ -30,6 +31,7 @@
 %prep
 %setup -q -n grandr_applet-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
@@ -52,7 +54,7 @@
 
 %files -f grandr_applet.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog README NEWS
 %attr (755,root,root) %{_libdir}/grandr
 %{_libdir}/bonobo/servers/GrandrApplet.server
 %{_pixmapsdir}/grandr.png
@@ -63,6 +65,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2009/03/01 15:11:53  wolvverine
+- new URL, add libexecpath patch, rel.2
+
 Revision 1.11  2008/02/07 16:34:58  qboosh
 - removed obsolete libXext patch, added link patch to drop -lSM -lICE linking
 - package lang files, more docs


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-applet-grandr.spec?r1=1.11r2=1.12f=u

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


SOURCES: gnome-applet-grandr-libpath.patch (NEW) - s, @prefix@/libexec, @libe...

2009-03-01 Thread wolvverine
Author: wolvverine   Date: Sun Mar  1 15:13:38 2009 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- s,@prefix@/libexec,@libexecdir@,g

 Files affected:
SOURCES:
   gnome-applet-grandr-libpath.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/gnome-applet-grandr-libpath.patch
diff -u /dev/null SOURCES/gnome-applet-grandr-libpath.patch:1.1
--- /dev/null   Sun Mar  1 16:13:39 2009
+++ SOURCES/gnome-applet-grandr-libpath.patch   Sun Mar  1 16:13:32 2009
@@ -0,0 +1,12 @@
+diff -uNr grandr_applet-0.4.1.orig/GrandrApplet.server.in 
grandr_applet-0.4.1/GrandrApplet.server.in
+--- grandr_applet-0.4.1.orig/GrandrApplet.server.in2007-12-13 
15:14:33.0 +
 grandr_applet-0.4.1/GrandrApplet.server.in 2009-03-01 14:58:31.0 
+
+@@ -2,7 +2,7 @@
+ 
+ oaf_server iid=OAFIID:GrandrApplet_factory 
+   type=exe
+-location=@prefix@/libexec/grandr
++location=@libexecdir@/grandr
+ 
+ oaf_attribute name=repo_ids type=stringv
+ item value=IDL:Bonobo/GenericFactory:1.0/

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


SPECS: evolution-rss.spec - up to 0.1.2

2009-03-01 Thread wolvverine
Author: wolvverine   Date: Sun Mar  1 23:52:02 2009 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.1.2

 Files affected:
SPECS:
   evolution-rss.spec (1.25 - 1.26) 

 Diffs:


Index: SPECS/evolution-rss.spec
diff -u SPECS/evolution-rss.spec:1.25 SPECS/evolution-rss.spec:1.26
--- SPECS/evolution-rss.spec:1.25   Thu Feb 12 23:12:16 2009
+++ SPECS/evolution-rss.specMon Mar  2 00:51:57 2009
@@ -7,12 +7,12 @@
 Summary:   RSS Reader for Evolution Mail
 Summary(pl.UTF-8): Czytnik kanałów informacyjnych RSS dla Evolution
 Name:  evolution-rss
-Version:   0.1.1
-Release:   4
+Version:   0.1.2
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://gnome.eu.org/%{name}-%{version}.tar.gz
-# Source0-md5: 94e3ce3a44f8ae4249df974a8d2a3ed3
+# Source0-md5: a7c04b6f330c49785d34f59a19537798
 Patch0:%{name}-ac.patch
 Patch1:%{name}-libxul.patch
 URL:   http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2009/03/01 23:51:57  wolvverine
+- up to 0.1.2
+
 Revision 1.25  2009/02/12 22:12:16  megabajt
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-rss.spec?r1=1.25r2=1.26f=u

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


  1   2   3   4   5   6   7   8   9   10   >