rpms/perl-Mon/EL-5 perl-Mon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Thu Feb 19 08:48:24 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Mon/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28182/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Mon.spec 
Log Message:
Import perl-Mon


--- NEW FILE perl-Mon.spec ---
Name:           perl-Mon
Version:        0.11
Release:        1%{?dist}
Summary:        Mon Perl module
License:        GPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Mon/
Source0:        http://www.cpan.org/authors/id/T/TR/TROCKIJ/Mon-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is the Perl5 module for interfacing with the Mon system monitoring
package. Currently only the client interface is implemented, but more
things like special logging routines and persistent monitors are being
considered.


%prep
%setup -q -n Mon-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES COPYING COPYRIGHT monperl.prj README VERSION
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Sun Jul 13 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.11-1
- Specfile autogenerated by cpanspec 1.75.
- Fixed License tag


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mon/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2008 18:06:49 -0000	1.1
+++ .cvsignore	19 Feb 2009 08:47:54 -0000	1.2
@@ -0,0 +1 @@
+Mon-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mon/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2008 18:06:49 -0000	1.1
+++ sources	19 Feb 2009 08:47:54 -0000	1.2
@@ -0,0 +1 @@
+762a8c6f845f8f1482a696e6f95f4492  Mon-0.11.tar.gz




More information about the fedora-extras-commits mailing list