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

Revision 1850, 4.0 KB checked in by inagaki, 14 years ago (diff)

rebuilt with rpm-4.8.1

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