new perl
This commit is contained in:
parent
ff78d000b3
commit
af65830d5b
@ -1 +1 @@
|
||||
uuid-1.6.0.tar.gz
|
||||
uuid-1.6.1.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
752cae29ed7d7460a6ab770e850bcb5d uuid-1.6.0.tar.gz
|
||||
18c8875411da07fe4503fdfc2136bf46 uuid-1.6.1.tar.gz
|
||||
|
||||
15
uuid.spec
15
uuid.spec
@ -1,14 +1,14 @@
|
||||
Name: uuid
|
||||
Version: 1.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Universally Unique Identifier library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.ossp.org/pkg/lib/uuid/
|
||||
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
|
||||
Patch0: ossp-uuid.patch
|
||||
Patch0: uuid-1.6.1-ossp.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: /usr/bin/libtool
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
OSSP uuid is a ISO-C:1999 application programming interface (API)
|
||||
@ -61,7 +61,7 @@ Perl OSSP uuid modules, which includes a Data::UUID replacement.
|
||||
%package php
|
||||
Summary: PHP support for Universally Unique Identifier library
|
||||
Group: Development/Libraries
|
||||
BuildRequires: /usr/bin/phpize
|
||||
BuildRequires: php-devel
|
||||
Requires: %{_libdir}/php/modules
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -71,7 +71,7 @@ PHP OSSP uuid module.
|
||||
%package pgsql
|
||||
Summary: PostgreSQL support for Universally Unique Identifier library
|
||||
Group: Development/Libraries
|
||||
BuildRequires: /usr/bin/pg_config
|
||||
BuildRequires: postgresql-devel
|
||||
Requires: %{_libdir}/pgsql
|
||||
Requires: %{_datadir}/pgsql
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid_dce.so
|
||||
|
||||
%changelog
|
||||
* Thu Mar 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.1-1
|
||||
- 1.6.1
|
||||
|
||||
* Thu Mar 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.0-4
|
||||
- rebuild for new perl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user