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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Sep 13 15:29:12 UTC 2005


Author: corsepiu

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Inspector.spec 
Log Message:
auto-import perl-Class-Inspector-1.12-1 on branch devel from perl-Class-Inspector-1.12-1.src.rpm


--- NEW FILE perl-Class-Inspector.spec ---
Name: 		perl-Class-Inspector
Version: 	1.12
Release: 	1%{?dist}
Summary: 	Get information about a class and it's structur
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Class-Inspector/
Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

# For better test coverage
BuildRequires: perl(Test::Pod) >= 1.00

%description
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they aren't
always very friendly, and usually involve a relatively high level of Perl
wizardry, or strange and unusual looking code. Class::Inspector attempts to
provide an easier, more friendly interface to this information.

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

%changelog
* Tue Sep 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 1.12-1
- FE submission.

* Tue Sep 13 2005 Ralf Corsepius <ralf at links2linux.de> - 1.12-0
- Upstream update.

* Wed Jun 22 2005 Ralf Corsepius <ralf at links2linux.de> - 1.08-0.pm.0
- Initial packman version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Inspector/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Sep 2005 15:28:05 -0000	1.1
+++ .cvsignore	13 Sep 2005 15:29:10 -0000	1.2
@@ -0,0 +1 @@
+Class-Inspector-1.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Inspector/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Sep 2005 15:28:05 -0000	1.1
+++ sources	13 Sep 2005 15:29:10 -0000	1.2
@@ -0,0 +1 @@
+c49feb019c32a720d64c887b05022a4b  Class-Inspector-1.12.tar.gz




More information about the fedora-extras-commits mailing list