rpms/perl-Set-Crontab/EL-4 import.log, NONE, 1.1 perl-Set-Crontab.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Wed Sep 10 09:02:39 UTC 2008


Author: msuchy

Update of /cvs/extras/rpms/perl-Set-Crontab/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22762/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Set-Crontab.spec 
Log Message:
Initial commit to EL-4 branch.



--- NEW FILE import.log ---
perl-Set-Crontab-1_02-1:EL-4:perl-Set-Crontab-1.02-1.src.rpm:1221037287


--- NEW FILE perl-Set-Crontab.spec ---
Name:           perl-Set-Crontab
Version:        1.02
Release:        1%{?dist}
Summary:        Expand crontab(5)-style integer lists
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Set-Crontab/
Source0:        http://www.cpan.org/modules/by-module/Set/Set-Crontab-%{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
Set::Crontab parses crontab-style lists of integers and defines some
utility functions to make it easier to deal with them.

%prep
%setup -q -n Set-Crontab-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jul 31 2008 Miroslav Suchý <msuchy at redhat.com> 1.02-1
- Change license to "as Perl itself"

* Sun Jun 22 2008 Michael Stahnke <mastahnke at gmail.com> - 1.00-1
- Repackaging from Spacewalk repo to aid in Fedora packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Set-Crontab/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2008 04:36:22 -0000	1.1
+++ .cvsignore	10 Sep 2008 09:02:04 -0000	1.2
@@ -0,0 +1 @@
+Set-Crontab-1.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Set-Crontab/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2008 04:36:22 -0000	1.1
+++ sources	10 Sep 2008 09:02:09 -0000	1.2
@@ -0,0 +1 @@
+8217113ca6ad3633a326b1dbb136f99b  Set-Crontab-1.02.tar.gz




More information about the fedora-extras-commits mailing list