]> git.pld-linux.org Git - packages/perl-Data-UUID.git/commitdiff
- new
authorankry <ankry@pld-linux.org>
Sun, 23 Feb 2003 09:56:22 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Data-UUID.spec -> 1.1

perl-Data-UUID.spec [new file with mode: 0644]

diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec
new file mode 100644 (file)
index 0000000..50a89ed
--- /dev/null
@@ -0,0 +1,69 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Data
+%define                pnam    UUID
+Summary:       Data::UUID - Perl extension for generating GUIDs/UUIDs
+Summary(pl):   Data::UUID - rozszerzenie Perla do generacji GUID-ów/UUID-ów
+Name:          perl-Data-UUID
+Version:       0.08
+Release:       1
+License:       ?
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides a framework for generating UUIDs (Universally
+Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
+A UUID is 128 bits long, and is guaranteed to be different from all
+other UUIDs/GUIDs generated until 3400 A.D. UUIDs 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 UUIDs to provide unique identity for
+various software components.
+
+%description -l pl
+Modu³ Perla Data::UUID udostêpnia szkielet generacji UUID-ów
+(Universally Unique Identifiers - identyfikatorów unikalnych
+powszechnie), znanych tez jako GUID-y (Globally Unique Identifiers -
+identyfikatory unikalne globalnie). UUID-y s± 128-bitowe i
+gwarantowana jest ich unikalno¶æ w¶ród wszyskich innych UUID-ów/
+/GUID-ów wygenerowanych do roku 3400. UUID-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 UUID-y unikalnych
+identyfikatorach dla ró¿nych sk³adników oprogramowania opartych jest
+wiele ró¿nych technologii
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+# Don't use pipes here: they generally don't work. Apply a patch.
+perl Makefile.PL </dev/null
+%{__make} OPTIMIZE="%{rpmcflags}"
+
+%{!?_without_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_sitearch}/Data/UUID.pm
+%dir %{perl_sitearch}/auto/Data/UUID
+%{perl_sitearch}/auto/Data/UUID/UUID.bs
+%attr(755,root,root) %{perl_sitearch}/auto/Data/UUID/UUID.so
+%{_mandir}/man3/*
This page took 0.091603 seconds and 4 git commands to generate.