From cfd2c9c755a52fa196186cccb0bb5da1123a465f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 1 Feb 2010 16:39:12 +0000 Subject: [PATCH] - silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR --- uuid.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/uuid.spec b/uuid.spec index 5566d26..5c9e7c8 100644 --- a/uuid.spec +++ b/uuid.spec @@ -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 - 1.6.1-10 +- silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR + * Mon Dec 7 2009 Stepan Kasal - 1.6.1-9 - rebuild against perl 5.10.1