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

Revision 7712, 4.1 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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