rasqal-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. Name: rasqal
  2. Summary: Rasqal RDF Query Library
  3. Version: 0.9.20
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPL/Apache 2.0
  7. URL: http://librdf.org/rasqal/
  8. Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: raptor-devel >= 1.4.18
  11. BuildRequires: pcre-devel
  12. BuildRequires: libxml2-devel
  13. BuildRequires: mpfr-devel
  14. Requires: raptor >= 1.4.18
  15. %description
  16. Rasqal is a library providing full support for querying Resource
  17. Description Framework (RDF) including parsing query syntaxes, constructing
  18. the queries, executing them and returning result formats. It currently
  19. handles the RDF Data Query Language (RDQL) and SPARQL Query language.
  20. %package devel
  21. Summary: Libraries, includes etc to develop with the Rasqal RDF query library
  22. Group: Development/Libraries
  23. Requires: rasqal = %{version}-%{release}
  24. Requires: raptor-devel >= 1.4.18
  25. %description devel
  26. Libraries, includes etc to develop with the Rasqal RDF query language library.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-release --with-raptor=system --disable-static
  31. %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
  32. %install
  33. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  34. install -d $RPM_BUILD_ROOT%{_mandir}/man1
  35. install -d $RPM_BUILD_ROOT%{_mandir}/man3
  36. %makeinstall
  37. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  38. %clean
  39. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %files
  43. %defattr(-, root, root)
  44. %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
  45. %doc *.html
  46. %{_libdir}/librasqal*.so.*
  47. %{_bindir}/roqet
  48. %{_mandir}/man1/roqet.1*
  49. %{_mandir}/man3/librasqal.3*
  50. %files devel
  51. %defattr(-, root, root)
  52. %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
  53. %doc LICENSE-2.0.txt NOTICE
  54. %doc docs/README.html
  55. %doc %{_datadir}/gtk-doc/html
  56. %{_bindir}/rasqal-config
  57. %{_libdir}/librasqal*.so
  58. %{_libdir}/pkgconfig/rasqal.pc
  59. %{_includedir}/*
  60. %{_mandir}/man1/rasqal-config.1*
  61. %changelog
  62. * Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.20-1
  63. - new upstream release
  64. - rebuilt with rpm-4.8.1
  65. * Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.19-1
  66. - new upstream release
  67. * Sun Feb 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.17-1
  68. - new upstream release
  69. - built with new toolchain
  70. * Wed Aug 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.16-1
  71. - new upstream release
  72. * Sat Mar 29 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-1
  73. - fix release
  74. - drop .a
  75. * Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-0vl2
  76. - drop .la
  77. * Wed Dec 12 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.15-0vl1
  78. - new upstream release
  79. * Fri May 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.14-0vl1
  80. - initial release for VineSeed
  81. * Wed Aug 11 2005 Dave Beckett <dave.beckett@bristol.ac.uk>
  82. - Update Source:
  83. - Use %%makeinstall
  84. * Wed Aug 10 2005 Dave Beckett <dave.beckett@bristol.ac.uk>
  85. - Use %%configure.
  86. * Fri Jul 28 2005 Dave Beckett <dave.beckett@bristol.ac.uk>
  87. - Updated for gtk-doc locations
  88. * Fri Oct 22 2004 <Dave.Beckett@bristol.ac.uk>
  89. - License now LGPL/Apache 2
  90. - Added LICENSE-2.0.txt and NOTICE
  91. * Wed May 5 2004 <Dave.Beckett@bristol.ac.uk>
  92. - Ship roqet and roqet.1
  93. * Sat May 1 2004 <Dave.Beckett@bristol.ac.uk>
  94. - Requires raptor 1.3.0
  95. * Mon Feb 24 2004 <Dave.Beckett@bristol.ac.uk>
  96. - Requires raptor
  97. * Mon Aug 11 2003 <Dave.Beckett@bristol.ac.uk>
  98. - Initial packaging