rpms/perl-Object-Signature/devel perl-Object-Signature.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Mar 24 18:57:42 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Object-Signature/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6052/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Object-Signature.spec 
Log Message:
initial import



--- NEW FILE perl-Object-Signature.spec ---
Name:           perl-Object-Signature
Version:        1.05
Release:        2%{?dist}
Summary:        Cryptographically strong objects 
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Object-Signature/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Object-Signature-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Digest::MD5)           >= 2.00
BuildRequires:  perl(Storable)              >= 2.11
BuildRequires:  perl(Test::More)

%description
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.

%prep
%setup -q -n Object-Signature-%{version}

find . -type f -exec chmod -x -c {} +

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Mar 19 2008 Chris Weyl <cweyl at alumni.drew.edu>
- update BR's

* Tue Mar 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.05-1
- Specfile autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Signature/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2008 16:54:49 -0000	1.1
+++ .cvsignore	24 Mar 2008 18:57:06 -0000	1.2
@@ -0,0 +1 @@
+Object-Signature-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Signature/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2008 16:54:49 -0000	1.1
+++ sources	24 Mar 2008 18:57:06 -0000	1.2
@@ -0,0 +1 @@
+b154a57c64ac06bd47b364c924bf3738  Object-Signature-1.05.tar.gz




More information about the fedora-extras-commits mailing list