Mailinglist Archive: opensuse-commit (1066 mails)

< Previous Next >
commit perl-Crypt-Blowfish for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 01 Dec 2010 02:11:36 +0100
  • Message-id: <20101201011136.DC68C202AA@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Crypt-Blowfish for
openSUSE:Factory
checked in at Wed Dec 1 02:11:36 CET 2010.



--------
--- perl-Crypt-Blowfish/perl-Crypt-Blowfish.changes 2010-10-19
10:45:40.000000000 +0200
+++ perl-Crypt-Blowfish/perl-Crypt-Blowfish.changes 2010-11-24
21:01:38.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov 24 19:58:49 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- recreated by cpanspec 1.78
+ o fix deps
+- removed old Obsoletes/Provides perl_bf
+- removed old Conflicts perl_cpx perl-Cryptix
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Crypt-Blowfish.spec ++++++
--- /var/tmp/diff_new_pack.HKMedG/_old 2010-11-26 17:52:27.000000000 +0100
+++ /var/tmp/diff_new_pack.HKMedG/_new 2010-11-26 17:52:27.000000000 +0100
@@ -19,53 +19,74 @@


Name: perl-Crypt-Blowfish
+%define cpan_name Crypt-Blowfish
+Summary: Perl Blowfish encryption module
Version: 2.12
-Release: 4
-Provides: perl_bf
-Obsoletes: perl_bf
-Conflicts: perl_cpx perl-Cryptix
-Requires: perl = %{perl_version}
-AutoReqProv: on
-Group: Development/Libraries/Perl
+Release: 5
License: BSD3c
-Url: http://cpan.org/modules/by-module/Crypt/
-Summary: Blowfish encryption for Perl
-Source: Crypt-Blowfish-%{version}.tar.bz2
+Group: Development/Libraries/Perl
+Url: http://search.cpan.org/dist/Crypt-Blowfish/
+#Source:
http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.12.tar.gz
+Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
+%if 0%{?suse_version} < 1120
+BuildRequires: perl-macros
+%endif
+BuildRequires: perl(Crypt::CBC) >= 1.22
+#
+Requires: perl = %{perl_version}
+Recommends: perl(Crypt::CBC) >= 1.22

%description
-Blowfish Algorithm as a Perl module.
-
-
+Blowfish is capable of strong encryption and can use key sizes up to 56
+bytes (a 448 bit key). You're encouraged to take advantage of the full key
+size to ensure the strongest encryption possible from this module.
+
+Crypt::Blowfish has the following methods:
+
+ blocksize()
+ keysize()
+ encrypt()
+ decrypt()

Authors:
--------
- ug@xxxxxxx
+ Original algorithm, Bruce Shneier. Original implementation, A.M. Kuchling.
+ Original Perl implementation, Systemics Ltd. Current maintenance by
+ W3Works, LLC.
+ Current revision and maintainer: Dave Paris <amused@xxxxxxxxx>

%prep
-%setup -n Crypt-Blowfish-%{version} -q
+%setup -q -n %{cpan_name}-%{version}

%build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make} %{?_smp_mflags}

%check
-make test
+%{__make} test

%install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
+### since 11.4 perl_process_packlist
+### removes .packlist, perllocal.pod files
+%if 0%{?suse_version} > 1130
%perl_process_packlist
+%else
+# do not perl_process_packlist
+# remove .packlist file
+%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Crypt/Blowfish/.packlist
+# remove perllocal.pod file
+%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
+%endif
+%perl_gen_filelist

%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT

-%files
-%defattr(-,root,root)
-%doc COPYRIGHT Changes README
-%doc %{_mandir}/man?/*
-%{perl_vendorarch}/Crypt
-%{perl_vendorarch}/auto/Crypt
-/var/adm/perl-modules/%{name}
+%files -f %{name}.files
+%defattr(-,root,root,-)
+%doc Changes COPYRIGHT README

%changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread