rpms/perl-Calendar-Simple/devel perl-Calendar-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Fri Jun 23 11:24:50 UTC 2006


Author: corsepiu

Update of /cvs/extras/rpms/perl-Calendar-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21446/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Calendar-Simple.spec 
Log Message:
auto-import perl-Calendar-Simple-1.13-2 on branch devel from perl-Calendar-Simple-1.13-2.src.rpm


--- NEW FILE perl-Calendar-Simple.spec ---
Summary: 	Perl extension to create simple calendars
Name: 		perl-Calendar-Simple
Version: 	1.13
Release: 	2%{?dist}
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Calendar-Simple/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/Calendar-Simple-%{version}.tar.gz
BuildArch: 	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# Required by the tests
BuildRequires:  perl(DateTime)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)

%description
Perl extension to create simple calendars.

%prep
%setup -q -n Calendar-Simple-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
%doc Changes COPYING README
%{perl_vendorlib}/Calendar
%{_mandir}/man3/*

%changelog
* Fri Jun 23 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.13-2
- Fix Source0.

* Thu Jun 22 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.13-1
- FE submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Calendar-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jun 2006 11:23:55 -0000	1.1
+++ .cvsignore	23 Jun 2006 11:24:50 -0000	1.2
@@ -0,0 +1 @@
+Calendar-Simple-1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Calendar-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jun 2006 11:23:55 -0000	1.1
+++ sources	23 Jun 2006 11:24:50 -0000	1.2
@@ -0,0 +1 @@
+6678d917b09d516d9db23d59e9341750  Calendar-Simple-1.13.tar.gz




More information about the scm-commits mailing list