[svn] r5562 - in trunk/rpms: . R amavisd-new cobbler dejavu-fonts
evolution-rss flood fslint hammerhead koan nagios-plugins
p7zip pam_shield perl-Test-Inline pidgin-plugin_pack poedit
siege subversion svnmailer wine xvidcore
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Jul 2 03:56:09 CEST 2007
Author: dag
Date: 2007-07-02 03:56:06 +0200 (Mon, 02 Jul 2007)
New Revision: 5562
Added:
trunk/rpms/flood/flood-0.4-cvs.spec
trunk/rpms/pidgin-plugin_pack/
trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec
trunk/rpms/siege/
trunk/rpms/siege/siege-2.65-makefile.patch
trunk/rpms/siege/siege.spec
Modified:
trunk/rpms/R/R.spec
trunk/rpms/amavisd-new/amavisd-new.spec
trunk/rpms/cobbler/cobbler.spec
trunk/rpms/dejavu-fonts/dejavu-fonts.spec
trunk/rpms/evolution-rss/evolution-rss.spec
trunk/rpms/flood/flood.spec
trunk/rpms/fslint/fslint.spec
trunk/rpms/hammerhead/hammerhead.spec
trunk/rpms/koan/koan.spec
trunk/rpms/nagios-plugins/nagios-plugins.spec
trunk/rpms/p7zip/p7zip.spec
trunk/rpms/pam_shield/pam_shield.spec
trunk/rpms/perl-Test-Inline/perl-Test-Inline.spec
trunk/rpms/poedit/poedit.spec
trunk/rpms/subversion/subversion.spec
trunk/rpms/svnmailer/svnmailer.spec
trunk/rpms/wine/wine.spec
trunk/rpms/xvidcore/xvidcore.spec
Log:
Updates
Modified: trunk/rpms/R/R.spec
===================================================================
--- trunk/rpms/R/R.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/R/R.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -3,6 +3,8 @@
%{?dist: %{expand: %%define %dist 1}}
+%{?el5:%define _with_compat_gcc34 1}
+
%{?fc4:%define _without_modxorg 1}
%{?el4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
@@ -16,7 +18,7 @@
Summary: Language for data analysis and graphics
Name: R
-Version: 2.4.1
+Version: 2.5.1
Release: 1
License: GPL
Group: Applications/Engineering
@@ -25,13 +27,15 @@
Source: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gcc-c++, gcc-g77, tetex-latex, texinfo
+BuildRequires: gcc-c++, tetex-latex, texinfo
BuildRequires: libpng-devel, libjpeg-devel, readline-devel, libtermcap-devel
BuildRequires: tcl-devel, tk-devel
BuildRequires: blas >= 3.0, pcre-devel, zlib-devel
BuildRequires: java-1.4.2-gcj-compat
%{!?_without_modxorg:BuildRequires: libX11-devel}
%{?_without_modxorg:BuildRequires: XFree86-devel}
+%{?_with_compat_gcc34:BuildRequires: compat-gcc-34-g77}
+%{!?_with_compat_gcc34:BuildRequires: gcc-g77}
Requires: ggv, cups, firefox
### These are the submodules that R provides. Sometimes R modules say they
@@ -177,12 +181,16 @@
%doc %{_infodir}/R-*.info*
%config %{_sysconfdir}/ld.so.conf.d/R-%{_target}.conf
%{_bindir}/R
+%{_bindir}/Rscript
+
%{_libdir}/R/
%exclude %{_datadir}/info/dir*
%files devel
%defattr(-, root, root, 0755)
%doc doc/manual/R-exts.pdf
+%{_libdir}/pkgconfig/libR.pc
+%{_libdir}/pkgconfig/libRmath.pc
%files -n libRmath
%defattr(-, root, root, 0755)
@@ -194,5 +202,8 @@
%{_libdir}/libRmath.a
%changelog
+* Thu Jun 28 2007 Dag Wieers <dag at wieers.com> - 2.5.1-1
+- Updated to release 2.5.1.
+
* Sat Feb 17 2007 Dag Wieers <dag at wieers.com> - 2.4.1-1
- Initial package. (using DAR)
Modified: trunk/rpms/amavisd-new/amavisd-new.spec
===================================================================
--- trunk/rpms/amavisd-new/amavisd-new.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/amavisd-new/amavisd-new.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -11,7 +11,7 @@
Summary: Mail virus-scanner
Name: amavisd-new
-Version: 2.5.1
+Version: 2.5.2
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -313,6 +313,9 @@
%{_sbindir}/amavis-milter
%changelog
+* Thu Jun 28 2007 Dag Wieers <dag at wieers.com> - 2.5.2-1
+- Updated to release 2.5.2.
+
* Fri Jun 01 2007 Dag Wieers <dag at wieers.com> - 2.5.1-1
- Updated to release 2.5.1.
Modified: trunk/rpms/cobbler/cobbler.spec
===================================================================
--- trunk/rpms/cobbler/cobbler.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/cobbler/cobbler.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -5,7 +5,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.4.8
+Version: 0.5.0
Release: 1
License: GPL
Group: Applications/System
@@ -109,5 +109,8 @@
%dir %{_localstatedir}/www/cobbler/systems/
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 0.5.0-1
+- Updated to release 0.5.0.
+
* Sat May 12 2007 Dag Wieers <dag at wieers.com> - 0.4.8-1
- Initial package. (using DAR)
Modified: trunk/rpms/dejavu-fonts/dejavu-fonts.spec
===================================================================
--- trunk/rpms/dejavu-fonts/dejavu-fonts.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/dejavu-fonts/dejavu-fonts.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -6,7 +6,7 @@
Summary: DejaVu TrueType fonts
Name: dejavu-fonts
-Version: 2.16
+Version: 2.18
Release: 1
License: Redistributable, with restrictions
Group: User Interface/X
@@ -53,6 +53,9 @@
%ghost %{_datadir}/fonts/dejavu/fonts.cache-1
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 2.18-1
+- Updated to release 2.18.
+
* Wed Apr 04 2007 Dag Wieers <dag at wieers.com> - 2.16-1
- Updated to release 2.16.
Modified: trunk/rpms/evolution-rss/evolution-rss.spec
===================================================================
--- trunk/rpms/evolution-rss/evolution-rss.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/evolution-rss/evolution-rss.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -1,50 +1,50 @@
# $Id$
# Authority: hadams
-%define _evolution_version 2.8
+Summary: Evolution plugin for rss feed support
+Name: evolution-rss
+Version: 0.0.3
+Release: 2
+License: GPL
+Group: Productivity/Networking/Email/Clients
+URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
-Name: evolution-rss
-Version: 0.0.3
-Release: 2
-Summary: This is an evolution plugin which enables evolution to read rss feeds.
-URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
-Group: Productivity/Networking/Email/Clients
-License: GPL
-Source0: http://mips.edu.ms/%{name}-%{version}.tar.gz
-Requires: evolution
-BuildRequires: evolution-devel
-BuildRequires: gettext-devel
-BuildRequires: perl-XML-Parser
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+Source: http://mips.edu.ms/evolution-rss-%{version}.tar.gz
+Requires: evolution
+BuildRequires: gettext-devel, evolution-devel, perl(XML::Parser)
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
-This is an evolution plugin which enables evolution to read rss feeds.
+RSS Evolution plugin enables evolution to read rss feeds.
%prep
-%setup -q
+%setup
%build
%configure
%{__make} %{?_smp_mflags}
%install
-%{__rm} -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
%find_lang %{name}
%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
%files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-, root, root, 0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-%{_datadir}/evolution/%{_evolution_version}/errors/*
-%{_libdir}/evolution/%{_evolution_version}/plugins/*
+%dir %{_datadir}/evolution/
+%dir %{_datadir}/evolution/*/
+%dir %{_datadir}/evolution/*/errors/
+%{_datadir}/evolution/*/errors/*
+%dir %{_libdir}/evolution/*/plugins/
+%{_libdir}/evolution/*/plugins/*
%changelog
* Sat Jun 30 2007 Heiko Adams <info at fedora-blog.de> - 0.0.3-2
-- Rebuild for CentOS
+- Rebuild for RPMforge.
-* Sun May 20 2007 Piotr Pacholak <obi.gts at gmail.com>
-- Initial release
+* Sun May 20 2007 Piotr Pacholak <obi.gts at gmail.com> - 0.0.3-1
+- Initial release.
Added: trunk/rpms/flood/flood-0.4-cvs.spec
===================================================================
--- trunk/rpms/flood/flood-0.4-cvs.spec (rev 0)
+++ trunk/rpms/flood/flood-0.4-cvs.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -0,0 +1,59 @@
+# $Id$
+# Authority: dag
+# Upstream: <test-dev at httpd.apache.org>
+
+%define real_version 20021203
+
+Summary: Profile-driven HTTP load tester
+Name: flood
+Version: 0.4
+Release: 1.cvs20021203
+License: Apache
+Group: Applications/Internet
+URL: http://httpd.apache.org/test/flood/
+
+Source: http://www.apache.org/dist/httpd/flood/flood-%{real_version}.tar.bz2
+Patch: flood-openssl.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: httpd-devel
+
+%description
+Flood is a profile-driven HTTP load tester. It can be used to gather
+important performance matrics for your website.
+
+%prep
+%setup -n %{name}
+%patch
+
+%build
+#%{__autoconf}
+#%{__libtoolize}
+./buildconf
+#CFLAGS="%{optflags}" \
+#./configure \
+# --prefix="%{_prefix}" \
+# --bindir="%{_bindir}" \
+%configure \
+ --enable-ssl \
+ --with-apr="%{_bindir}/apr-1-config" \
+ --with-capath="%{_datadir}/ssl/certs" \
+ --with-openssl="%{_includedir}/openssl"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -D -m0755 flood %{buildroot}%{_bindir}/flood
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CHANGES CONFIG DESIGN LICENSE STATUS examples/
+%{_bindir}/flood
+
+%changelog
+* Sun Apr 04 2004 Dag Wieers <dag at wieers.com> - 0.4-1.cvs20021203
+- Initial package. (using DAR)
Property changes on: trunk/rpms/flood/flood-0.4-cvs.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/flood/flood.spec
===================================================================
--- trunk/rpms/flood/flood.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/flood/flood.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -2,24 +2,18 @@
# Authority: dag
# Upstream: <test-dev$httpd,apache,org>
-# Distcc: 0
-
-%define real_version 20021203
-
Summary: Profile-driven HTTP load tester
Name: flood
Version: 0.4
-Release: 1.cvs20021203.2
+Release: 2
License: Apache
Group: Applications/Internet
URL: http://httpd.apache.org/test/flood/
-Source: http://www.apache.org/dist/httpd/flood/flood-%{real_version}.tar.bz2
+Source: http://www.apache.org/dist/httpd/flood/flood-%{version}.tar.gz
Patch: flood-openssl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-#BuildConflicts: apr-devel
-#BuildRequires: apr-devel
BuildRequires: httpd-devel
%description
@@ -27,7 +21,7 @@
important performance matrics for your website.
%prep
-%setup -n %{name}
+%setup
%patch
%build
@@ -40,8 +34,8 @@
# --bindir="%{_bindir}" \
%configure \
--enable-ssl \
- --with-openssl="%{_includedir}/openssl" \
- --with-capath="%{_datadir}/ssl/certs"
+ --with-capath="%{_datadir}/ssl/certs" \
+ --with-openssl="%{_includedir}/openssl"
%{__make} %{?_smp_mflags}
%install
@@ -54,11 +48,11 @@
%files
%defattr(-, root, root, 0755)
%doc CHANGES CONFIG DESIGN LICENSE STATUS examples/
-%{_bindir}/*
+%{_bindir}/flood
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.4-1.cvs20021203.2
-- Rebuild for Fedora Core 5.
+* Sun Apr 04 2004 Dag Wieers <dag at wieers.com> - 0.4-2
+- Updated to release 0.4.
* Sun Apr 04 2004 Dag Wieers <dag at wieers.com> - 0.4-1.cvs20040404
- Initial package. (using DAR)
Modified: trunk/rpms/fslint/fslint.spec
===================================================================
--- trunk/rpms/fslint/fslint.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/fslint/fslint.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -15,7 +15,7 @@
Summary: Utility to find and clean "lint" on a filesystem
Name: fslint
-Version: 2.20
+Version: 2.22
Release: 1
License: GPL
Group: System Environment/Base
@@ -104,6 +104,9 @@
%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-fslint.desktop}
%changelog
+* Thu Jun 28 2007 Dag Wieers <dag at wieers.com> - 2.22-1
+- Updated to release 2.22.
+
* Sun Mar 18 2007 Dag Wieers <dag at wieers.com> - 2.20-1
- Updated to release 2.20.
Modified: trunk/rpms/hammerhead/hammerhead.spec
===================================================================
--- trunk/rpms/hammerhead/hammerhead.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/hammerhead/hammerhead.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -1,17 +1,18 @@
# $Id$
-
# Authority: dag
Summary: Web server stress testing tool
Name: hammerhead
Version: 2.1.3
-Release: 0.2
+Release: 1
License: GPL
Group: Applications/Internet
URL: http://hammerhead.sourceforge.net/
Source: http://dl.sf.net/hammerhead/hammerhead-%{version}.tar.gz
+Patch0: hammerhead-2.1.3-gcc4.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: gcc-c++
%description
@@ -25,6 +26,7 @@
%prep
%setup
+%patch0 -p0
%build
%configure
@@ -48,13 +50,13 @@
%files
%defattr(-, root, root, 0755)
%doc CHANGELOG Copying README bin/* doc/hammerhead.html doc/hammerhead.txt
-%doc %{_mandir}/man?/*
+%doc %{_mandir}/man1/hammerhead.1*
%config %{_sysconfdir}/hammerhead/
-%{_bindir}/*
+%{_bindir}/hammerhead
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 2.1.3-0.2
-- Rebuild for Fedora Core 5.
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 2.1.3-1
+- Added patch to build with gcc4.
* Tue Jun 10 2003 Dag Wieers <dag at wieers.com> - 2.1.3-0
- Initial package. (using DAR)
Modified: trunk/rpms/koan/koan.spec
===================================================================
--- trunk/rpms/koan/koan.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/koan/koan.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -5,7 +5,7 @@
Summary: Network provisioning tool for Xen and Bare Metal Machines
Name: koan
-Version: 0.3.1
+Version: 0.5.0
Release: 1
License: GPL
Group: Applications/System
@@ -14,7 +14,6 @@
Source: http://cobbler.et.redhat.com/download/koan-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
BuildArch: noarch
BuildRequires: python-devel >= 2.2
Requires: python >= 2.2
@@ -49,5 +48,8 @@
%ghost %{python_sitelib}/koan/*.pyo
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 0.5.0-1
+- Updated to release 0.5.0.
+
* Sat May 12 2007 Dag Wieers <dag at wieers.com> - 0.3.1-1
- Initial package. (using DAR)
Modified: trunk/rpms/nagios-plugins/nagios-plugins.spec
===================================================================
--- trunk/rpms/nagios-plugins/nagios-plugins.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/nagios-plugins/nagios-plugins.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -8,8 +8,8 @@
%{?el2:%define _without_net_snmp 1}
%{?rh6:%define _without_net_snmp 1}
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define _libexecdir %{_libdir}/nagios/plugins
@@ -17,8 +17,8 @@
Summary: Host/service/network monitoring program plugins for Nagios
Name: nagios-plugins
-Version: 1.4.8
-Release: 2
+Version: 1.4.9
+Release: 1
License: GPL
Group: Applications/System
URL: http://nagiosplug.sourceforge.net/
@@ -138,6 +138,7 @@
%{_libdir}/nagios/plugins/check_breeze
%{_libdir}/nagios/plugins/check_by_ssh
%{_libdir}/nagios/plugins/check_clamd
+%{_libdir}/nagios/plugins/check_cluster
%{_libdir}/nagios/plugins/check_dig
%{_libdir}/nagios/plugins/check_disk
%{_libdir}/nagios/plugins/check_disk_smb
@@ -157,7 +158,7 @@
%{_libdir}/nagios/plugins/check_ircd
%{_libdir}/nagios/plugins/check_jabber
%{_libdir}/nagios/plugins/check_ldap
-#%{_libdir}/nagios/plugins/check_ldaps
+%{_libdir}/nagios/plugins/check_ldaps
%{_libdir}/nagios/plugins/check_load
%{_libdir}/nagios/plugins/check_log
%{_libdir}/nagios/plugins/check_mailq
@@ -177,7 +178,7 @@
%{_libdir}/nagios/plugins/check_ping
%{_libdir}/nagios/plugins/check_pop
%{_libdir}/nagios/plugins/check_procs
-#%{_libdir}/nagios/plugins/check_radius
+%{_libdir}/nagios/plugins/check_radius
%{_libdir}/nagios/plugins/check_real
%{_libdir}/nagios/plugins/check_rpc
%{_libdir}/nagios/plugins/check_sensors
@@ -208,6 +209,7 @@
%{_libdir}/nagios/plugins/contrib/check_cluster
%{_libdir}/nagios/plugins/contrib/check_cluster.c
%{_libdir}/nagios/plugins/contrib/check_cluster2
+%{_libdir}/nagios/plugins/contrib/check_cluster2.README
%{_libdir}/nagios/plugins/contrib/check_cluster2.c
%{_libdir}/nagios/plugins/contrib/check_compaq_insight.pl
%{_libdir}/nagios/plugins/contrib/check_cpqarray.c
@@ -296,6 +298,9 @@
%{_libdir}/nagios/plugins/check_icmp
%changelog
+* Mon Jun 25 2007 Dag Wieers <dag at wieers.com> - 1.4.9-1
+- Updated to release 1.4.9.
+
* Fri Apr 20 2007 Dag Wieers <dag at wieers.com> - 1.4.8-2
- Restored utils.pm in %%{perl_vendorlib}. (Nathan Grennan)
Modified: trunk/rpms/p7zip/p7zip.spec
===================================================================
--- trunk/rpms/p7zip/p7zip.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/p7zip/p7zip.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -3,7 +3,7 @@
Summary: Very high compression ratio file archiver
Name: p7zip
-Version: 4.47
+Version: 4.48
Release: 1
License: LGPL
Group: Applications/Archiving
@@ -92,6 +92,9 @@
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 4.48-1
+- Updated to release 4.48.
+
* Tue May 29 2007 Dag Wieers <dag at wieers.com> - 4.47-1
- Updated to release 4.47.
Modified: trunk/rpms/pam_shield/pam_shield.spec
===================================================================
--- trunk/rpms/pam_shield/pam_shield.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/pam_shield/pam_shield.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -6,8 +6,8 @@
Summary: PAM module that uses failed login count to lock system
Name: pam_shield
-Version: 0.9.1
-Release: 2
+Version: 0.9.2
+Release: 1
License: GPL
Group: Applications/System
URL: http://www.ka.sara.nl/home/walter/pam_shield/
@@ -25,7 +25,7 @@
pam_shield is meant as an aid to protect public computers on the open internet.
%prep
-%setup -n %{name}
+%setup
%patch0 -p0
%build
@@ -45,7 +45,7 @@
%files
%defattr(-, root, root, 0755)
-%doc INSTALL GPL README
+%doc GPL INSTALL README
%config(noreplace) %{_sysconfdir}/cron.daily/pam-shield
%config(noreplace) %{_sysconfdir}/security/shield.conf
%dir %{_libdir}/security/
@@ -55,6 +55,9 @@
%dir %{_localstatedir}/lib/pam_shield/
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 0.9.2-1
+- Updated to release 0.9.2.
+
* Mon May 14 2007 Dag Wieers <dag at wieers.com> - 0.9.1-2
- Fix the name of the trigger script referenced in shield.conf.
Modified: trunk/rpms/perl-Test-Inline/perl-Test-Inline.spec
===================================================================
--- trunk/rpms/perl-Test-Inline/perl-Test-Inline.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/perl-Test-Inline/perl-Test-Inline.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -23,7 +23,7 @@
BuildRequires: perl(GetOpt::Long) >= 2.34, perl(File::Slurp) >= 9999.04
BuildRequires: perl(File::Find::Rule) >= 0.26, perl(Config::Tiny) >= 2.00
BuildRequires: perl(Params::Util) >= 0.05, perl(Class::Autouse) >= 1.15
-BuildRequires: perl(Algorithm::Dependency >= 1.02), perl(File::Flat) >= 0.95
+BuildRequires: perl(Algorithm::Dependency) >= 1.02, perl(File::Flat) >= 0.95
BuildRequires: perl(Pod::Tests) >= 0.18
Requires: perl
Added: trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec
===================================================================
--- trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec (rev 0)
+++ trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -0,0 +1,57 @@
+# $Id$
+# Authority: dag
+
+Summary: Plugin Pack for Pidgin
+Name: pidgin-plugin_pack
+%define real_version 1.0beta7
+Version: 1.0
+Release: 0.beta7
+License: GPL
+Group: Applications/Internet
+URL: http://plugins.guifications.org/trac/
+
+Source: http://downloads.guifications.org/plugins/Plugin%20Pack%20Archive/purple-plugin_pack-%{real_version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: pkgconfig, libtool, gettext, xmms-devel, pidgin-devel, gtk2-devel
+Obsoletes: gaim-plugin_pack <= %{version}-%{release}
+Provides: gaim-plugin_pack = %{version}-%{release}
+
+%description
+Plugin Pack is a collection of plugins for the open source
+instant messaging client Pidgin.
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang plugin_pack
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f plugin_pack.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
+%dir %{_libdir}/pidgin/
+%{_libdir}/pidgin/*.so
+%dir %{_datadir}/pixmaps/pidgin/
+%{_datadir}/pixmaps/pidgin/plugin_pack/
+%exclude %{_libdir}/pidgin/*.a
+%exclude %{_libdir}/pidgin/*.la
+
+%changelog
+* Sun Jul 01 2007 Dag Wieers <dag at wieers.com> - 1.0-0.beta7
+- Updated to release 1.0beta7.
+
+* Thu Jun 07 2007 Dag Wieers <dag at wieers.com> - 1.0-0.beta6
+- Updated to release 1.0beta6.
+
+* Mon Apr 03 2006 Dag Wieers <dag at wieers.com> - 1.0-0.beta3
+- Initial package. (using DAR)
Property changes on: trunk/rpms/pidgin-plugin_pack/pidgin-plugin_pack.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/poedit/poedit.spec
===================================================================
--- trunk/rpms/poedit/poedit.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/poedit/poedit.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -1,19 +1,19 @@
# $Id$
-
# Authority: dries
# Screenshot: http://poedit.sourceforge.net/screenshots/poEditUnicode_s.png
# ScreenshotURL: http://poedit.sourceforge.net/screenshots.php
Summary: PoEdit is a cross-platform gettext catalogs (.po files) editor
Name: poedit
-Version: 1.3.5
+Version: 1.3.7
Release: 1
License: GPL
Group: Development/Tools
URL: http://poedit.sourceforge.net/
-Source: http://dl.sf.net/poedit/%{name}-%{version}.tar.gz
+Source: http://dl.sf.net/poedit/poedit-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: gcc, gcc-c++, wxGTK-devel >= 2.6, db4-devel, gettext, zip
Requires: wxGTK, db4, gettext
@@ -22,7 +22,6 @@
with wxWindows.
%prep
-%{__rm} -rf %{buildroot}
%setup
%build
@@ -31,7 +30,7 @@
%install
%{__rm} -rf %{buildroot}
-%{__make} install-strip DESTDIR=%{buildroot}
+%{__make} install-strip DESTDIR="%{buildroot}"
%find_lang %{name}
#mkdir -p %{buildroot}%{_datadir}/applications
#cat > %{buildroot}%{_datadir}/applications/poedit.desktop <<EOF
@@ -50,21 +49,21 @@
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc README
+%doc %{_mandir}/man1/poedit*
%{_bindir}/poedit
-%{_mandir}/man1/poedit*
-%{_datadir}/poedit
+%{_datadir}/poedit/
%{_datadir}/applications/poedit.desktop
%{_datadir}/icons/hicolor/*/apps/poedit.png
%{_datadir}/icons/hicolor/scalable/apps/poedit.svg*
%{_datadir}/pixmaps/poedit.png
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 1.3.7-1
+- Updated to release 1.3.7.
+
* Tue Sep 26 2006 Dries Verachtert <dries at ulyssis.org> - 1.3.5-1
- Updated to release 1.3.5.
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.3.4-1.2
-- Rebuild for Fedora Core 5.
-
* Mon Oct 03 2005 Dries Verachtert <dries at ulyssis.org> - 1.3.4-1
- Updated to release 1.3.4.
Added: trunk/rpms/siege/siege-2.65-makefile.patch
===================================================================
--- trunk/rpms/siege/siege-2.65-makefile.patch (rev 0)
+++ trunk/rpms/siege/siege-2.65-makefile.patch 2007-07-02 01:56:06 UTC (rev 5562)
@@ -0,0 +1,29 @@
+--- siege-2.65/doc/Makefile.in.orig 2007-07-02 03:21:12.000000000 -0300
++++ siege-2.65/doc/Makefile.in 2007-07-02 03:22:55.000000000 -0300
+@@ -512,16 +512,16 @@
+ else \
+ $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
+ fi
+- @if test -f $(URLSTXT); then \
+- if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
+- else \
+- echo "WARNING: File $(URLSTXT) already exists."; \
+- echo " It was NOT replaced with this installation."; \
+- fi; \
+- else \
+- $(mkinstalldirs) $(sysconfdir); \
+- $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
+- fi
++ #@if test -f $(URLSTXT); then \
++ # if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
++ # else \
++ # echo "WARNING: File $(URLSTXT) already exists."; \
++ # echo " It was NOT replaced with this installation."; \
++ # fi; \
++ #else \
++ # $(mkinstalldirs) $(sysconfdir); \
++ # $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
++ #fi
+
+ uninstall:
+ rm -f $(SIEGERC)
Added: trunk/rpms/siege/siege.spec
===================================================================
--- trunk/rpms/siege/siege.spec (rev 0)
+++ trunk/rpms/siege/siege.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -0,0 +1,59 @@
+# $Id$
+# Authority: dag
+
+Summary: HTTP regression testing and benchmarking utility
+Name: siege
+Version: 2.66
+Release: 1
+License: GPL
+Group: Development/Tools
+URL: http://www.joedog.org/JoeDog/Siege/
+
+Source: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz
+Patch0: siege-2.65-makefile.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: openssl-devel
+
+%description
+Siege is an http regression testing and benchmarking utility.
+It was designed to let web developers measure the performance of their code
+under duress, to see how it will stand up to load on the internet.
+Siege supports basic authentication, cookies, HTTP and HTTPS protocols.
+It allows the user hit a web server with a configurable number of concurrent
+simulated users. Those users place the webserver "under siege."
+
+%prep
+%setup
+%patch0 -p1 -b .good
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0644 doc/urls.txt %{buildroot}%{_sysconfdir}/urls.txt
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README*
+%doc %{_mandir}/man1/bombardment.1*
+%doc %{_mandir}/man1/siege.1*
+%doc %{_mandir}/man1/siege.config*
+%doc %{_mandir}/man1/siege2csv.1*
+%doc %{_mandir}/man5/urls_txt.5*
+%doc %{_mandir}/man7/layingsiege.7*
+%config(noreplace) %{_sysconfdir}/urls.txt
+%{_bindir}/bombardment
+%{_bindir}/siege
+%{_bindir}/siege.config
+%{_bindir}/siege2csv.pl
+
+%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 2.66-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/siege/siege.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/subversion/subversion.spec
===================================================================
--- trunk/rpms/subversion/subversion.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/subversion/subversion.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -21,10 +21,11 @@
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+%define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')
Summary: Modern Version Control System designed to replace CVS
Name: subversion
-Version: 1.4.3
+Version: 1.4.4
### FC3 comes with release 1.1
Release: 0.1
License: BSD
@@ -128,14 +129,17 @@
export CC=gcc CXX=g++
%configure \
+ --disable-mod-activation \
+ --disable-static \
--with-apr="%{_prefix}" \
--with-apr-util="%{_prefix}" \
- --with-apxs="%{_sbindir}/apxs" \
- --disable-mod-activation \
-%{!?_without_swig:--with-swig=swig-%{swig_version}/install} \
+ --with-apxs="%{_sbindir}/apxs" \
--with-expat \
- --with-ssl
-# --with-neon="%{_prefix}" \
+ --with-neon="%{_prefix}" \
+ --with-ruby-sitedir="%{ruby_sitearch}" \
+ --with-ssl \
+ --with-swig \
+%{!?_without_swig:--with-swig="swig-%{swig_version}/install"}
# 1.3.0 tarball ships with generated swig sources
#make extraclean-swig-headers swig-headers
%{__make} %{?_smp_mflags} all
@@ -220,9 +224,22 @@
%doc BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README
%doc mod_authz_svn-INSTALL subversion/LICENSE tools/
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README}
-%{_bindir}/svn*
+%doc %{_mandir}/man1/svn.1*
+%doc %{_mandir}/man1/svnadmin.1*
+%doc %{_mandir}/man1/svndumpfilter.1*
+%doc %{_mandir}/man1/svnlook.1*
+%doc %{_mandir}/man1/svnsync.1*
+%doc %{_mandir}/man1/svnversion.1*
+%doc %{_mandir}/man5/svnserve.conf.5*
+%doc %{_mandir}/man8/svnserve.8*
+%{_bindir}/svn
+%{_bindir}/svnadmin
+%{_bindir}/svndumpfilter
+%{_bindir}/svnlook
+%{_bindir}/svnserver
+%{_bindir}/svnsync
+%{_bindir}/svnversion
%{_libdir}/libsvn_*.so.*
-%{_mandir}/man?/svn*
%{_datadir}/emacs/site-lisp/
%{_datadir}/xemacs/site-packages/lisp/
%{!?_without_swig:%exclude %{_libdir}/libsvn_swig_perl*}
@@ -247,13 +264,16 @@
%if %{!?_without_swig:1}0
%files perl
%defattr(-, root, root, 0755)
-%{perl_vendorarch}/auto/SVN
-%{perl_vendorarch}/SVN
+%doc %{_mandir}/man3:*::*.3pm*
+%{perl_vendorarch}/auto/SVN/
+%{perl_vendorarch}/SVN/
%{_libdir}/libsvn_swig_perl*
-%{_mandir}/man*/*::*
%endif
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 1.4.4-0.1
+- Updated to release 1.4.4.
+
* Thu Jan 25 2007 Dag Wieers <dag at wieers.com> - 1.4.3-0.1
- Updated to release 1.4.3.
Modified: trunk/rpms/svnmailer/svnmailer.spec
===================================================================
--- trunk/rpms/svnmailer/svnmailer.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/svnmailer/svnmailer.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -7,7 +7,7 @@
Summary: Notification script which can be used as subversion hook
Name: svnmailer
Version: 1.0.8
-Release: 1
+Release: 2
License: Apache License 2.0
Group: Development/Tools
URL: http://opensource.perlig.de/svnmailer/
@@ -44,20 +44,22 @@
%install
%{__rm} -rf %{buildroot}
-python setup.py install --root=%{buildroot}
+python setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc CREDITS LICENSE README
+%doc CREDITS LICENSE NOTICE README docs/
%{_bindir}/svn-mailer
%{python_sitelib}/svnmailer
%changelog
* Thu Jun 28 2007 Dag Wieers <dag at wieers.com> - 1.0.8-2
- Changed BuildArch to noarch. (Leo Eraly)
+- Added --prefix to setup phase. (Leo Eraly)
+- Added NOTICE and docs to %%doc.
* Fri Apr 21 2006 Dries Verachtert <dries at ulyssis.org> - 1.0.8-1
- Updated to release 1.0.8.
Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/wine/wine.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -46,7 +46,7 @@
Summary: Windows 16/32/64 bit emulator
Name: wine
-Version: 0.9.39
+Version: 0.9.40
Release: 1
License: LGPL
Group: Applications/Emulators
@@ -582,6 +582,7 @@
%{_libdir}/wine/dpnhpast.dll.so
%{_libdir}/wine/dsound.dll.so
%{_libdir}/wine/dswave.dll.so
+%{_libdir}/wine/dwmapi.dll.so
%{_libdir}/wine/dxdiagn.dll.so
%{_libdir}/wine/gdi32.dll.so
%{_libdir}/wine/gdiplus.dll.so
@@ -590,6 +591,7 @@
%{_libdir}/wine/hal.dll.so
%{_libdir}/wine/hid.dll.so
%{_libdir}/wine/hlink.dll.so
+%{_libdir}/wine/hnetcfg.dll.so
%{_libdir}/wine/iccvid.dll.so
%{_libdir}/wine/icmp.dll.so
%{_libdir}/wine/infosoft.dll.so
@@ -633,6 +635,7 @@
%{_libdir}/wine/newdev.dll.so
%{_libdir}/wine/ntdll.dll.so
%{_libdir}/wine/ntdsapi.dll.so
+%{_libdir}/wine/ntprint.dll.so
%{_libdir}/wine/objsel.dll.so
%{_libdir}/wine/odbc32.dll.so
%{_libdir}/wine/odbccp32.dll.so
@@ -646,6 +649,7 @@
%{_libdir}/wine/opengl32.dll.so
%{_libdir}/wine/pdh.dll.so
%{_libdir}/wine/powrprof.dll.so
+%{_libdir}/wine/printui.dll.so
%{_libdir}/wine/psapi.dll.so
%{_libdir}/wine/pstorec.dll.so
%{_libdir}/wine/qcap.dll.so
@@ -816,6 +820,9 @@
%{_libdir}/wine/*.def
%changelog
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 0.9.40-1
+- Updated to release 0.9.40.
+
* Sat Jun 16 2007 Dag Wieers <dag at wieers.com> - 0.9.39-1
- Updated to release 0.9.39.
Modified: trunk/rpms/xvidcore/xvidcore.spec
===================================================================
--- trunk/rpms/xvidcore/xvidcore.spec 2007-07-01 21:50:12 UTC (rev 5561)
+++ trunk/rpms/xvidcore/xvidcore.spec 2007-07-02 01:56:06 UTC (rev 5562)
@@ -14,7 +14,7 @@
Summary: Free reimplementation of the OpenDivX video codec
Name: xvidcore
-Version: 1.1.2
+Version: 1.1.3
Release: 1
License: XviD
Group: System Environment/Libraries
@@ -112,6 +112,9 @@
%changelog
+* Fri Jun 29 2007 Dag Wieers <dag at wieers.com> - 1.1.3-1
+- Updated to release 1.1.3.
+
* Wed Nov 8 2006 Matthias Saou <http://freshrpms.net/> 1.1.2-1
- Update to 1.1.2.
- Chmod +x the shared library to get it stripped and proper debuginfo created.
More information about the svn-commits
mailing list