SPECS: uriparser.spec - proper pkgconfig package name

qboosh qboosh at pld-linux.org
Fri Apr 3 17:13:56 CEST 2009


Author: qboosh                       Date: Fri Apr  3 15:13:56 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper pkgconfig package name

---- Files affected:
SPECS:
   uriparser.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/uriparser.spec
diff -u SPECS/uriparser.spec:1.19 SPECS/uriparser.spec:1.20
--- SPECS/uriparser.spec:1.19	Mon Mar  9 11:17:20 2009
+++ SPECS/uriparser.spec	Fri Apr  3 17:13:51 2009
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+#
 # Conditional build
 %bcond_without  tests	# disable 'make check'
 #
@@ -19,7 +20,7 @@
 BuildRequires:	graphviz-devel
 BuildRequires:	libtool
 BuildRequires:	lzma >= 1:4.42
-BuildRequires:	pkg-config >= 0.9.0
+BuildRequires:	pkgconfig >= 0.9.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -58,6 +59,7 @@
 %setup -q -c -T
 lzma -dc %{SOURCE0} | tar xf - -C ..
 
+%build
 # configure first in doc, in order to create regular Doxyfile
 cd doc
 %{__libtoolize}
@@ -65,8 +67,7 @@
 %{__automake}
 %{__autoconf}
 %configure
-
-%build
+cd ..
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
@@ -111,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2009/04/03 15:13:51  qboosh
+- proper pkgconfig package name
+
 Revision 1.19  2009/03/09 10:17:20  lisu
 - .pc goes to pkgconfigdir
 - BR: pkg-config always required
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uriparser.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list