SPECS: perl-Data-GUID.spec (NEW) - initial, 0.043, rel 1, builds here

agaran agaran at pld-linux.org
Sun May 27 02:33:49 CEST 2007


Author: agaran                       Date: Sun May 27 00:33:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, 0.043, rel 1, builds here

---- Files affected:
SPECS:
   perl-Data-GUID.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Data-GUID.spec
diff -u /dev/null SPECS/perl-Data-GUID.spec:1.1
--- /dev/null	Sun May 27 02:33:49 2007
+++ SPECS/perl-Data-GUID.spec	Sun May 27 02:33:44 2007
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# Do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Data
+%define		pnam	GUID
+Summary:	Data::GUID - Perl extension for generating GUIDs
+Summary(pl):	Data::GUID - rozszerzenie Perla do generowania GUID-ów
+Name:		perl-Data-GUID
+Version:	0.043
+Release:	1
+License:	distributable
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	130afa8c397bfec6ac09d1125d3e0405
+#Patch0: %{name}-types.patch
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides a framework for generating GUIDs (Universally
+Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
+A GUID is 128 bits long, and is guaranteed to be different from all
+other GUIDs/GUIDs generated until 3400 A.D. GUIDs were originally used
+in the Network Computing System (NCS) and later in the Open Software
+Foundation's (OSF) Distributed Computing Environment. Currently many
+different technologies rely on GUIDs to provide unique identity for
+various software components.
+
+%description -l pl
+Modu³ Perla Data::GUID udostêpnia szkielet do generowania GUID-ów
+(Universally Unique Identifiers - identyfikatorów unikalnych
+powszechnie), znanych te¿ jako GUID-y (Globally Unique Identifiers -
+identyfikatory unikalne globalnie). GUID-y s± 128-bitowe i
+gwarantowana jest ich unikalno¶æ w¶ród wszyskich innych GUID-ów/
+/GUID-ów wygenerowanych do roku 3400. GUID-y pierwotnie by³y u¿ywane w
+Network Computing System (NCS), a pó¼niej w Rozproszonym ¦rodowisku
+Obliczeniowym (Distributed Computing Environment) Fundacji Open
+Software (OSF). Obecnie na zagwarantowanych przez GUID-y unikalnych
+identyfikatorach dla ró¿nych sk³adników oprogramowania opartych jest
+wiele ró¿nych technologii
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+#%patch0 -p1
+
+%build
+%{__perl} Makefile.PL </dev/null \
+	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}/Data/GUID.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  2007/05/27 00:33:44  agaran
+- initial, 0.043, rel 1, builds here
+
================================================================


More information about the pld-cvs-commit mailing list