rpms/uuid/devel uuid.spec,1.18,1.19

Štěpán Kasal kasal at fedoraproject.org
Mon Feb 1 16:39:13 UTC 2010


Author: kasal

Update of /cvs/pkgs/rpms/uuid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31073

Modified Files:
	uuid.spec 
Log Message:
- silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR


Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- uuid.spec	7 Dec 2009 00:53:32 -0000	1.18
+++ uuid.spec	1 Feb 2010 16:39:12 -0000	1.19
@@ -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 fo
 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 at 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 at redhat.com> - 1.6.1-9
 - rebuild against perl 5.10.1
 



More information about the scm-commits mailing list