Author: glen Date: Tue Feb 24 22:36:34 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 0.21.3
---- Files affected: SPECS: perl-Nagios-Object.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/perl-Nagios-Object.spec diff -u SPECS/perl-Nagios-Object.spec:1.6 SPECS/perl-Nagios-Object.spec:1.7 --- SPECS/perl-Nagios-Object.spec:1.6 Mon Jul 28 00:44:03 2008 +++ SPECS/perl-Nagios-Object.spec Tue Feb 24 23:36:29 2009 @@ -9,16 +9,19 @@ Summary: Nagios::Object - Perl objects to represent Nagios objects Summary(pl.UTF-8): Nagios::Object - obiekty Perla reprezentujÄ…ce obiekty Nagiosa Name: perl-Nagios-Object -Version: 0.08 -Release: 2 +Version: 0.21.3 +Release: 1 License: GPL Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/T/TO/TOBEYA/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 59cf6e6286abcd26674b4da092e4759b +Source0: http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/Nagios-Object-%{version}.tar.gz +# Source0-md5: 1b64bd73b045e9e111bc0755f0c692a0 URL: http://search.cpan.org/dist/Nagios-Object/ BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with autodeps} || %{with tests} +BuildRequires: perl-Test-Exception +%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,8 +53,9 @@ ./Build install install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -cp -a bin/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +mv $RPM_BUILD_ROOT{%{_bindir}/*,%{_examplesdir}/%{name}-%{version}} +rm -rf $RPM_BUILD_ROOT%{_mandir}/man1 rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/.packlist %clean @@ -62,7 +66,7 @@ %doc ChangeLog README %{perl_vendorlib}/Nagios %{_mandir}/man3/* -%{_examplesdir}/* +%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -70,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2009/02/24 22:36:29 glen +- update to 0.21.3 + Revision 1.6 2008/07/27 22:44:03 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Nagios-Object.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
