rpms/xqilla/devel xqilla.spec,1.17,1.18

Jonathan Robie jonathanrobie at fedoraproject.org
Sat Feb 6 15:28:17 UTC 2010


Author: jonathanrobie

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

Modified Files:
	xqilla.spec 
Log Message:
Adding libxqilla.a, xqc.h



Index: xqilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqilla/devel/xqilla.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- xqilla.spec	5 Feb 2010 23:53:01 -0000	1.17
+++ xqilla.spec	6 Feb 2010 15:28:17 -0000	1.18
@@ -2,7 +2,7 @@ Name: xqilla
 Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C
 Group: System Environment/Libraries
 Version: 2.2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: ASL 2.0
 URL: http://xqilla.sourceforge.net/HomePage
 Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz
@@ -78,7 +78,9 @@ rm -rf %{buildroot}
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libxqilla.so
+%{_libdir}/libxqilla.a
 %{_includedir}/xqilla
+%{_includedir}/xqc.h
 
 %files doc
 %defattr(-,root,root,-)



More information about the scm-commits mailing list