SPECS: perl-Object-Signature.spec (NEW) - initial revision

migo migo at pld-linux.org
Sat Apr 8 18:43:16 CEST 2006


Author: migo                         Date: Sat Apr  8 16:43:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision 

---- Files affected:
SPECS:
   perl-Object-Signature.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Object-Signature.spec
diff -u /dev/null SPECS/perl-Object-Signature.spec:1.1
--- /dev/null	Sat Apr  8 18:43:16 2006
+++ SPECS/perl-Object-Signature.spec	Sat Apr  8 18:43:11 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Object
+%define	pnam	Signature
+Summary:	Signature - Generate cryptographic signatures for objects
+#Summary(pl):	
+Name:		perl-Object-Signature
+Version:	1.03
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	f8445896df5a63f0afe2f2a7b1025bf7
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Object::Signature is an abstract base class that you can inherit from in
+order to allow your objects to generate unique cryptographic signatures.
+
+The method used to generate the signature is based on Storable and
+Digest::MD5. The object is fed to Storable::nfreeze to get a string,
+which is then passed to Digest::MD5::md5_hex to get a unique 32
+character hexidecimal signature.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Object/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/08 16:43:11  migo
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list