- updated to 1.6.2
- uuid-config man page moved to sub-package containing uuid-config
(#562838)
This commit is contained in:
parent
cfd2c9c755
commit
87e9335441
@ -1 +1 @@
|
||||
uuid-1.6.1.tar.gz
|
||||
uuid-1.6.2.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
18c8875411da07fe4503fdfc2136bf46 uuid-1.6.1.tar.gz
|
||||
5db0d43a9022a6ebbbc25337ae28942f uuid-1.6.2.tar.gz
|
||||
|
||||
12
uuid.spec
12
uuid.spec
@ -2,8 +2,8 @@
|
||||
%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
|
||||
|
||||
Name: uuid
|
||||
Version: 1.6.1
|
||||
Release: 10%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Universally Unique Identifier library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -80,7 +80,7 @@ PHP OSSP uuid module.
|
||||
Summary: PostgreSQL support for Universally Unique Identifier library
|
||||
Group: Development/Libraries
|
||||
BuildRequires: postgresql-devel
|
||||
Requires: %{_libdir}/pgsql
|
||||
Requires: postgresql%{_isa}
|
||||
Requires: %{_datadir}/pgsql
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -206,6 +206,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/uuid
|
||||
%{_libdir}/libossp-uuid.so.*
|
||||
%{_mandir}/man1/*
|
||||
%exclude %{_mandir}/man1/uuid-config.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -214,6 +215,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid.so
|
||||
%{_libdir}/pkgconfig/ossp-uuid.pc
|
||||
%{_mandir}/man3/ossp-uuid.3*
|
||||
%{_mandir}/man1/uuid-config.*
|
||||
|
||||
%files c++
|
||||
%defattr(-,root,root,-)
|
||||
@ -253,6 +255,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid_dce.so
|
||||
|
||||
%changelog
|
||||
* Wed Apr 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-1
|
||||
- updated to 1.6.2
|
||||
- uuid-config man page moved to sub-package containing uuid-config (#562838)
|
||||
|
||||
* Mon Feb 1 2010 Stepan Kasal <skasal@redhat.com> - 1.6.1-10
|
||||
- silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user