rpms/perl-Date-Pcalc/devel perl-Date-Pcalc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Mar 20 16:48:13 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/perl-Date-Pcalc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5155/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Date-Pcalc.spec 
Log Message:
auto-import perl-Date-Pcalc-1.2-3 on branch devel from perl-Date-Pcalc-1.2-3.src.rpm


--- NEW FILE perl-Date-Pcalc.spec ---
Name: 		perl-Date-Pcalc
Version:	1.2
Release:	3%{?dist}
Summary:	Gregorian calendar date calculations
License:	GPL or Artistic
Group:		Development/Libraries
URL: 		http://search.cpan.org/dist/Date-Pcalc/
Source0: 	http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Pcalc-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: 	noarch
BuildRequires:  %{_bindir}/iconv

%description
This package consists of a Perl module for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries today), 
thereby complying with all relevant norms and standards: ISO/R 2015-1971, 
DIN 1355 and, to some extent, ISO 8601 (where applicable).

%prep
%setup -q -n Date-Pcalc-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
%{_bindir}/iconv --from-code=ISO-8859-1 --to-code=UTF-8 blib/man3/Date::Pcalc.3pm -o blib/man3/Date::Pcalc.3pm-utf8
mv  blib/man3/Date::Pcalc.3pm-utf8 blib/man3/Date::Pcalc.3pm 
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.txt README.txt EXAMPLES.txt CREDITS.txt GNU_GPL.txt Artistic.txt
%{perl_vendorlib}/Date
%{_mandir}/man3/*

%changelog
* Mon Mar 20 2006 Mike McGrath <imlinux at gmail.com> - 1.2-3
- Minor fixes and formatting in spec file

* Sun Mar 19 2006 Mike McGrath <imlinux at gmail.com> - 1.2-2
- Include license and credits
- Convert manpage to utf-8

* Sat Mar 18 2006 Mike McGrath <imlinux at gmail.com> - 1.2-1
- First attempt at a Fedora friendly spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Date-Pcalc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2006 16:47:45 -0000	1.1
+++ .cvsignore	20 Mar 2006 16:48:13 -0000	1.2
@@ -0,0 +1 @@
+Date-Pcalc-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Date-Pcalc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2006 16:47:45 -0000	1.1
+++ sources	20 Mar 2006 16:48:13 -0000	1.2
@@ -0,0 +1 @@
+1c09a09337c7d2e18a17898ca577c644  Date-Pcalc-1.2.tar.gz




More information about the fedora-extras-commits mailing list