[svn] r6225 - in trunk/rpms: . antiword bitlbee cacti deluge
dnsdump libole2 nagiosgrapher perl-Nagios-Plugin
perl-Net-IPv6Addr perl-Net-Write rdup swfmill unison wv
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Mar 19 01:27:02 CET 2008
Author: dag
Date: 2008-03-19 00:26:55 +0000 (Wed, 19 Mar 2008)
New Revision: 6225
Added:
trunk/rpms/dnsdump/
trunk/rpms/dnsdump/dnsdump.spec
trunk/rpms/libole2/
trunk/rpms/libole2/libole2.spec
trunk/rpms/nagiosgrapher/
trunk/rpms/nagiosgrapher/nagiosgrapher-rh.init
trunk/rpms/nagiosgrapher/nagiosgrapher.spec
trunk/rpms/nagiosgrapher/nagiosgrapher_makefile-patch-1.6.1
trunk/rpms/perl-Net-IPv6Addr/
trunk/rpms/perl-Net-IPv6Addr/perl-Net-IPv6Addr.spec
trunk/rpms/perl-Net-Write/
trunk/rpms/perl-Net-Write/perl-Net-Write.spec
trunk/rpms/swfmill/
trunk/rpms/swfmill/swfmill.spec
trunk/rpms/unison/unison-2.13.spec
trunk/rpms/wv/
trunk/rpms/wv/wv-1.0.0-rhbug150461.patch
trunk/rpms/wv/wv-1.0.spec
trunk/rpms/wv/wv.spec
Modified:
trunk/rpms/antiword/antiword.spec
trunk/rpms/bitlbee/bitlbee.spec
trunk/rpms/cacti/cacti.spec
trunk/rpms/deluge/deluge.spec
trunk/rpms/perl-Nagios-Plugin/perl-Nagios-Plugin.spec
trunk/rpms/rdup/rdup.spec
Log:
Updates
Modified: trunk/rpms/antiword/antiword.spec
===================================================================
--- trunk/rpms/antiword/antiword.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/antiword/antiword.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -5,43 +5,50 @@
Summary: Converts MS-Word documents to ASCII and Postscript
Name: antiword
Version: 0.37
-Release: 2
+Release: 3
License: GPL
-Group: Applications/Publishing
+Group: Applications/File
URL: http://www.winfield.demon.nl/
Source: http://www.winfield.demon.nl/linux/antiword-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-#BuildRequires:
-
%description
-Antiword is a free MS-Word reader. It converts the documents from Word 2,
-6, 7, 97, 2000, 2002, and 2003 to text, Postscript, and XML/DocBook.
-Antiword tries to keep the layout of the document intact.
+Antiword is a free MS-Word reader. It converts the documents from
+Word 2, 6, 7, 97, 2000, 2002, and 2003 to text, Postscript, and
+XML/DocBook. Antiword tries to keep the layout of the document
+intact.
%prep
%setup
%build
-%{__make} %{?_smp_mflags} LOCAL_INSTALL_DIR=%{_bindir} LOCAL_RESOURCES_DIR=%{_datadir}/antiword
+%{__make} %{?_smp_mflags} LOCAL_INSTALL_DIR="%{_bindir}" LOCAL_RESOURCES_DIR="%{_datadir}/antiword"
%install
%{__rm} -rf %{buildroot}
-%makeinstall LOCAL_INSTALL_DIR=%{buildroot}%{_bindir} LOCAL_RESOURCES_DIR=%{buildroot}%{_datadir}/antiword
-%{__chmod} a+rx %{buildroot}%{_bindir}/*antiword
+%makeinstall LOCAL_INSTALL_DIR="%{buildroot}%{_bindir}" LOCAL_RESOURCES_DIR="%{buildroot}%{_datadir}/antiword"
+%{__install} -Dp -m0644 Docs/antiword.1 %{buildroot}%{_mandir}/man1/antiword.1
+
+%{__chmod} a+rx %{buildroot}%{_bindir}/antiword
+%{__chmod} a+rx %{buildroot}%{_bindir}/kantiword
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc Docs/*
+%doc %{_mandir}/man1/antiword.1*
%{_bindir}/antiword
%{_bindir}/kantiword
%{_datadir}/antiword/
%changelog
+* Mon Mar 17 2008 Dag Wieers <dag at wieers.com> - 0.37-3
+- Installed manpage.
+
* Wed May 09 2007 Dries Verachtert <dries at ulyssis.org> - 0.37-2
- Change permissions of antiword, thanks to Tim Wegener and Michael Mansour.
Modified: trunk/rpms/bitlbee/bitlbee.spec
===================================================================
--- trunk/rpms/bitlbee/bitlbee.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/bitlbee/bitlbee.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -4,7 +4,7 @@
Summary: IRC to other chat networks gateway
Name: bitlbee
-Version: 1.0.4
+Version: 1.2
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -24,11 +24,11 @@
%setup
%{__perl} -pi.orig -e '
- s|\$\(BINDIR\)|\$(sbindir)|g;
- s|\$\(DATADIR\)|\$(datadir)/bitlbee|g;
- s|\$\(ETCDIR\)|\$(sysconfdir)/bitlbee|g;
- s|\$\(MANDIR\)|\$(mandir)|g;
- ' Makefile */Makefile
+ s|\$\(BINDIR\)|\$(sbindir)|g;
+ s|\$\(DATADIR\)|\$(datadir)/bitlbee|g;
+ s|\$\(ETCDIR\)|\$(sysconfdir)/bitlbee|g;
+ s|\$\(MANDIR\)|\$(mandir)|g;
+ ' Makefile */Makefile
%{__cat} <<EOF >bitlbee.xinet
# default: off
@@ -36,25 +36,25 @@
service ircd
{
- disable = yes
- socket_type = stream
- protocol = tcp
- wait = no
- user = daemon
- server = %{_sbindir}/bitlbee
- port = 6667
- log_on_failure += USERID
+ disable = yes
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = daemon
+ server = %{_sbindir}/bitlbee
+ port = 6667
+ log_on_failure += USERID
}
EOF
%build
./configure \
- --prefix="%{_prefix}" \
- --bindir="%{_sbindir}" \
- --etcdir="%{_sysconfdir}/bitlbee" \
- --mandir="%{_mandir}" \
- --datadir="%{_datadir}/bitlbee" \
- --config="%{_localstatedir}/lib/bitlbee"
+ --prefix="%{_prefix}" \
+ --bindir="%{_sbindir}" \
+ --etcdir="%{_sysconfdir}/bitlbee" \
+ --mandir="%{_mandir}" \
+ --datadir="%{_datadir}/bitlbee" \
+ --config="%{_localstatedir}/lib/bitlbee"
%{__make} %{?_smp_mflags}
### FIXME: Documentation needs old sgmltools tool, deprecated.
#%{__make} -C doc
@@ -89,6 +89,9 @@
%{_localstatedir}/lib/bitlbee/
%changelog
+* Tue Mar 18 2008 Dag Wieers <dag at wieers.com> - 1.2-1
+- Updated to release 1.2.
+
* Mon Aug 20 2007 Dag Wieers <dag at wieers.com> - 1.0.4-1
- Updated to release 1.0.4.
Modified: trunk/rpms/cacti/cacti.spec
===================================================================
--- trunk/rpms/cacti/cacti.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/cacti/cacti.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -12,7 +12,7 @@
Summary: Complete network graphing solution designed on top of RRDTool
Name: cacti
Version: 0.8.7b
-Release: 1
+Release: 2
License: GPL
Group: Applications/System
URL: http://www.cacti.net/
@@ -81,7 +81,7 @@
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_localstatedir}/www/cacti/
%{__install} -p -m0644 *.php cacti.sql %{buildroot}%{_localstatedir}/www/cacti/
-%{__cp} -av docs/ images/ include/ install/ lib/ log/ resource/ rra/ scripts/ %{buildroot}%{_localstatedir}/www/cacti/
+%{__cp} -av cli/ docs/ images/ include/ install/ lib/ log/ resource/ rra/ scripts/ %{buildroot}%{_localstatedir}/www/cacti/
%{__install} -Dp -m0644 cacti.crontab %{buildroot}%{_sysconfdir}/cron.d/cacti
%{__install} -Dp -m0644 cacti.httpd %{buildroot}%{_sysconfdir}/httpd/conf.d/cacti.conf
@@ -109,6 +109,7 @@
%dir %{_localstatedir}/www/cacti/
%{_localstatedir}/www/cacti/*.php
%{_localstatedir}/www/cacti/cacti.sql
+%{_localstatedir}/www/cacti/cli/
%{_localstatedir}/www/cacti/docs/
%{_localstatedir}/www/cacti/images/
%{_localstatedir}/www/cacti/include/
@@ -126,6 +127,9 @@
%doc docs/*
%changelog
+* Fri Mar 14 2008 Dag Wieers <dag at wieers.com> - 0.8.7b-2
+- Added missing CLI interface. (William Burns)
+
* Tue Feb 12 2008 Dag Wieers <dag at wieers.com> - 0.8.7b-1
- Updated to release 0.8.7b.
Modified: trunk/rpms/deluge/deluge.spec
===================================================================
--- trunk/rpms/deluge/deluge.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/deluge/deluge.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -8,13 +8,13 @@
Summary: Graphical BitTorrent client with support for DHT, UPnP, and PEX
Name: deluge
-Version: 0.5.7.98
+Version: 0.5.8.6
Release: 1
License: GPL
Group: Applications/Internet
URL: http://deluge-torrent.org/
-Source: http://download.deluge-torrent.org/tarball/%{version}/deluge-%{version}.tar.gz
+Source: http://download.deluge-torrent.org/source/%{version}/deluge-%{version}.tar.gz
Patch1: deluge-0.5.7.1-default-prefs-no-release-notifications.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -41,7 +41,7 @@
%prep
%setup -n %{real_name}-%{version}
-%patch1 -b .default-prefs-no-release-notifications
+#patch1 -b .default-prefs-no-release-notifications
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@@ -81,5 +81,8 @@
%{python_sitearch}/deluge/
%changelog
+* Sat Mar 15 2008 Dag Wieers <dag at wieers.com> - 0.5.8.6-1
+- Updated to release 0.5.8.6.
+
* Thu Dec 27 2007 Dag Wieers <dag at wieers.com> - 0.5.7.98-1
Initial package. (using DAR)
Added: trunk/rpms/dnsdump/dnsdump.spec
===================================================================
--- trunk/rpms/dnsdump/dnsdump.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/dnsdump/dnsdump.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,44 @@
+# $Id$
+# Authority: dag
+# Upstream: Duane Wessels
+
+Summary: Captures and displays DNS messages on your network
+Name: dnsdump
+Version: 1.4
+Release: 1
+License: BSD
+Group: Applications/Internet
+URL: http://dns.measurement-factory.com/tools/dnsdump/
+
+Source0: http://dns.measurement-factory.com/tools/dnsdump/src/dnsdump-%{version}
+Source1: http://dns.measurement-factory.com/tools/dnsdump/index.html
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+Buildarch: noarch
+Requires: perl
+
+%description
+dnsdump is a tool that captures and displays DNS messages on your network.
+Think of dnsdump as an alternative to running tcpdump port domain. You can
+control dnsdump's output using a printf-like format string.
+
+%prep
+%{__cp} -av %{SOURCE1} README.html
+
+%build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 %{SOURCE0} %{buildroot}%{_sbindir}/dnsdump
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc README.html
+%{_sbindir}/dnsdump
+
+%changelog
+* Sun Mar 16 2008 Dag Wieers <dag at wieers.com> - 1.4-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/dnsdump/dnsdump.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/libole2/libole2.spec
===================================================================
--- trunk/rpms/libole2/libole2.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/libole2/libole2.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,70 @@
+# $Id$
+# Authority: dag
+
+Summary: Structured Storage OLE2 library
+Name: libole2
+Version: 0.2.4
+Release: 1
+License: GPL
+Group: System Environment/Libraries
+URL: ftp://ftp.gnome.org/pub/GNOME/sources/libole2/
+
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/libole2/0.2/libole2-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: glib2-devel >= 1.2
+
+%description
+The libole2 library contains functionality for manipulating OLE2
+Structured Storage files. It is used by GNOME's Gnumeric, AbiSuite's
+AbiWord, and other programs.
+
+%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
+#libtoolize --copy --force
+%configure \
+ --disable-static
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+%{_libdir}/libgnomeole2.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%doc %{_datadir}/libole2/html/
+%{_bindir}/libole2-config
+%{_datadir}/aclocal/gnome-libole2.m4
+%{_datadir}/aclocal/libole2.m4
+%dir %{_datadir}/libole2/
+%{_includedir}/libole2/
+%{_libdir}/libgnomeole2.so
+%{_libdir}/libole2Conf.sh
+%exclude %{_libdir}/libgnomeole2.la
+
+%changelog
+* Mon Mar 17 2008 Dag Wieers <dag at wieers.com> - 0.2.4-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/libole2/libole2.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/nagiosgrapher/nagiosgrapher-rh.init
===================================================================
--- trunk/rpms/nagiosgrapher/nagiosgrapher-rh.init 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/nagiosgrapher/nagiosgrapher-rh.init 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,89 @@
+#!/bin/sh
+#
+### BEGIN INIT INFO
+# Provides: collect2
+# Required-Start: $syslog
+# Should-Start:
+# Required-Stop: $syslog
+# Should-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 2 6
+# Short-Description: FOO XYZ daemon providing ZYX
+# Description: Start FOO to allow XY and provide YZ
+# continued on second line by '#<TAB>'
+# should contain enough info for the runlevel editor
+# to give admin some idea what this service does and
+# what it's needed for ...
+# (The Short-Description should already be a good hint.)
+### END INIT INFO
+
+NAME=collect2.pl
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+DAEMON=/usr/sbin/collect2.pl
+USER=nagios
+export PATH
+prog="NagiosGrapher collect2 Daemon"
+
+
+
+# Source function library.
+if [ -f /etc/init.d/functions ] ; then
+ . /etc/init.d/functions
+elif [ -f /etc/rc.d/init.d/functions ] ; then
+ . /etc/rc.d/init.d/functions
+else
+ exit 0
+fi
+
+start () {
+ echo -n $"Starting $prog: "
+
+ # start daemon
+ daemon --user=$USER $DAEMON
+ RETVAL=$?
+ echo
+ [ $RETVAL = 0 ] && touch /var/lock/subsys/collect2
+ return $RETVAL
+}
+
+stop () {
+ # stop daemon
+ echo -n $"Stopping $prog: "
+ killproc $DAEMON
+ RETVAL=$?
+ echo
+ [ $RETVAL = 0 ] && rm -f /var/lock/subsys/collect2
+}
+
+restart() {
+ stop
+ start
+}
+
+case $1 in
+ start)
+ start
+ ;;
+ stop)
+ stop
+ ;;
+ restart)
+ restart
+ ;;
+ try-restart|condrestart)
+ [ -f /var/lock/subsys/collect2 ] && restart || :
+ ;;
+ reload)
+ echo "Not implemented"
+ exit 3 # see LSB
+ ;;
+ status)
+ status $DAEMON
+ ;;
+ *)
+
+ echo $"Usage: $prog {start|stop|restart|condrestart|try-restart|reload|status}"
+ exit 1
+esac
+
+exit $RETVAL
Added: trunk/rpms/nagiosgrapher/nagiosgrapher.spec
===================================================================
--- trunk/rpms/nagiosgrapher/nagiosgrapher.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/nagiosgrapher/nagiosgrapher.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,156 @@
+# $Id$
+# Authority: dag
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+
+%define real_name NagiosGrapher
+%define real_version 1.6.1-rc5-0.5
+
+Summary: Collects the output of Nagios Plugins and generates graphs
+Name: nagiosgrapher
+Version: 1.6.1
+Release: 0.8.rc5
+License: GPL
+Group: Applications/System
+URL: http://www.netways.de/Nagios_Grapher.44.0.html
+
+### Download from http://www.nagiosexchange.org/Charts.42.0.html?&tx_netnagext_pi1[p_view]=195
+Source0: NagiosGrapher-%{real_version}.tar.gz
+Source1: nagiosgrapher-rh.init
+Patch0: nagiosgrapher_makefile-patch-%{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+#BuildRequires: nagios
+Requires: https
+Requires: nagios
+Requires: perl
+Requires: perl(Calendar-Simple)
+Requires: perl(GD)
+Requires: perl(XML::Parser)
+Requires: perl(XML::Simple)
+Requires: rrdtool
+
+Provides: NagiosGrapher = %{version}-%{release}
+Obsoletes: NagiosGrapher <= %{version}-%{release}
+
+%description
+NagiosGrapher is a Nagios graphing system that has the following major features:
+
+- get values from nagios without patching (eg. through "process-service-perfdata")
+- realtime graphing (5 minutes delay at maximum)
+- recoginzing new hosts/services and automatic graphing of these
+- auto pruning and abstructing of stored values
+- very slim backend - no need of a database systems
+- easy to install
+
+%prep
+%setup -n %{real_name}-%{real_version}
+%patch
+
+%{__cat} <<EOF >> config.layout
+
+### Layout for RPM Build
+<Layout RPM>
+ prefix: %{_prefix}
+ nagios_config: %{_sysconfdir}/nagios/nagios.cfg
+ nagios_config_cgi: %{_sysconfdir}/nagios/cgi.cfg
+ nagios_images: %{_datadir}/nagios/images
+ nagios_images_logos: %{_datadir}/nagios/images/logos
+ nagios_folder_cgi: %{_libdir}/nagios/cgi
+ nagios_contribution: %{_libdir}/nagios/plugins/contrib
+ perl_inc: %{perl_vendorlib}
+ ng_config: %{_sysconfdir}/nagios
+ ng_config_sub: %{_sysconfdir}/nagios/ngraph.d
+ ng_daemon: %{_localstatedir}/log/nagios/rw
+ ng_srvext_file: %{_sysconfdir}/nagios/serviceextinfo.cfg
+ ng_srvext_dir: %{_sysconfdir}/nagios/serviceext
+ ng_interface_pipe: %{_localstatedir}/log/nagios/rw/ngraph.pipe
+ ng_logfile: %{_localstatedir}/log/nagios/ngraph.log
+ ng_rrd: %{_localstatedir}/lib/nagios/rrd
+ ng_rrd_font: %{_datadir}/rrdtool/fonts/DejaVuSansMono-Roman.ttf
+ ng_cgi: /nagios/cgi-bin
+ ng_logos: /nagios/images/logos
+ init_script_dir: %{_initrddir}
+ logrotate_conf_dir: %{_sysconfdir}/logrotate.d
+</Layout>
+EOF
+
+%build
+autoconf
+./configure --with-layout="RPM"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%{__make} command-rpm DESTDIR="%{buildroot}"
+
+### Replace upstream initscript with our own
+%{__install} -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/nagios_grapher
+
+### collect2.pl is our daemon
+%{__install} -Dp -m0755 %{buildroot}%{_libdir}/nagios/plugins/contrib/collect2.pl %{buildroot}%{_sbindir}/collect2.pl
+
+%post
+/sbin/chkconfig --add nagios_grapher
+
+%preun
+if [ $1 -eq 0 ]; then
+ /sbin/service nagios_grapher stop &>/dev/null
+ /sbin/chkconfig --del nagios_grapher
+fi
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc doc/ABOUT doc/AUTHORS doc/CHANGELOG doc/CONFIG doc/CONTRIBUTORS doc/INSTALL
+%doc doc/LAYOUT doc/TODO doc/VERSION
+%config %{_initrddir}/nagios_grapher
+%config(noreplace) %{_sysconfdir}/logrotate.d/nagios_grapher
+%{perl_vendorlib}/NagiosGrapher.pm
+%{perl_vendorlib}/NagiosGrapher/HTML.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/Generic.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/ImageGraphTest.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/NG2MySQL.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/RRDUpdateTest.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/SrvExtTest.pm
+%{perl_vendorlib}/NagiosGrapher/Hooks/SrvExtWriteHostextInfo.pm
+
+%defattr(-, nagios, nagios, 0644)
+%config(noreplace) %{_sysconfdir}/nagios/ngraph-command.cfg
+%config(noreplace) %{_sysconfdir}/nagios/ngraph.d/nmgraph.ncfg
+%config(noreplace) %{_sysconfdir}/nagios/ngraph.ncfg
+%config %{_sysconfdir}/nagios/ngraph.d/templates/*
+%{_datadir}/nagios/images/dot.png
+%{_datadir}/nagios/images/graph.png
+%{_datadir}/nagios/images/logos/dot.png
+%{_datadir}/nagios/images/logos/graph.png
+%{_libdir}/nagios/cgi/graphs.cgi
+%{_libdir}/nagios/cgi/rrd2-graph.cgi
+%{_libdir}/nagios/cgi/rrd2-system.cgi
+%{_libdir}/nagios/plugins/contrib/fifo_write
+%{_libdir}/nagios/plugins/contrib/fifo_write.pl
+%{_libdir}/nagios/plugins/contrib/udpecho
+%{_localstatedir}/log/nagios/ngraph.log
+%{_sbindir}/collect2.pl
+
+%changelog
+* Tue Mar 18 2008 Dag Wieers <dag at wieers.com> - 1.6.1-0.8.rc5
+- Updated to release 1.6.1rc5-0.5.
+
+* Mon Sep 25 2007 - Christoph Maser <cmr at financial.com> - 1.6.1-0.7.rc5
+- Updated to release 1.6.1rc5-0.3.
+
+* Mon Aug 23 2007 - Christoph Maser <cmr at financial.com> - 1.6.1-0.6.rc5
+- Updated to release 1.6.1rc5.
+- Fix layout dynamically.
+- Add Logrotate.
+- Create nagios-config-include.
+
+* Mon Nov 13 2006 - Christoph Maser <cmr at financial.com> - 1.6.1-0.4.rc1
+- Updated to release 1.6.1rc1.
+- Use %{_sysconfdir} and %{_libdir} in pathnames.
+
+* Thu Aug 19 2006 Christoph Maser <cmr at financial.com>
+- RH Version.
Property changes on: trunk/rpms/nagiosgrapher/nagiosgrapher.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/nagiosgrapher/nagiosgrapher_makefile-patch-1.6.1
===================================================================
--- trunk/rpms/nagiosgrapher/nagiosgrapher_makefile-patch-1.6.1 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/nagiosgrapher/nagiosgrapher_makefile-patch-1.6.1 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,69 @@
+--- Makefile.in.org 2007-09-25 14:43:08.000000000 +0200
++++ Makefile.in 2007-09-25 14:45:53.000000000 +0200
+@@ -162,9 +162,7 @@
+
+ dirs:
+ mkdir -p $(DESTDIR)/$(NG_SRVEXT_DIR)
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_SRVEXT_DIR)
+ mkdir -p $(DESTDIR)/$(NG_RRD)
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_RRD)
+ mkdir -p $(DESTDIR)/$(NG_INIT_SCRIPT_DIR)
+ mkdir -p `dirname $(DESTDIR)/$(NG_LOGFILE)`
+ mkdir -p $(DESTDIR)/$(NG_DAEMON)
+@@ -172,9 +170,16 @@
+ mkdir -p $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
+ mkdir -p $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)
+
++command-rpm:
++ @echo " define command{" >> $(DESTDIR)/$(NG_CONFIG)/ngraph-command.cfg
++ @echo " command_name process-service-perfdata" >> $(DESTDIR)/$(NG_CONFIG)/ngraph-command.cfg
++ @echo " command_line $(NAGIOS_CONTRIBUTION)/udpecho " >> $(DESTDIR)/$(NG_CONFIG)/ngraph-command.cfg
++ @echo " }" >> $(DESTDIR)/$(NG_CONFIG)/ngraph-command.cfg
++
++
++
+ logfile:
+ touch $(DESTDIR)/$(NG_LOGFILE)
+- chown $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_LOGFILE)
+
+ config-install:
+ mkdir -p $(DESTDIR)/$(NG_CONFIG)
+@@ -187,15 +192,11 @@
+ cp -r cfg/templates/extra/*.ncfg_disabled $(DESTDIR)/$(NG_CONFIG_SUB)/templates/extra
+ cp -r cfg/templates/standard/*.ncfg_disabled $(DESTDIR)/$(NG_CONFIG_SUB)/templates/standard
+
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_CONFIG)/*.ncfg*
+- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(NG_CONFIG)/*.ncfg*
+
+
+ cgi-install:
+ mkdir -p $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
+ cp sbin/*.cgi $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
+- chgrp -R $(APACHE_GROUP) $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
+ chmod -R 0755 $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
+
+ bin-install:
+@@ -206,8 +207,6 @@
+ contrib/udpecho/udpecho \
+ $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
+
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
+- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
+ chmod -R 0755 $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
+
+ bin-compile:
+@@ -224,13 +223,9 @@
+ cp lib/NagiosGrapher/*.pm $(DESTDIR)/$(PERL_INC)/NagiosGrapher
+ cp lib/NagiosGrapher/Hooks/*.pm $(DESTDIR)/$(PERL_INC)/NagiosGrapher/Hooks
+
+- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(PERL_INC)
+- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(PERL_INC)
+
+ logrotate-config:
+ cp cfg/logrotate/nagios_grapher $(DESTDIR)/${NG_LOGROTATE_CONF_DIR}/
+- chown root $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
+- chgrp root $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
+ chmod 0644 $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
+
+ init-script:
Modified: trunk/rpms/perl-Nagios-Plugin/perl-Nagios-Plugin.spec
===================================================================
--- trunk/rpms/perl-Nagios-Plugin/perl-Nagios-Plugin.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/perl-Nagios-Plugin/perl-Nagios-Plugin.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -10,7 +10,7 @@
Summary: Family of perl modules to streamline writing Nagios
Name: perl-Nagios-Plugin
Version: 0.24
-Release: 1
+Release: 2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Nagios-Plugin/
@@ -21,6 +21,7 @@
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Math::Calc::Units)
+Requires: perl(Config::Tiny)
%description
A family of perl modules to streamline writing Nagios.
@@ -52,5 +53,8 @@
%{perl_vendorlib}/Nagios/Plugin.pm
%changelog
+* Sat Mar 15 2008 Dag Wieers <dag at wieers.com> - 0.24-2
+- Added perl(Config::Tiny) as a dependency.
+
* Thu Mar 13 2008 Dag Wieers <dag at wieers.com> - 0.24-1
- Initial package. (using DAR)
Added: trunk/rpms/perl-Net-IPv6Addr/perl-Net-IPv6Addr.spec
===================================================================
--- trunk/rpms/perl-Net-IPv6Addr/perl-Net-IPv6Addr.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/perl-Net-IPv6Addr/perl-Net-IPv6Addr.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,54 @@
+# $Id$
+# Authority: dag
+# Upstream: Tony Monroe <tmonroe+cpan$nog,net>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Net-IPv6Addr
+
+Summary: Check validity of IPv6 addresses
+Name: perl-Net-IPv6Addr
+Version: 0.2
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Net-IPv6Addr/
+
+Source: http://www.cpan.org/modules/by-module/Net/Net-IPv6Addr-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+
+%description
+Check validity of IPv6 addresses.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog MANIFEST README rfc1886.txt rfc1924.txt rfc2373.txt
+%doc %{_mandir}/man3/Net::IPv6Addr.3pm*
+%dir %{perl_vendorlib}/Net/
+#%{perl_vendorlib}/Net/IPv6Addr/
+%{perl_vendorlib}/Net/IPv6Addr.pm
+
+%changelog
+* Sun Mar 16 2008 Dag Wieers <dag at wieers.com> - 0.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/perl-Net-IPv6Addr/perl-Net-IPv6Addr.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/perl-Net-Write/perl-Net-Write.spec
===================================================================
--- trunk/rpms/perl-Net-Write/perl-Net-Write.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/perl-Net-Write/perl-Net-Write.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,58 @@
+# $Id$
+# Authority: dag
+# Upstream: GomoR <perl$gomor,org>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Net-Write
+
+Summary: Portable interface to open and send raw data to network
+Name: perl-Net-Write
+Version: 1.02
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Net-Write/
+
+Source: http://www.cpan.org/modules/by-module/Net/Net-Write-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+
+%description
+A portable interface to open and send raw data to network.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+### Clean up docs
+find examples/ -type f -exec %{__chmod} a-x {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes LICENSE LICENSE.Artistic MANIFEST META.yml README examples/
+%doc %{_mandir}/man3/Net::Write.3pm*
+%doc %{_mandir}/man3/Net::Write::*.3pm*
+%dir %{perl_vendorlib}/Net/
+%{perl_vendorlib}/Net/Write/
+%{perl_vendorlib}/Net/Write.pm
+
+%changelog
+* Sun Mar 16 2008 Dag Wieers <dag at wieers.com> - 1.02-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/perl-Net-Write/perl-Net-Write.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/rdup/rdup.spec
===================================================================
--- trunk/rpms/rdup/rdup.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/rdup/rdup.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -3,7 +3,7 @@
Summary: Prints filenames for backup
Name: rdup
-Version: 0.5.5
+Version: 0.5.6
Release: 1
License: GPL
Group: Applications/File
@@ -40,7 +40,7 @@
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog DEPENDENCIES DESIGN LICENSE README todo hdup/
%doc %{_mandir}/man1/rdup.1*
-#%doc %{_mandir}/man1/rdup-backups.1*
+%doc %{_mandir}/man1/rdup-backups.1*
%doc %{_mandir}/man1/rdup-cp.1*
%doc %{_mandir}/man1/rdup-crypt.1*
#%doc %{_mandir}/man1/rdup-dump.1*
@@ -69,6 +69,9 @@
%{_datadir}/rdup/
%changelog
+* Tue Mar 18 2008 Dag Wieers <dag at wieers.com> - 0.5.6-1
+- Updated to release 0.5.6.
+
* Fri Feb 15 2008 Dag Wieers <dag at wieers.com> - 0.5.5-1
- Updated to release 0.5.5.
Added: trunk/rpms/swfmill/swfmill.spec
===================================================================
--- trunk/rpms/swfmill/swfmill.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/swfmill/swfmill.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,80 @@
+# $Id$
+# Authority: dag
+
+Summary: xml2swf and swf2xml processor
+Name: swfmill
+Version: 0.2.12
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://swfmill.org/
+
+Source: http://swfmill.org/releases/swfmill-%{version}.tar.gz
+#Source: http://swfmill.org/pre/swfmill-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: freetype-devel >= 2.0
+BuildRequires: libpng-devel
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
+BuildRequires: zlib-devel
+
+%description
+swfmill is an xml2swf and swf2xml processor with import
+functionalities.
+
+It's most common use is the generation of asset libraries
+containing images (PNG and JPEG), fonts (TTF) or other SWF
+movies for use with MTASC- or haXe-compiled ActionScript,
+although swfmill can be used to produce both simple and complex
+SWF structures.
+
+* built around an XSLT/EXSLT processor (libxslt)
+* input and output of the XSLT transformation can be either XML
+ or binary SWF
+* XSLT commands for importing PNG, JPEG, TTF and SWF, and for
+ mapping SWF ID numbers
+* built-in "simple dialect" to support library creation and
+ building simple SWFs
+
+%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
+%configure --disable-static
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS COPYING INSTALL NEWS README TODO
+%{_bindir}/swfmill
+%{_libdir}/libswfmillxslt.so.*
+%{_libdir}/libswft.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_libdir}/libswfmillxslt.so
+%{_libdir}/libswft.so
+%exclude %{_libdir}/libswfmillxslt.la
+%exclude %{_libdir}/libswft.la
+
+%changelog
+* Fri Mar 07 2008 Dag Wieers <dag at wieers.com> - 0.2.12-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/swfmill/swfmill.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/unison/unison-2.13.spec
===================================================================
--- trunk/rpms/unison/unison-2.13.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/unison/unison-2.13.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,86 @@
+# $Id$
+# Authority: dag
+# Upstream: <unison-users$groups,yahoo,com>
+
+%define desktop_vendor rpmforge
+
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%{?rh7:%define _without_freedesktop 1}
+%{?el2:%define _without_freedesktop 1}
+
+Summary: File-synchronization tool
+Name: unison
+Version: 2.13.16
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://www.cis.upenn.edu/~bcpierce/unison/
+
+Source: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
+Source1: unison.png
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+### emacs is needed for etags
+BuildRequires: ocaml, emacs
+#BuildRequires: tetex-latex, lablgtk >= 2.4.0, gtk2-devel
+%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
+
+%description
+Unison is a file-synchronization tool. It allows two replicas of a collection
+of files and directories to be stored on different hosts (or different disks
+on the same host), modified separately, and then brought up to date by
+propagating the changes in each replica to the other.
+
+%prep
+%setup
+
+%{__cat} <<EOF >unison.desktop
+[Desktop Entry]
+Name=Unison File Synchronizer
+GenericName=File Synchronizer
+Exec=unison
+Type=Application
+Comment=Replicate files over different hosts or disks
+Terminal=false
+Icon=unison.png
+StartupNotify=true
+Encoding=UTF-8
+EOF
+
+%build
+%{__make} %{?_smp_mflags} NATIVE="true" #UISTYLE="gtk2"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 unison %{buildroot}%{_bindir}/unison
+%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/unison.png
+
+%if %{?_without_freedesktop:1}0
+ %{__install} -Dp -m0644 unison.desktop %{buildroot}%{_datadir}/gnome/apps/Utilities/unison.desktop
+%else
+ %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+ desktop-file-install \
+ --vendor %{desktop_vendor} \
+ --add-category X-Red-Hat-Base \
+ --dir %{buildroot}%{_datadir}/applications \
+ unison.desktop
+%endif
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CONTRIB COPYING NEWS README *.txt
+%{_bindir}/unison
+%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-unison.desktop}
+%{?_without_freedesktop:%{_datadir}/gnome/apps/Utilities/unison.desktop}
+%{_datadir}/pixmaps/unison.png
+
+%changelog
+* Fri Dec 02 2005 Dag Wieers <dag at wieers.com> - 2.13.16-1
+- Updated to release 2.13.16.
+
+* Thu Aug 11 2005 Dag Wieers <dag at wieers.com> - 2.12.0-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/unison/unison-2.13.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/wv/wv-1.0.0-rhbug150461.patch
===================================================================
--- trunk/rpms/wv/wv-1.0.0-rhbug150461.patch 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/wv/wv-1.0.0-rhbug150461.patch 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,12 @@
+diff -Nur wv-1.0.0-orig/wvWare.c wv-1.0.0/wvWare.c
+--- wv-1.0.0-orig/wvWare.c 2003-08-24 17:22:25.000000000 +0200
++++ wv-1.0.0/wvWare.c 2005-05-10 07:32:55.000000000 +0200
+@@ -1246,7 +1246,7 @@
+ */
+ printf ("\n\\resizebox{%dpt}{%dpt}\
+ {\\includegraphics{%s.eps}}\
+- \n% -- %#.2x graphic -- \n", width, height, source, graphicstype);
++ \n%% -- %#.2x graphic -- \n", width, height, source, graphicstype);
+ }
+ else
+ {
Added: trunk/rpms/wv/wv-1.0.spec
===================================================================
--- trunk/rpms/wv/wv-1.0.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/wv/wv-1.0.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,79 @@
+# $Id$
+# Authority: dag
+
+Summary: MSWord 6/7/8/9 binary file format to HTML converter
+Name: wv
+Version: 1.0.3
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://wvware.sourceforge.net/
+
+Source: http://dl.sf.net/wvware/wv-%{version}.tar.gz
+Patch5: wv-1.0.0-rhbug150461.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: glib2-devel
+BuildRequires: ImageMagick-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libole2-devel
+BuildRequires: libxml2-devel
+BuildRequires: pkgconfig
+
+Provides: wvware = %{version}-%{release}
+
+%description
+wv is a program that understands the Microsoft Word 6/7/8/9 binary file
+format and is able to convert Word documents into HTML, which can then
+be read with a browser.
+
+%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
+%patch5 -p1 -b .printf-rhbug150461
+
+%build
+%configure \
+ --disable-static \
+ --with-exporter \
+ --with-libxml2
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%doc %{_mandir}/man1/wv*.1*
+%{_bindir}/wv*
+%{_datadir}/wv/
+%{_libdir}/libwv-1.0.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/wv/
+%{_libdir}/libwv.so
+%{_libdir}/pkgconfig/wv-1.0.pc
+%exclude %{_libdir}/libwv.la
+
+%changelog
+* Mon Mar 17 2008 Dag Wieers <dag at wieers.com> - 1.0.3-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/wv/wv-1.0.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/wv/wv.spec
===================================================================
--- trunk/rpms/wv/wv.spec 2008-03-16 06:49:12 UTC (rev 6224)
+++ trunk/rpms/wv/wv.spec 2008-03-19 00:26:55 UTC (rev 6225)
@@ -0,0 +1,79 @@
+# $Id$
+# Authority: dag
+
+Summary: MSWord 6/7/8/9 binary file format to HTML converter
+Name: wv
+Version: 1.2.4
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://wvware.sourceforge.net/
+
+Source: http://dl.sf.net/wvware/wv-%{version}.tar.gz
+Patch5: wv-1.0.0-rhbug150461.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: glib2-devel
+BuildRequires: ImageMagick-devel
+BuildRequires: libgsf-devel >= 1.13.0
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libxml2-devel
+BuildRequires: pkgconfig
+
+Provides: wvware = %{version}-%{release}
+
+%description
+wv is a program that understands the Microsoft Word 6/7/8/9 binary file
+format and is able to convert Word documents into HTML, which can then
+be read with a browser.
+
+%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
+%patch5 -p1 -b .printf-rhbug150461
+
+%build
+%configure \
+ --disable-static \
+ --with-exporter \
+ --with-libxml2
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%doc %{_mandir}/man1/wv*.1*
+%{_bindir}/wv*
+%{_datadir}/wv/
+%{_libdir}/libwv-1.2.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/wv/
+%{_libdir}/libwv.so
+%{_libdir}/pkgconfig/wv-1.0.pc
+%exclude %{_libdir}/libwv.la
+
+%changelog
+* Mon Mar 17 2008 Dag Wieers <dag at wieers.com> - 1.2.4-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/wv/wv.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list