rpms/rasqal/devel .cvsignore, 1.4, 1.5 rasqal.spec, 1.10, 1.11 sources, 1.4, 1.5

Rex Dieter rdieter at fedoraproject.org
Sun Jan 3 22:36:44 UTC 2010


Author: rdieter

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

Modified Files:
	.cvsignore rasqal.spec sources 
Log Message:
* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org. - 0.9.17-1
- rasqal-0.9.17



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rasqal/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	9 Feb 2008 03:39:00 -0000	1.4
+++ .cvsignore	3 Jan 2010 22:36:43 -0000	1.5
@@ -1 +1 @@
-rasqal-0.9.15.tar.gz
+rasqal-0.9.17.tar.gz


Index: rasqal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rasqal/devel/rasqal.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- rasqal.spec	27 Jul 2009 02:48:26 -0000	1.10
+++ rasqal.spec	3 Jan 2010 22:36:43 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           rasqal
-Version:        0.9.15
-Release:        6%{?dist}
+Version:        0.9.17
+Release:        1%{?dist}
 Summary:        RDF Query Library
 
 Group:          System Environment/Libraries
@@ -9,13 +9,14 @@ URL:            http://librdf.org/rasqal
 Source:         http://download.librdf.org/source/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       raptor >= 1.4.16
-BuildRequires:  raptor-devel >= 1.4.16
-BuildRequires:  gtk-doc
-BuildRequires:  pcre-devel
 BuildRequires:  libxml2-devel
+BuildRequires:  mpfr-devel
+BuildRequires:  pcre-devel
+BuildRequires:  raptor-devel >= 1.4.18
 # for the testsuite
-#BuildRequires:  perl(XML::DOM)
+BuildRequires:  perl(XML::DOM)
+
+#Requires: raptor >= 1.4.18
 
 %description
 Rasqal is a library providing full support for querying Resource
@@ -24,17 +25,16 @@ the queries, executing them and returnin
 handles the RDF Data Query Language (RDQL) and SPARQL Query language.
 
 %package        devel
-
 Summary:        Development files for the Rasqal RDF libraries
-
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       raptor-devel >= 1.4.16
+Requires:       gtk-doc
 Requires:       pkgconfig
-
+Requires:       raptor-devel
 %description    devel
 Libraries, includes etc to develop with the Rasqal RDF query language library.
 
+
 %prep
 %setup -q
 
@@ -50,47 +50,58 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{
 
 make %{?_smp_mflags}
 
-%check
-#make check
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
-install -d $RPM_BUILD_ROOT%{_mandir}/man3
+make install DESTDIR=$RPM_BUILD_ROOT
+
+# unpackaged files
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
-make DESTDIR=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
+
+%check
+%ifarch ppc64
+make -k check ||:
+%else
+make -k check
+%endif
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
 %doc LICENSE-2.0.txt NOTICE
 %doc *.html
 %{_bindir}/roqet
-%{_libdir}/librasqal.so.0*
+%{_libdir}/librasqal.so.2*
 %{_mandir}/man1/roqet.1*
-%{_mandir}/man3/librasqal.3*
 
 %files devel
 %defattr(-,root,root,-)
 %doc docs/README.html
-%{_libdir}/librasqal.so
-%{_includedir}/rasqal*
 %{_bindir}/rasqal-config
-%{_mandir}/man1/rasqal-config.1*
+%{_includedir}/rasqal/
+%{_libdir}/librasqal.so
 %{_libdir}/pkgconfig/rasqal.pc
+%{_mandir}/man1/rasqal-config.1*
+%{_mandir}/man3/librasqal.3*
 %{_datadir}/gtk-doc/html/rasqal/
 
+
 %changelog
+* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org. - 0.9.17-1
+- rasqal-0.9.17
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.15-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rasqal/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	9 Feb 2008 03:39:00 -0000	1.4
+++ sources	3 Jan 2010 22:36:43 -0000	1.5
@@ -1 +1 @@
-22aa82cd8953e2a870b6f183268a957f  rasqal-0.9.15.tar.gz
+ee65a1c55da27d95f50d1e667b98d1d0  rasqal-0.9.17.tar.gz




More information about the fedora-extras-commits mailing list