raptor-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. Name: raptor
  2. Summary: Raptor RDF Parser Toolkit for Redland
  3. Version: 1.4.21
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPL/Apache 2
  7. URL: http://librdf.org/raptor/
  8. Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: libxml2-devel curl-devel libxslt-devel expat-devel
  11. BuildRequires: openldap-devel
  12. %description
  13. Raptor is the RDF Parser Toolkit for Redland that provides a set of
  14. Resource Description Framework (RDF) parsers and serializers,
  15. generating RDF triples from the following syntaxes: RDF/XML,
  16. N-Triples, Turtle, several XML RSS tag soup formats, Atom 0.3 and
  17. Atom 1.0 and serializing RDF triples to syntaxes: RDF/XML, RSS 1.0,
  18. Atom 1.0, N-Triples, Adobe XMP, Turtle and GraphViz DOT.
  19. %package devel
  20. Summary: Libraries, includes etc to develop with Raptor RDF parser library
  21. Group: Development/Libraries
  22. Requires: raptor = %{version}-%{release}
  23. %description devel
  24. Libraries, includes etc to develop with Raptor RDF parser and
  25. serializer library.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure --enable-release --disable-static
  30. %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
  31. %install
  32. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  33. install -d $RPM_BUILD_ROOT%{_mandir}/man1
  34. install -d $RPM_BUILD_ROOT%{_mandir}/man3
  35. %makeinstall
  36. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  37. %clean
  38. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-, root, root)
  43. %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
  44. %doc LICENSE-2.0.txt NOTICE
  45. %doc *.html
  46. %doc %{_datadir}/gtk-doc/html/raptor/*
  47. %{_libdir}/libraptor*.so.*
  48. %{_bindir}/rapper
  49. %{_mandir}/man1/rapper.1*
  50. %{_mandir}/man3/libraptor.3*
  51. %files devel
  52. %defattr(-, root, root)
  53. %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
  54. %doc LICENSE-2.0.txt NOTICE
  55. %{_bindir}/raptor-config
  56. %{_libdir}/libraptor*.so
  57. %{_libdir}/pkgconfig/raptor.pc
  58. %{_includedir}/*
  59. %{_mandir}/man1/raptor-config.1*
  60. %changelog
  61. * Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.21-2
  62. - rebuilt with rpm-4.8.1
  63. * Sun Feb 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.21-1
  64. - new upstream release
  65. - built with new toolchain
  66. * Thu Aug 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.19-1
  67. - new upstream release
  68. * Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.18-2
  69. - rebuild with openldap-2.4.11
  70. - add BR: openldap-devel
  71. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.18-1
  72. - new upstream release
  73. * Sat Mar 29 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.16-1
  74. - fix release
  75. - drop .a
  76. * Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.16-0vl2
  77. - drop .la
  78. * Fri Oct 11 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.16-0vl1
  79. - new upstream release
  80. - add BuildPrereq: expat-devel
  81. * Fri May 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.15-0vl1
  82. - initial release for VineSeed
  83. * Fri Jan 5 2007 Dave Beckett <dave@dajobe.org>
  84. - Document Turtle and DOT serializers
  85. * Wed Feb 15 2006 Dave Beckett <dave@dajobe.org>
  86. - Add libxslt and libxslt-devel for GRDDL
  87. * Wed Dec 20 2005 Dave Beckett <dave@dajobe.org>
  88. - Update description of parsers and serializers.
  89. * Wed Nov 9 2005 Dave Beckett <dave@dajobe.org>
  90. - Add gtk-doc documentation
  91. * Wed Aug 11 2005 Dave Beckett <dave.beckett@bristol.ac.uk>
  92. - Update Source:
  93. - Use %makeinstall
  94. * Wed Aug 10 2005 Dave Beckett <dave.beckett@bristol.ac.uk>
  95. - Use %configure and %{_make}
  96. * Thu Sep 9 2004 Dave Beckett <Dave.Beckett@bristol.ac.uk>
  97. - License now LGPL/Apache 2
  98. - Added LICENSE-2.0.txt and NOTICE
  99. * Tue May 11 2004 Dave Beckett <Dave.Beckett@bristol.ac.uk>
  100. - Added RELEASE.html
  101. * Thu Apr 17 2003 Dave Beckett <Dave.Beckett@bristol.ac.uk>
  102. - Added pkgconfig raptor.pc, raptor-config
  103. - Requires curl
  104. * Mon Jan 13 2003 Dave Beckett <Dave.Beckett@bristol.ac.uk>
  105. - rdfdump now rapper
  106. * Fri Dec 20 2002 Dave Beckett <Dave.Beckett@bristol.ac.uk>
  107. - Updated to have two RPMs for raptor and raptor-devel. Depend on
  108. libxml2 as XML parser.