[svn] r5401 - in trunk/rpms: . aircrack-ng clamav clamtk cleanfeed
ffe grsync iodine pam_shield python-yaml
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon May 14 11:21:09 CEST 2007
Author: dag
Date: 2007-05-14 11:21:06 +0200 (Mon, 14 May 2007)
New Revision: 5401
Added:
trunk/rpms/cleanfeed/
trunk/rpms/cleanfeed/cleanfeed.spec
trunk/rpms/python-yaml/
trunk/rpms/python-yaml/python-yaml.spec
Modified:
trunk/rpms/aircrack-ng/aircrack-ng.spec
trunk/rpms/clamav/clamav.spec
trunk/rpms/clamtk/clamtk.spec
trunk/rpms/ffe/ffe.spec
trunk/rpms/grsync/grsync.spec
trunk/rpms/iodine/iodine.spec
trunk/rpms/pam_shield/pam_shield.spec
Log:
Updates
Modified: trunk/rpms/aircrack-ng/aircrack-ng.spec
===================================================================
--- trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -3,7 +3,7 @@
Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
Name: aircrack-ng
-Version: 0.8
+Version: 0.9
Release: 1
License: GPL
Group: Applications/Internet
@@ -66,6 +66,9 @@
%{_sbindir}/airtun-ng
%changelog
+* Mon May 14 2007 Dag Wieers <dag at wieers.com> - 0.9-1
+- Updated to release 0.9.
+
* Thu Apr 26 2007 Dag Wieers <dag at wieers.com> - 0.8-1
- Updated to release 0.8.
Modified: trunk/rpms/clamav/clamav.spec
===================================================================
--- trunk/rpms/clamav/clamav.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/clamav/clamav.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -7,7 +7,7 @@
### REMINDER: Look and sync with Petr Kristof's work
### sendmail has been updated on EL2, no longer true.
-#{?el2:%define _without_milter 1}
+#%{?el2:#define _without_milter 1}
Summary: Anti-virus software
Name: clamav
Modified: trunk/rpms/clamtk/clamtk.spec
===================================================================
--- trunk/rpms/clamtk/clamtk.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/clamtk/clamtk.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -13,7 +13,7 @@
Summary: Easy to use front-end for ClamAV
Name: clamtk
-Version: 2.30
+Version: 2.32
Release: 1
License: Perl
Group: Applications/File
@@ -82,6 +82,9 @@
%{_datadir}/pixmaps/clamtk.png
%changelog
+* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 2.32-1
+- Updated to release 2.32.
+
* Sun Mar 18 2007 Dag Wieers <dag at wieers.com> - 2.30-1
- Updated to release 2.30.
Added: trunk/rpms/cleanfeed/cleanfeed.spec
===================================================================
--- trunk/rpms/cleanfeed/cleanfeed.spec (rev 0)
+++ trunk/rpms/cleanfeed/cleanfeed.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -0,0 +1,56 @@
+# $Id$
+# Authority: dag
+
+Summary: Spam filter for Usenet news servers
+Name: cleanfeed
+Version: 0.95.7b
+Release: 21.1.1
+License: distributable
+Group: System Environment/Daemons
+
+Source: ftp://ftp.exit109.com/users/jeremy/cleanfeed-%{version}.tar.gz
+Patch0: cleanfeed-0.95.7b-redhat.patch
+Patch1: cleanfeed-0.95.7b-ro.patch
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+
+%description
+Cleanfeed is an automatic spam filter for Usenet news servers and
+routers (INN, Cyclone, Typhoon, Breeze and NNTPRelay). Cleanfeed
+looks for duplicated messages, repeated patterns, and known spamming
+sites and domains. It can be configured to block binary posts to
+non-binary newsgroups, to cancel already-rejected articles, and to
+reject some spamming from local users.
+
+Install the cleanfeed package if you need a spam filter for a Usenet
+news server.
+
+%prep
+%setup
+%patch0 -p1 -b .rh
+%patch1 -p1
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0644 cleanfeed.conf %{buildroot}%{_sysconfdir}/news/cleanfeed.conf
+%{__install} -Dp -m0644 cleanfeed.8 %{buildroot}%{_mandir}/man8/cleanfeed.8
+%{__install} -Dp -m0750 cleanfeed %{buildroot}%{_libdir}/news/bin/filter/filter_innd.pl
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%{_mandir}/man8/cleanfeed.8*
+
+%defattr(-, news, news, 0755)
+%config(noreplace) %{_sysconfdir}/news/cleanfeed.conf
+%dir %{_libdir}/news/
+%dir %{_libdir}/news/bin/
+%dir %{_libdir}/news/bin/filter/
+%{_libdir}/news/bin/filter/filter_innd.pl
+
+%changelog
+* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 0.95.7b-21.1.1
+- Initial package. (based on Red Hat RPM package)
Property changes on: trunk/rpms/cleanfeed/cleanfeed.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/ffe/ffe.spec
===================================================================
--- trunk/rpms/ffe/ffe.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/ffe/ffe.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -33,9 +33,7 @@
%{__make} install DESTDIR="%{buildroot}"
%{__mv} %{buildroot}%{_docdir}/ffe rpmdocs
-%post
-/sbin/ldconfig 2>/dev/null
-
+%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
@@ -44,7 +42,7 @@
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README rpmdocs/*
-%doc %{_mandir}/man1/ffe*
+%doc %{_mandir}/man1/ffe.1*
%doc %{_infodir}/ffe.info*
%{_bindir}/ffe
Modified: trunk/rpms/grsync/grsync.spec
===================================================================
--- trunk/rpms/grsync/grsync.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/grsync/grsync.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -12,7 +12,7 @@
Source: http://www.opbyte.it/release/grsync-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gettext, glib2-devel >= 2.6, gtk2-devel
+BuildRequires: gettext, glib2-devel >= 2.6, gtk2-devel, perl(XML::Parser)
Requires: rsync
%description
@@ -44,6 +44,9 @@
%{_datadir}/applications/grsync.desktop
%changelog
+* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 0.5.2-1
+- Added perl(XML::Parser) dependency. (Lajos)
+
* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.5.2-1
- Updated to release 0.5.2.
Modified: trunk/rpms/iodine/iodine.spec
===================================================================
--- trunk/rpms/iodine/iodine.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/iodine/iodine.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -5,7 +5,7 @@
Summary: Tunnel IPv4 data through a DNS server
Name: iodine
Version: 0.4.0
-Release: 1
+Release: 2
License: GPL
Group: Applications/Internet
URL: http://code.kryo.se/iodine/
@@ -26,8 +26,11 @@
%install
%{__rm} -rf %{buildroot}
+#%{__make} install DESTDIR="%{buildroot}"
+#%{__make} install PREFIX="%{buildroot}%{_prefix}"
%{__install} -Dp -m0755 bin/iodine %{buildroot}%{_bindir}/iodine
%{__install} -Dp -m0755 bin/iodined %{buildroot}%{_bindir}/iodined
+%{__install} -Dp -m0644 man/iodine.8 %{buildroot}%{_mandir}/man8/iodine.8
%clean
%{__rm} -rf %{buildroot}
@@ -35,10 +38,14 @@
%files
%defattr(-, root, root, 0755)
%doc CHANGELOG README TODO
+%doc %{_mandir}/man8/iodine.8*
%{_bindir}/iodine
%{_bindir}/iodined
%changelog
+* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 0.4.0-2
+- Added iodine manpage. (Erik Ekman)
+
* Sun Mar 25 2007 Dag Wieers <dag at wieers.com> - 0.4.0-1
- Updated to release 0.4.0.
Modified: trunk/rpms/pam_shield/pam_shield.spec
===================================================================
--- trunk/rpms/pam_shield/pam_shield.spec 2007-05-13 20:10:42 UTC (rev 5400)
+++ trunk/rpms/pam_shield/pam_shield.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -1,5 +1,6 @@
# $Id$
# Authority: dag
+# Upstream: Walter de Jong <walter$heiho,net>
%define _libdir /%{_lib}
Added: trunk/rpms/python-yaml/python-yaml.spec
===================================================================
--- trunk/rpms/python-yaml/python-yaml.spec (rev 0)
+++ trunk/rpms/python-yaml/python-yaml.spec 2007-05-14 09:21:06 UTC (rev 5401)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
+
+%define real_name PyYAML
+
+Summary: Python package implementing YAML parser and emitter
+Name: python-yaml
+Version: 3.05
+Release: 1
+License: GPL
+Group: Development/Libraries
+URL: http://pyyaml.org/wiki/PyYAML
+
+Source: http://pyyaml.org/download/pyyaml/PyYAML-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: python-devel >= 2.2
+Requires: python >= 2.2
+
+Provides: PyYAML = %{name}-%{version}
+Obsoletes: PyYAML <= %{name}-%{version}
+
+%description
+PyYAML is a YAML parser and emitter for the Python programming language.
+
+YAML is a data serialization format designed for human readability
+and interaction with scripting languages.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc LICENSE README examples/
+%{python_sitelib}/yaml/
+
+%changelog
+* Sun May 13 2007 Dag Wieers <dag at wieers.com> - 3.05-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/python-yaml/python-yaml.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list