rpms/perl-Olson-Abbreviations/F-13 perl-Olson-Abbreviations.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Feb 23 06:55:24 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Olson-Abbreviations/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23102

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Olson-Abbreviations.spec 
Log Message:
* Fri Feb 19 2010 Marcela Mašláňová <mmaslano at redhat.com> 0.02-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-Olson-Abbreviations.spec ---
Name:           perl-Olson-Abbreviations
Version:        0.02
Release:        1%{?dist}
Summary:        Globally unique timezones abbreviation handling
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Olson-Abbreviations/
Source0:        http://www.cpan.org/authors/id/E/EC/ECARROLL/Olson-Abbreviations-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose)
BuildRequires:  perl(MooseX::AttributeHelpers)
BuildRequires:  perl(MooseX::ClassAttribute)
BuildRequires:  perl(Test::More)
Requires:       perl(Moose)
Requires:       perl(MooseX::AttributeHelpers)
Requires:       perl(MooseX::ClassAttribute)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module should help you with converting commonly used and often
ambigious olson abbreviations into TZ offset notation.

%prep
%setup -q -n Olson-Abbreviations-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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
* Fri Feb 19 2010 Marcela Mašláňová <mmaslano at redhat.com> 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Olson-Abbreviations/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Feb 2010 21:33:47 -0000	1.1
+++ .cvsignore	23 Feb 2010 06:55:23 -0000	1.2
@@ -0,0 +1 @@
+Olson-Abbreviations-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Olson-Abbreviations/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Feb 2010 21:33:47 -0000	1.1
+++ sources	23 Feb 2010 06:55:23 -0000	1.2
@@ -0,0 +1 @@
+19c1a8b91f0d2e393e0cf824deb36e3b  Olson-Abbreviations-0.02.tar.gz



More information about the scm-commits mailing list