/[packages]/cauldron/python-rdflib/current/SPECS/python-rdflib.spec
ViewVC logotype

Contents of /cauldron/python-rdflib/current/SPECS/python-rdflib.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77534 - (show annotations) (download)
Fri Mar 25 23:13:17 2011 UTC (13 years ago) by dmorgan
File size: 1334 byte(s)
imported package python-rdflib
1 %define oname rdflib
2 #gw please don't upgrade to 3.0 as it is not API compatible
3 %define version 2.4.2
4 %define rel 3
5
6 Summary: Python library for working with RDF
7 Name: python-%{oname}
8 Version: %{version}
9 Release: %mkrel %rel
10 Source0: %{oname}-%{version}.tar.gz
11 License: BSD
12 Group: Development/Python
13 BuildRequires: python-setuptools
14 Url: http://rdflib.net/
15
16 %description
17 RDFLib is a Python library for working with RDF, a simple yet powerful
18 language for representing information.
19
20 The library contains parsers and serializers for RDF/XML, N3,
21 NTriples, Turtle, TriX and RDFa . The library presents a Graph
22 interface which can be backed by any one of a number of Store
23 implementations, including, Memory, MySQL, Redland, SQLite, Sleepycat
24 and SQLObject. If you have recently reported a bug marked as fixed,
25 or have a craving for the very latest, you may want the development
26 version instead: http://rdflib.googlecode.com/svn/trunk#egg=rdflib-dev
27
28 %files
29 %defattr(-,root,root)
30 %_bindir/rdfpipe
31 %py_platsitedir/%oname
32 %py_platsitedir/rdflib_tools
33 %py_platsitedir/*.egg-info
34 %exclude %py_platsitedir/test
35
36 #--------------------------------------------------------------------
37
38 %prep
39 %setup -q -n %{oname}-%{version}
40
41 %build
42 python setup.py build
43
44 %install
45 python setup.py install --root=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49

  ViewVC Help
Powered by ViewVC 1.1.30