[svn] r5287 - in trunk/rpms: . balance castget geany kvpnc libspopc libtasn1 perl-Config-General roll scapy

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Apr 17 23:58:52 CEST 2007


Author: dries
Date: 2007-04-17 23:58:50 +0200 (Tue, 17 Apr 2007)
New Revision: 5287

Added:
   trunk/rpms/libspopc/
   trunk/rpms/libspopc/libspopc.spec
Modified:
   trunk/rpms/balance/balance.spec
   trunk/rpms/castget/castget.spec
   trunk/rpms/geany/geany.spec
   trunk/rpms/kvpnc/kvpnc.spec
   trunk/rpms/libtasn1/libtasn1.spec
   trunk/rpms/perl-Config-General/perl-Config-General.spec
   trunk/rpms/roll/roll.spec
   trunk/rpms/scapy/scapy.spec
Log:
updates

Modified: trunk/rpms/balance/balance.spec
===================================================================
--- trunk/rpms/balance/balance.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/balance/balance.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -4,7 +4,7 @@
 
 Summary: TCP load-balancing proxy server
 Name: balance
-Version: 3.34
+Version: 3.35
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -46,6 +46,9 @@
 %{_localstatedir}/run/balance/
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 3.35-1
+- Updated to release 3.35.
+
 * Sun Mar 19 2006 Dag Wieers <dag at wieers.com> - 3.34-1
 - Updated to release 3.34.
 

Modified: trunk/rpms/castget/castget.spec
===================================================================
--- trunk/rpms/castget/castget.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/castget/castget.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -4,7 +4,7 @@
 
 Summary: Command line-based RSS enclosure downloader
 Name: castget
-Version: 0.9.5
+Version: 0.9.6
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -60,10 +60,13 @@
 %files devel
 #%defattr(-, root, root, 0755)
 %{_includedir}/libcastget.h
-%{_libdir}/libcastget.a
+%exclude %{_libdir}/libcastget.a
 %{_libdir}/libcastget.so
 %exclude %{_libdir}/*.la
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.6-1
+- Updated to release 0.9.6.
+
 * Tue Aug 15 2006 Dries Verachtert <dries at ulyssis.org> - 0.9.5-1
 - Initial package.

Modified: trunk/rpms/geany/geany.spec
===================================================================
--- trunk/rpms/geany/geany.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/geany/geany.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -4,7 +4,7 @@
 
 Summary: Small C editor
 Name: geany
-Version: 0.10.1
+Version: 0.10.2
 Release: 1
 License: GPL
 Group: Applications/Editors
@@ -47,6 +47,9 @@
 %{_datadir}/applications/geany.desktop
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.10.2-1
+- Updated to release 0.10.2.
+
 * Sat Feb 24 2007 Dries Verachtert <dries at ulyssis.org> - 0.10.1-1
 - Updated to release 0.10.1.
 

Modified: trunk/rpms/kvpnc/kvpnc.spec
===================================================================
--- trunk/rpms/kvpnc/kvpnc.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/kvpnc/kvpnc.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -3,7 +3,7 @@
 
 Summary: Frontend for various VPN clients
 Name: kvpnc
-Version: 0.8.7
+Version: 0.8.8
 Release: 1
 License: GPL
 Group: Applications/System
@@ -47,6 +47,9 @@
 %{_datadir}/icons/*/*/apps/kvpnc.*
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.8.8-1
+- Updated to release 0.8.8.
+
 * Sun Dec 15 2006 Dries Verachtert <dries at ulyssis.org> - 0.8.7-1
 - Updated to release 0.8.7.
 

Added: trunk/rpms/libspopc/libspopc.spec
===================================================================
--- trunk/rpms/libspopc/libspopc.spec	                        (rev 0)
+++ trunk/rpms/libspopc/libspopc.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -0,0 +1,70 @@
+# $Id$
+# Authority: dries
+# Upstream: Benoit Rouits <brouits$free,fr>
+
+Summary: POP3 client library
+Name: libspopc
+Version: 0.7.4
+Release: 1
+License: GPL
+Group: Development/Libraries
+URL: http://brouits.free.fr/libspopc/
+
+Source: http://brouits.free.fr/libspopc/releases/libspopc-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+libspopc is an easy-to-use POP3 client library that Its primary goal is to 
+provide an easy and quick way to host a POP3 client in a program. It is 
+fully reentrant (when built with -D_RENTRANT) and implements the client 
+side of RFC 1939. It can download email headers and delete emails remotely 
+without actualy downloading the entire message.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -d %{buildroot}%{_libdir} %{buildroot}%{_includedir}
+%{__make} install DESTDIR=%{buildroot}
+
+%post
+/sbin/ldconfig 2>/dev/null
+
+%postun
+/sbin/ldconfig 2>/dev/null
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog README
+%{_libdir}/libspopc-*.so
+
+%files devel
+#%doc %{_mandir}/man?/*
+%{_includedir}/libspopc.h
+%exclude %{_libdir}/*.a
+%{_libdir}/libspopc.so
+#%exclude %{_libdir}/*.la
+
+%changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.7.4-1
+- Updated to release 0.7.4.
+
+* Thu Jan 12 2006 Dries Verachtert <dries at ulyssis.org> - 0.7-1
+- Initial package.

Modified: trunk/rpms/libtasn1/libtasn1.spec
===================================================================
--- trunk/rpms/libtasn1/libtasn1.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/libtasn1/libtasn1.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -3,7 +3,7 @@
 
 Summary: This is the ASN.1 library used in GNUTLS
 Name: libtasn1
-Version: 0.3.8
+Version: 0.3.9
 Release: 1
 License: LGPL
 Group: System Environment/Libraries
@@ -73,6 +73,9 @@
 %{_mandir}/man3/*asn1*
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.3.9-1
+- Updated to release 0.3.9.
+
 * Sat Nov 18 2006 Dries Verachtert <dries at ulyssis.org> - 0.3.8-1
 - Updated to release 0.3.8.
 

Modified: trunk/rpms/perl-Config-General/perl-Config-General.spec
===================================================================
--- trunk/rpms/perl-Config-General/perl-Config-General.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/perl-Config-General/perl-Config-General.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -9,7 +9,7 @@
 
 Summary: Generic config module
 Name: perl-Config-General
-Version: 2.31
+Version: 2.32
 Release: 1
 License: Artistic
 Group: Applications/CPAN
@@ -63,12 +63,14 @@
 %files
 %defattr(-, root, root, 0755)
 %doc Changelog README
-%doc %{_mandir}/man3/*
+%doc %{_mandir}/man3/Config::General*
 %{perl_vendorlib}/Config/General.pm
-%{perl_vendorlib}/Config/General/*
-%{perl_vendorlib}/Config/Extended.pm
+%{perl_vendorlib}/Config/General/
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 2.32-1
+- Updated to release 2.32.
+
 * Sun Mar 26 2006 Dries Verachtert <dries at ulyssis.org> - 2.31-1
 - Updated to release 2.31.
 

Modified: trunk/rpms/roll/roll.spec
===================================================================
--- trunk/rpms/roll/roll.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/roll/roll.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -4,7 +4,7 @@
 
 Summary: Rolls dices
 Name: roll
-Version: 1.1.0
+Version: 1.1.1
 Release: 1
 License: GPL
 Group: Amusements/Games
@@ -43,6 +43,9 @@
 %{_bindir}/roll
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.1-1
+- Updated to release 1.1.1.
+
 * Mon Mar 19 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.0-1
 - Updated to release 1.1.0.
 

Modified: trunk/rpms/scapy/scapy.spec
===================================================================
--- trunk/rpms/scapy/scapy.spec	2007-04-17 21:35:47 UTC (rev 5286)
+++ trunk/rpms/scapy/scapy.spec	2007-04-17 21:58:50 UTC (rev 5287)
@@ -4,7 +4,7 @@
 
 Summary: Interactive packet manipulation tool and network scanner
 Name: scapy
-Version: 1.0.5
+Version: 1.1.1
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -48,6 +48,9 @@
 %{_bindir}/scapy
 
 %changelog
+* Tue Apr 17 2007 Dries Verachtert <dries at ulyssis.org> - 1.1.1-1
+- Updated to release 1.1.1.
+
 * Fri Oct 20 2006 Dag Wieers <dag at wieers.com> - 1.0.5-1
 - Updated to release 1.0.5.
 



More information about the svn-commits mailing list