rpms/perl-Object-Realize-Later/FC-6 perl-Object-Realize-Later.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 9 15:10:21 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Object-Realize-Later/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26814/FC-6

Modified Files:
	sources 
Added Files:
	perl-Object-Realize-Later.spec 
Log Message:

Initial branching



--- NEW FILE perl-Object-Realize-Later.spec ---
Name:           perl-Object-Realize-Later
Version:        0.16
Release:        1%{?dist}
Summary:        Delayed creation of objects
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Object-Realize-Later/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module helps you implementing delay loading of object-data.  While
creating a stub-object, Object::Realize::Later simulates you got the
real data.

%prep
%setup -q -n Object-Realize-Later-%{version}

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

%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/Object/
%{_mandir}/man3/*.3*

%changelog
* Mon Apr  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.16-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Realize-Later/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Apr 2007 14:27:44 -0000	1.1
+++ sources	9 Apr 2007 15:09:47 -0000	1.2
@@ -0,0 +1 @@
+c6e124d52305c1f6c7f08aeaf6bd82d4  Object-Realize-Later-0.16.tar.gz




More information about the fedora-extras-commits mailing list