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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 26 21:21:55 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-DES_EDE3.spec 
Log Message:
auto-import perl-Crypt-DES_EDE3-0.01-2 on branch devel from perl-Crypt-DES_EDE3-0.01-2.src.rpm


--- NEW FILE perl-Crypt-DES_EDE3.spec ---
Name:           perl-Crypt-DES_EDE3
Version:        0.01
Release:        2%{?dist}
Summary:        Crypt::DES_EDE3 Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-DES_EDE3/
Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Crypt::DES)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE
(encrypt-decrypt-encrypt) encryption and decryption.

%prep
%setup -q -n Crypt-DES_EDE3-%{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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat Sep 17 2005 Steven Pritchard <steve at kspei.com> 0.01-2
- Minor spec cleanup.
- Include license files.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES_EDE3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2006 21:20:58 -0000	1.1
+++ .cvsignore	26 Jan 2006 21:21:54 -0000	1.2
@@ -0,0 +1 @@
+Crypt-DES_EDE3-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES_EDE3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2006 21:20:58 -0000	1.1
+++ sources	26 Jan 2006 21:21:54 -0000	1.2
@@ -0,0 +1 @@
+fde1995efa0735407a5f7c4a4c8147bc  Crypt-DES_EDE3-0.01.tar.gz




More information about the fedora-extras-commits mailing list