packages: ossp-uuid/ossp-uuid.spec - pl, unified
qboosh
qboosh at pld-linux.org
Sun May 16 10:33:58 CEST 2010
Author: qboosh Date: Sun May 16 08:33:58 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- pl, unified
---- Files affected:
packages/ossp-uuid:
ossp-uuid.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: packages/ossp-uuid/ossp-uuid.spec
diff -u packages/ossp-uuid/ossp-uuid.spec:1.15 packages/ossp-uuid/ossp-uuid.spec:1.16
--- packages/ossp-uuid/ossp-uuid.spec:1.15 Sun Mar 7 21:10:33 2010
+++ packages/ossp-uuid/ossp-uuid.spec Sun May 16 10:33:53 2010
@@ -3,20 +3,21 @@
# - fix bindings compilation (when library is not installed)
#
# Conditional build:
-%bcond_with php # build PHP binding
-%bcond_with perl # build Perl binding
-%bcond_with pgsql # build postgresql binding
+%bcond_with php # build PHP binding
+%bcond_with perl # build Perl binding
+%bcond_with pgsql # build postgresql binding
#
Summary: Universally Unique Identifier library
+Summary(pl.UTF-8): Biblioteka unikalnych identyfikatorów UUID
Name: ossp-uuid
Version: 1.6.2
Release: 7
License: MIT
Group: Libraries
-URL: http://www.ossp.org/pkg/lib/uuid/
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
# Source0-md5: 5db0d43a9022a6ebbbc25337ae28942f
Patch0: uuid-ossp-prefix.patch
+URL: http://www.ossp.org/pkg/lib/uuid/
BuildRequires: libtool
%{?with_php:BuildRequires: php-devel >= 3:5.0.0}
%{?with_pgsql:BuildRequires: postgresql-devel}
@@ -34,24 +35,45 @@
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
+%description -l pl.UTF-8
+OSSP uuid to interfejs programistyczny (API) ISO-C:1999 i
+odpowiadający mu interfejs linii poleceń (CLI) do generowania
+całkowicie unikalnych identyfikatorów UUID (Universally Unique
+Identifier) zgodnych z DCE 1.1, ISO/IEC 11578:1996 i RFC 4122.
+Obsługuje wariant DCE 1.1 UUID-ów w wersji 1 (oparty na czasie i
+węzłach), w wersji 3 (oparty na nazwie i MD5), w wersji 4 (oparty na
+liczbach losowych) oraz w wersji 5 (oparty na nazwach i SHA-1).
+Załączone są dodatkowe wiązania API do języków ISO-C++:1998, Perl:5
+oraz PHP:4/5. Istnieje też opcjonalna warstwa kompatybilności dla
+API ISO-C DCE-1.1 i perlowego Data::UUID.
+
%package devel
-Summary: Development support for Universally Unique Identifier library
+Summary: Development files for Universally Unique Identifier library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki OSSP uuid
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Development headers and libraries for OSSP uuid.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki OSSP uuid.
+
%package c++
Summary: C++ support for Universally Unique Identifier library
+Summary(pl.UTF-8): Wiązania C++ dla biblioteki OSSP uuid
Group: Libraries
Requires: %{name} = %{version}-%{release}
%description c++
-C++ libraries for OSSP uuid.
+C++ binding for OSSP uuid library.
+
+%description c++ -l pl.UTF-8
+Wiązania C++ dla biblioteki OSSP uuid.
%package c++-devel
Summary: C++ development support for Universally Unique Identifier library
+Summary(pl.UTF-8): Pliki programistyczne wiązania C++ biblioteki OSSP uuid
Group: Development/Libraries
Requires: %{name}-c++ = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
@@ -59,16 +81,24 @@
%description c++-devel
C++ development headers and libraries for OSSP uuid.
+%description c++-devel -l pl.UTF-8
+Pliki programistyczne wiązania C++ biblioteki OSSP uuid.
+
%package dce
Summary: DCE support for Universally Unique Identifier library
+Summary(pl.UTF-8): Obsługa DCE dla biblioteki OSSP uuid
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description dce
DCE OSSP uuid library.
+%description dce -l pl.UTF-8
+Biblioteka DCE OSSP uuid.
+
%package dce-devel
Summary: DCE development support for Universally Unique Identifier library
+Summary(pl.UTF-8): Pliki programistyczne obsługi DCE dla biblioteki OSSP uuid
Group: Development/Libraries
Requires: %{name}-dce = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
@@ -76,16 +106,24 @@
%description dce-devel
DCE development headers and libraries for OSSP uuid.
+%description dce-devel -l pl.UTF-8
+Pliki programistyczne obsługi DCE dla biblioteki OSSP uuid.
+
%package -n perl-uuid
Summary: OSSP uuid Perl Binding
+Summary(pl.UTF-8): Perlowe wiązania biblioteki OSSP uuid
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description -n perl-uuid
Perl OSSP uuid modules, which includes a Data::UUID replacement.
+%description -n perl-uuid -l pl.UTF-8
+Moduły Perla OSSP uuid, zawierające zamiennik Data::UUID.
+
%package -n php-uuid
Summary: PHP support for Universally Unique Identifier library
+Summary(pl.UTF-8): Wiązania PHP dla biblioteki OSSP UUID
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%{?requires_php_extension}
@@ -95,14 +133,22 @@
UUID is a PHP extension for the creation of Universally Unique
Identifiers (UUID).
+%description -n php-uuid -l pl.UTF-8
+UUID to rozrzeszenie PHP do tworzenia całkowicie unikalnych
+identyfikatorów UUID.
+
%package -n postgresql-uuid
Summary: OSSP uuid bindings for PostgreSQL
+Summary(pl.UTF-8): Wiązania OSSP uuid dla PostgreSQL-a
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description -n postgresql-uuid
PostgreSQL OSSP uuid module.
+%description -n postgresql-uuid -l pl.UTF-8
+Moduł OSSP uuid dla PostgreSQL-a.
+
%prep
%setup -q -n uuid-%{version}
%patch0 -p1
@@ -137,14 +183,14 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
-%post c++ -p /sbin/ldconfig
-%postun c++ -p /sbin/ldconfig
+%post c++ -p /sbin/ldconfig
+%postun c++ -p /sbin/ldconfig
-%post dce -p /sbin/ldconfig
-%postun dce -p /sbin/ldconfig
+%post dce -p /sbin/ldconfig
+%postun dce -p /sbin/ldconfig
%files
%defattr(644,root,root,755)
@@ -157,13 +203,13 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/uuid-config
+%attr(755,root,root) %{_libdir}/libossp-uuid.so
+%{_libdir}/libossp-uuid.la
%dir %{_includedir}/ossp-uuid
%{_includedir}/ossp-uuid/uuid.h
-%{_libdir}/libossp-uuid.so
%{_pkgconfigdir}/ossp-uuid.pc
-%{_mandir}/man3/ossp-uuid.3*
%{_mandir}/man1/uuid-config.1*
-%{_libdir}/libossp-uuid.la
+%{_mandir}/man3/ossp-uuid.3*
%files c++
%defattr(644,root,root,755)
@@ -172,9 +218,9 @@
%files c++-devel
%defattr(644,root,root,755)
-%{_includedir}/ossp-uuid/uuid++.hh
-%{_libdir}/libossp-uuid++.so
+%attr(755,root,root) %{_libdir}/libossp-uuid++.so
%{_libdir}/libossp-uuid++.la
+%{_includedir}/ossp-uuid/uuid++.hh
%{_mandir}/man3/uuid++.3*
%files dce
@@ -184,13 +230,14 @@
%files dce-devel
%defattr(644,root,root,755)
-%{_includedir}/ossp-uuid/uuid_dce.h
-%{_libdir}/libossp-uuid_dce.so
+%attr(755,root,root) %{_libdir}/libossp-uuid_dce.so
%{_libdir}/libossp-uuid_dce.la
+%{_includedir}/ossp-uuid/uuid_dce.h
%if %{with perl}
%files -n perl-uuid
%defattr(644,root,root,755)
+# XXX: FIXME
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Data*
%{perl_vendorarch}/OSSP*
@@ -201,14 +248,14 @@
%if %{with php}
%files -n php-uuid
%defattr(644,root,root,755)
-%{_libdir}/php/ossp-uuid.so
+%attr(755,root,root) %{_libdir}/php/ossp-uuid.so
%{_datadir}/php/uuid.php
%endif
%if %{with pgsql}
%files -n postgresql-uuid
%defattr(644,root,root,755)
-%{_libdir}/postgresql/ossp-uuid.so
+%attr(755,root,root) %{_libdir}/postgresql/ossp-uuid.so
%{_datadir}/postgresql/uuid.sql
%endif
@@ -218,6 +265,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2010/05/16 08:33:53 qboosh
+- pl, unified
+
Revision 1.15 2010/03/07 20:10:33 aredridel
- fix typo oosp-uuid to ossp-uuid
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ossp-uuid/ossp-uuid.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list