rpms/perl-Crypt-DES/devel perl-Crypt-DES.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Feb 3 01:50:55 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Crypt-DES/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19924/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-DES.spec 
Log Message:
auto-import perl-Crypt-DES-2.05-1 on branch devel from perl-Crypt-DES-2.05-1.src.rpm


--- NEW FILE perl-Crypt-DES.spec ---
Name:           perl-Crypt-DES
Version:        2.05
Release:        1%{?dist}
Summary:        DES encryption module
License:        BSD-style
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-DES/
Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Crypt::CBC)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
DES encryption module.

%prep
%setup -q -n Crypt-DES-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb 02 2006 Steven Pritchard <steve at kspei.com> 2.05-1
- Update to 2.05.
- Drop explicit Requires: perl(Crypt::CBC).
- LD_RUN_PATH hack shouldn't be needed now.
- Trim file list a bit.
- License is BSD, more or less.

* Sat Sep 17 2005 Steven Pritchard <steve at kspei.com> 2.03-2
- Minor spec cleanup.

* Fri Aug 26 2005 Steven Pritchard <steve at kspei.com> 2.03-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2006 01:49:44 -0000	1.1
+++ .cvsignore	3 Feb 2006 01:50:55 -0000	1.2
@@ -0,0 +1 @@
+Crypt-DES-2.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2006 01:49:44 -0000	1.1
+++ sources	3 Feb 2006 01:50:55 -0000	1.2
@@ -0,0 +1 @@
+a8a0bea7064e11d2af434f3e468c17bb  Crypt-DES-2.05.tar.gz




More information about the fedora-extras-commits mailing list