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

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Mon Jun 25 19:30:12 UTC 2007


Author: allisson

Update of /cvs/pkgs/rpms/perl-Crypt-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5793/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-Simple.spec 
Log Message:

Initial import



--- NEW FILE perl-Crypt-Simple.spec ---
Name:           perl-Crypt-Simple
Version:        0.06
Release:        2%{?dist}
Summary:        Encrypt stuff simply 

Group:          Development/Libraries
License:        GPL
URL:            http://search.cpan.org/dist/Crypt-Simple/
Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/Crypt-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl perl-Crypt-Blowfish perl-FreezeThaw perl-Compress-Zlib
BuildRequires:  perl-ExtUtils-MakeMaker perl-Test-Simple
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This little module will convert all your data into nice base64 text that
you can save in a text file, send in an email, store in a cookie or web
page, or bounce around the Net. The data you encrypt can be as simple or
as complicated as you like.

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


%build
# Remove OPTIMIZE=... from noarch packages (unneeded)
%{__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 {} ';'
# Remove the next line from noarch packages (unneeded)
#find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
# For noarch packages: vendorlib
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog

* Sat Jun 23 2007 Allisson Azevedo <allisson at gmail.com> 0.06-2
- Add missing buildrequires

* Mon Jun 11 2007 Allisson Azevedo <allisson at gmail.com> 0.06-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jun 2007 18:54:32 -0000	1.1
+++ .cvsignore	25 Jun 2007 19:29:37 -0000	1.2
@@ -0,0 +1 @@
+Crypt-Simple-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jun 2007 18:54:32 -0000	1.1
+++ sources	25 Jun 2007 19:29:37 -0000	1.2
@@ -0,0 +1 @@
+cdea18a98593364855f27afcb8519ec0  Crypt-Simple-0.06.tar.gz




More information about the fedora-extras-commits mailing list