rpms/perl-NOCpulse-CLAC/devel import.log, NONE, 1.1 perl-NOCpulse-CLAC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Mon Feb 23 08:15:58 UTC 2009


Author: msuchy

Update of /cvs/pkgs/rpms/perl-NOCpulse-CLAC/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7974/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-NOCpulse-CLAC.spec 
Log Message:
Import initial version of perl-NOCpulse-CLAC-1.9.8-1 to devel branch.



--- NEW FILE import.log ---
perl-NOCpulse-CLAC-1_9_8-1:HEAD:perl-NOCpulse-CLAC-1.9.8-1.src.rpm:1235376885


--- NEW FILE perl-NOCpulse-CLAC.spec ---
Name:         perl-NOCpulse-CLAC
Version:      1.9.8
Release:      1%{?dist}
Summary:      NOCpulse Command Line Application framework for Perl
URL:          https://fedorahosted.org/spacewalk
Source0:      https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
Requires:     perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch:    noarch
Group:        Development/Libraries
License:      GPLv2
Buildroot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
NOCpulse provides application, network, systems and transaction monitoring,
coupled with a comprehensive reporting system including availability,
historical and trending reports in an easy-to-use browser interface.

This packages provides a framework for writing command line oriented 
applications.

%prep
%setup -q

%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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{perl_vendorlib}/NOCpulse/*
%{_mandir}/man3/*
%doc LICENSE

%changelog
* Thu Feb 19 2009 Miroslav Suchý <msuchy at redhat.com> 1.9.8-1
- remove opt flags
- add LICENSE
- add GPL header to modules

* Thu Jan 22 2009 Dennis Gilmore <dgilmore at redhat.com> 1.9.7-1
- BuildRequires perl(ExtUtils::MakeMaker)

* Mon Oct 20 2008 Miroslav Suchý <msuchy at redhat.com> 1.9.6-1
- 467441 - fix namespace

* Wed Sep  3 2008 Miroslav Suchý <msuchy at redhat.com> 1.9.5-1
- spec cleanup for Fedora
- move /opt dir away

* Thu Jun 19 2008 Miroslav Suchy <msuchy at redhat.com>
- migrating nocpulse home dir (BZ 202614)

* Wed Jun  4 2008 Milan Zazrivec <mzazrivec at redhat.com> 1.9.4-11
- fixed file permissions

* Thu May 29 2008 Jan Pazdziora 1.9.4-10
- rebuild in dist-cvs


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NOCpulse-CLAC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2009 20:39:29 -0000	1.1
+++ .cvsignore	23 Feb 2009 08:15:27 -0000	1.2
@@ -0,0 +1 @@
+perl-NOCpulse-CLAC-1.9.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NOCpulse-CLAC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2009 20:39:29 -0000	1.1
+++ sources	23 Feb 2009 08:15:27 -0000	1.2
@@ -0,0 +1 @@
+16e1c31d25ae2081b30b2b0618be4850  perl-NOCpulse-CLAC-1.9.8.tar.gz




More information about the scm-commits mailing list