rpms/perl-Acme-Damn/devel perl-Acme-Damn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Feb 20 01:11:50 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Acme-Damn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21105/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Acme-Damn.spec 
Log Message:
auto-import perl-Acme-Damn-0.03-2.fc6 on branch devel from perl-Acme-Damn-0.03-2.fc6.src.rpm


--- NEW FILE perl-Acme-Damn.spec ---
Name:           perl-Acme-Damn
Version:        0.03
Release:        2%{?dist}
Summary:        Unbless Perl objects
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Acme-Damn/
Source0:        http://www.cpan.org/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(Test::Exception)

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

%description
Acme::Damn provides a single routine, damn(), which takes a blessed
reference (a Perl object), and unblesses it, to return the original
reference. I can't think of any reason why you might want to do this,
but just because it's of no use doesn't mean that you shouldn't be
able to do it.

%prep
%setup -q -n Acme-Damn-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Acme*
%{_mandir}/man3/*

%changelog
* Wed Feb 14 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-2
- remove quotes from "unbless" in summary to make rpmlint happy

* Tue Feb 13 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2007 00:32:05 -0000	1.1
+++ .cvsignore	20 Feb 2007 01:11:18 -0000	1.2
@@ -0,0 +1 @@
+Acme-Damn-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2007 00:32:05 -0000	1.1
+++ sources	20 Feb 2007 01:11:18 -0000	1.2
@@ -0,0 +1 @@
+02a3c8b947d3f2888bc2455f7405f7c1  Acme-Damn-0.03.tar.gz




More information about the scm-commits mailing list