- silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR
This commit is contained in:
parent
0ee36c654b
commit
cfd2c9c755
@ -3,7 +3,7 @@
|
||||
|
||||
Name: uuid
|
||||
Version: 1.6.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Universally Unique Identifier library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -113,8 +113,8 @@ DCE development headers and libraries for OSSP uuid.
|
||||
export LIB_NAME=libossp-uuid.la
|
||||
export DCE_NAME=libossp-uuid_dce.la
|
||||
export CXX_NAME=libossp-uuid++.la
|
||||
export PHP_NAME=$RPM_SOURCE_DIR/php/modules/ossp-uuid.so
|
||||
export PGSQL_NAME=$RPM_SOURCE_DIR/pgsql/libossp-uuid.so
|
||||
export PHP_NAME=$(pwd)/php/modules/ossp-uuid.so
|
||||
export PGSQL_NAME=$(pwd)/pgsql/libossp-uuid.so
|
||||
%configure \
|
||||
--disable-static \
|
||||
--without-perl \
|
||||
@ -253,6 +253,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid_dce.so
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.1-9
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user