source: projects/specs/trunk/r/rasqal/rasqal-vl.spec @ 8945

Revision 8945, 4.4 KB checked in by inagaki, 10 years ago (diff)

2014-09-12 Ryoichi INAGAKI <ryo1@…>

  • libiodbc, pcre, raptor2, rasqal: updated


RevLine 
[1850]1Name:      rasqal
[4620]2Summary:   RDF Query Library
[8945]3Version:   0.9.32
[5162]4Release:   1%{?_dist_release}
[1850]5
6Group:     System Environment/Libraries
[4620]7License:   LGPLv2+ or ASL 2.0
[1850]8URL:       http://librdf.org/rasqal/
9
[521]10Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
[1850]11
[521]12BuildRoot: %{_tmppath}/%{name}-%{version}-root
[575]13BuildRequires: libxml2-devel
14BuildRequires: mpfr-devel
[8945]15BuildRequires: libuuid-devel
16BuildRequires: libgcrypt-devel
17BuildRequires: raptor2-devel >= 2.0.7
[521]18
19%description
[8945]20Rasqal is a free software / Open Source C library that handles Resource
21Description Framework (RDF) query language syntaxes, query construction
22and execution of queries returning results as bindings, boolean, RDF
23graphs/triples or syntaxes. The supported query languages are SPARQL
24Query 1.0, SPARQL Query 1.1, SPARQL Update 1.1 (no executing) and the
25Experimental SPARQL extensions (LAQRS). Rasqal can write binding query
26results in the SPARQL XML, SPARQL JSON, CSV, TSV, HTML, ASCII tables,
27RDF/XML and Turtle / N3 and read them in SPARQL XML, CSV, TSV, RDF/XML
28and Turtle / N3.
[521]29
[8945]30
[521]31%package devel
32Summary: Libraries, includes etc to develop with the Rasqal RDF query library
33Group: Development/Libraries
[4620]34Requires: %{name} = %{version}-%{release}
[8945]35Requires: raptor2-devel >= 2.0.7
[521]36
37%description devel
38Libraries, includes etc to develop with the Rasqal RDF query language library.
39
40%prep
41%setup -q
42
[4620]43# hack to nuke rpaths
44%if "%{_libdir}" != "/usr/lib"
45sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
46%endif
47
[521]48%build
[4620]49%configure --enable-release --enable-silent-rules --disable-static
[521]50
[4620]51make %{?_smp_mflags}
[521]52
53%install
54[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
55
[4620]56make install DESTDIR=$RPM_BUILD_ROOT
[521]57
[4620]58# unpackaged files
[521]59rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
60
[4620]61%check
62if [ -x %{_bindir}/rapper ]; then
63%ifarch ppc64 s390x
64make -k check ||:
65%else
66make -k check
67%endif
68else
69echo "WARNING: %{_bindir}/rapper not present in buildroot, 'make check' skipped"
70fi
71
[521]72%clean
73[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
74
75%post -p /sbin/ldconfig
76
77%postun -p /sbin/ldconfig
78
79%files
80%defattr(-, root, root)
81%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
[4620]82%doc LICENSE-2.0.txt NOTICE
[521]83%doc *.html
84%{_libdir}/librasqal*.so.*
85%{_bindir}/roqet
86%{_mandir}/man1/roqet.1*
87%{_mandir}/man3/librasqal.3*
88
89%files devel
90%defattr(-, root, root)
91%doc docs/README.html
92%{_bindir}/rasqal-config
93%{_libdir}/librasqal*.so
94%{_libdir}/pkgconfig/rasqal.pc
95%{_includedir}/*
96%{_mandir}/man1/rasqal-config.1*
[4620]97%doc %{_datadir}/gtk-doc/html
[521]98
99
100%changelog
[8945]101* Fri Sep 12 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.32-1
102- new upstream release
103
[7712]104* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.30-1
105- new upstream release
106
[6655]107* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.29-1
108- new upstream release
109
[5162]110* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.28-1
111- new upstream release
112
[5106]113* Fri Nov 04 2011 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.26-2
114- rebuilt with mpfr-3.1.0
115
[4620]116* Thu Aug 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.26-1
117- new upstream release
118
[1850]119* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.20-1
120- new upstream release
121- rebuilt with rpm-4.8.1
122
[575]123* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.19-1
124- new upstream release
125
[7712]126* Sat Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.17-1
[521]127- new upstream release
128- built with new toolchain
129
130* Wed Aug 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.16-1
131- new upstream release
132
133* Sat Mar 29 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-1
134- fix release
135- drop .a
136
137* Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-0vl2
138- drop .la
139
140* Wed Dec 12 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-0vl1
141- new upstream release
142
143* Fri May 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.14-0vl1
144- initial release for VineSeed
145
[7712]146* Thu Aug 11 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
[521]147- Update Source:
148- Use %%makeinstall
149
150* Wed Aug 10 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
151- Use %%configure.
152
[7712]153* Thu Jul 28 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
[521]154- Updated for gtk-doc locations
155
156* Fri Oct 22 2004 <Dave.Beckett@bristol.ac.uk>
157- License now LGPL/Apache 2
158- Added LICENSE-2.0.txt and NOTICE
159
160* Wed May 5 2004 <Dave.Beckett@bristol.ac.uk>
161- Ship roqet and roqet.1
162
163* Sat May 1 2004 <Dave.Beckett@bristol.ac.uk>
164- Requires raptor 1.3.0
165
[7712]166* Tue Feb 24 2004 <Dave.Beckett@bristol.ac.uk>
[521]167- Requires raptor
168
169* Mon Aug 11 2003 <Dave.Beckett@bristol.ac.uk>
170- Initial packaging
Note: See TracBrowser for help on using the repository browser.