[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/nspr/devel nspr.pc.in,1.1,1.2 nspr.spec,1.5,1.6
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/nspr/devel nspr.pc.in,1.1,1.2 nspr.spec,1.5,1.6
- Date: Fri, 15 Jul 2005 14:25:49 -0400
Author: caillon
Update of /cvs/dist/rpms/nspr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25267
Modified Files:
nspr.pc.in nspr.spec
Log Message:
* Fri Jul 15 2005 Christopher Aillon <caillon redhat com> 4.6-3
- Correct the CFLAGS reported by pkgconfig
Index: nspr.pc.in
===================================================================
RCS file: /cvs/dist/rpms/nspr/devel/nspr.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nspr.pc.in 18 Apr 2005 04:06:48 -0000 1.1
+++ nspr.pc.in 15 Jul 2005 18:25:46 -0000 1.2
@@ -7,6 +7,4 @@
Description: The Netscape Portable Runtime
Version: %MOZILLA_VERSION%
Libs: %FULL_NSPR_LIBS%
-Cflags: -I${includedir}/nspr
-
-
+Cflags: %FULL_NSPR_CFLAGS%
Index: nspr.spec
===================================================================
RCS file: /cvs/dist/rpms/nspr/devel/nspr.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nspr.spec 13 Jul 2005 01:17:21 -0000 1.5
+++ nspr.spec 15 Jul 2005 18:25:46 -0000 1.6
@@ -1,7 +1,7 @@
Summary: Netscape Portable Runtime
Name: nspr
Version: 4.6
-Release: 2
+Release: 3
License: MPL/GPL/LGPL
URL: http://www.mozilla.org/projects/nspr/
Group: System Environment/Libraries
@@ -65,7 +65,7 @@
-e "s,%%includedir%%,%{_includedir}/nspr4,g" \
-e "s,%%MOZILLA_VERSION%%,%{version},g" \
-e "s,%%FULL_NSPR_LIBS%%,$NSPR_LIBS,g" \
- -e "s,%%NSPR_CFLAGS%%,$NSPR_CFLAGS,g" > \
+ -e "s,%%FULL_NSPR_CFLAGS%%,$NSPR_CFLAGS,g" > \
$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nspr.pc
%{__mkdir_p} $RPM_BUILD_ROOT/%{_bindir}
@@ -107,6 +107,9 @@
%{_libdir}/libplds4.a
%changelog
+* Fri Jul 15 2005 Christopher Aillon <caillon redhat com> 4.6-3
+- Correct the CFLAGS reported by pkgconfig
+
* Tue Jul 12 2005 Christopher Aillon <caillon redhat com> 4.6-2
- Temporarily include the static libraries allowing nss and
its dependencies to build.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]