OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 11-Jul-2007 10:34:05 Branch: HEAD Handle: 2007071109340500 Modified files: openpkg-src/perl-net perl-net.spec Log: add Net::GrowlClient Summary: Revision Changes Path 1.160 +11 -1 openpkg-src/perl-net/perl-net.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-net/perl-net.spec ============================================================================ $ cvs diff -u -r1.159 -r1.160 perl-net.spec --- openpkg-src/perl-net/perl-net.spec 10 Jul 2007 19:24:10 -0000 1.159 +++ openpkg-src/perl-net/perl-net.spec 11 Jul 2007 08:34:05 -0000 1.160 @@ -52,6 +52,7 @@ %define V_net_irc 0.75 %define V_ip_country 2.23 %define V_io_socket_multicast 1.05 +%define V_net_growlclient 0.02 # package information Name: perl-net @@ -64,7 +65,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20070710 +Release: 20070711 # package options %option with_curl no @@ -99,6 +100,7 @@ Source25: http://www.cpan.org/modules/by-module/Net/Net-IRC-%{V_net_irc}.tar.gz Source26: http://www.cpan.org/modules/by-module/IP/IP-Country-%{V_ip_country}.tar.gz Source27: http://www.cpan.org/modules/by-module/IO/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz +Source28: http://www.cpan.org/modules/by-module/Net/Net-GrowlClient-%{V_net_growlclient}.tar.gz Patch0: perl-net.patch # build information @@ -163,6 +165,7 @@ - Net::IRC (%{V_net_irc}) - IP::Country (%{V_ip_country}) - IO::Socket::Multicast (%{V_io_socket_multicast}) + - Net::GrowlClient (%{V_net_growlclient}) %track prog perl-net:Curl-easy = { @@ -305,6 +308,11 @@ url = http://www.cpan.org/modules/by-module/IO/ regex = IO-Socket-Multicast-(__VER__)\.tar\.gz } + prog perl-net:Net-GrowlClient = { + version = %{V_net_growlclient} + url = http://www.cpan.org/modules/by-module/Net/ + regex = Net-GrowlClient-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -335,6 +343,7 @@ %setup -q -T -D -a 25 %setup -q -T -D -a 26 %setup -q -T -D -a 27 + %setup -q -T -D -a 28 sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b %build @@ -377,6 +386,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org