rpms/perl-Date-Tiny/devel import.log, NONE, 1.1 perl-Date-Tiny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Fri Feb 6 16:56:43 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Date-Tiny/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18064/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Date-Tiny.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Date-Tiny-1_03-1_fc10:HEAD:perl-Date-Tiny-1.03-1.fc10.src.rpm:1233939193


--- NEW FILE perl-Date-Tiny.spec ---
Name:           perl-Date-Tiny
Version:        1.03
Release:        1%{?dist}
Summary:        Date object with as little code as possible
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Date-Tiny/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Date-Tiny-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Date::Tiny is a member of the DateTime::Tiny suite of time modules.

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

%changelog
* Mon Feb 02 2009 Allisson Azevedo <allisson at gmail.com> 1.03-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Date-Tiny/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2009 03:07:59 -0000	1.1
+++ .cvsignore	6 Feb 2009 16:56:12 -0000	1.2
@@ -0,0 +1 @@
+Date-Tiny-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Date-Tiny/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2009 03:07:59 -0000	1.1
+++ sources	6 Feb 2009 16:56:12 -0000	1.2
@@ -0,0 +1 @@
+2126b9868e365e93b6ac55ccc8336bf2  Date-Tiny-1.03.tar.gz




More information about the scm-commits mailing list