X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ossp-uuid.spec;h=def90e1a3201799c23e8789d9981fe4391eef7a7;hb=3e06c85ad9f5d60731848b8bffe24e96b0129013;hp=9d9e8ea16d7c9dd65a224cd7b0c0ad15aeaa4e0e;hpb=dd7d26211955ea72606df24d1c127b21edc2e99a;p=packages%2Fossp-uuid.git diff --git a/ossp-uuid.spec b/ossp-uuid.spec index 9d9e8ea..def90e1 100644 --- a/ossp-uuid.spec +++ b/ossp-uuid.spec @@ -10,7 +10,7 @@ Summary: Universally Unique Identifier library Summary(pl.UTF-8): Biblioteka unikalnych identyfikatorów UUID Name: ossp-uuid Version: 1.6.2 -Release: 22 +Release: 30 License: MIT Group: Libraries Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz @@ -197,6 +197,11 @@ Moduł OSSP uuid dla PostgreSQL-a. %patch1 -p1 %build +%if %{with php} +cd php +%{__libtoolize} +cd .. +%endif # Build the library. %configure \ --includedir=%{_includedir}/ossp-uuid \ @@ -228,7 +233,6 @@ ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libossp-uuid.so.*.*) $RPM_BUI rm $RPM_BUILD_ROOT%{perl_vendorarch}/OSSP/uuid.pod rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/OSSP/uuid/.packlist -rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/OSSP/uuid/uuid.bs %endif %if %{with php}