rpms/perl-Class-MethodMaker/devel perl-Class-MethodMaker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dennis Gregorovic (dgregor) fedora-extras-commits at redhat.com
Mon Feb 28 01:23:45 UTC 2005


Author: dgregor

Update of /cvs/extras/rpms/perl-Class-MethodMaker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2300/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-MethodMaker.spec 
Log Message:
auto-import perl-Class-MethodMaker-2.05-2 on branch devel from perl-Class-MethodMaker-2.05-2.src.rpm


--- NEW FILE perl-Class-MethodMaker.spec ---
%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}

Name:           perl-Class-MethodMaker
Version:        2.05
Release:        2
Summary:        Perl module for creating generic object-oriented methods

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Class-MethodMaker/
Source:         http://www.cpan.org/authors/id/F/FL/FLUFFY/Class-MethodMaker-2.05.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(IPC::Run)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description

Class::MethodMaker solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.

%prep
%setup -q -n Class-MethodMaker-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check || :
mv t/0-signature.t t/0-signature.t.skip
make test

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorarch}/Class/
%{perl_vendorarch}/auto/*
%{_mandir}/man3/*.3*

%changelog
* Thu Feb 24 2005 Dennis Gregorovic <dgregor at redhat.com> - 2.05-2
- Incorporated feedback from Jose Pedro Oliveira. (#149637)

* Fri Feb  4 2005 Dennis Gregorovic <dgregor at redhat.com> - 2.05-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MethodMaker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Feb 2005 01:23:22 -0000	1.1
+++ .cvsignore	28 Feb 2005 01:23:43 -0000	1.2
@@ -0,0 +1 @@
+Class-MethodMaker-2.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MethodMaker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Feb 2005 01:23:22 -0000	1.1
+++ sources	28 Feb 2005 01:23:43 -0000	1.2
@@ -0,0 +1 @@
+a4092146c05bac58b3f99b3f5d2a9a75  Class-MethodMaker-2.05.tar.gz




More information about the fedora-extras-commits mailing list