source: projects/specs/trunk/r/raptor/raptor-vl.spec @ 521

Revision 521, 4.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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