]> git.pld-linux.org Git - packages/liblrdf.git/blob - liblrdf.spec
ab8782895de77bfdc7a56596cbc2fafab1601603
[packages/liblrdf.git] / liblrdf.spec
1 Summary:        Library to manipulate RDF files describing LADSPA plugins
2 Summary(pl):    Biblioteka do przetwarzania plików RDF opisuj±cych wtyczki LADSPA
3 Name:           liblrdf
4 Version:        0.3.7
5 Release:        2
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://plugin.org.uk/lrdf/%{name}-%{version}.tar.gz
9 # Source0-md5:  8980f8f2fcef60591b7571bdc8cd0763
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libraptor-devel >= 0.9.11
13 BuildRequires:  libtool
14 BuildRequires:  ladspa-devel
15 BuildRequires:  pkgconfig
16 Requires:       ladspa-common
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a library to make it easy to manipulate RDF files describing
21 LADSPA plugins. It can also be used for general RDF manipulation. It
22 can read RDF/XML and N3 files and export N3 files.
23
24 %description -l pl
25 Ta biblioteka powsta³a, aby u³atwiæ przetwarzanie plików RDF
26 opisuj±cych wtyczki LADSPA. Mo¿e byæ u¿ywana tak¿e do ogólnego
27 przetwarzania RDF. Jest w stanie czytaæ pliki RDF/XML i N3 oraz
28 eksportowaæ do plików N3.
29
30 %package devel
31 Summary:        liblrdf header files
32 Summary(pl):    Pliki nag³ówkowe liblrdf
33 Group:          Development/Libraries
34 Requires:       %{name} = %{version}-%{release}
35 Requires:       libraptor-devel >= 0.9.11
36
37 %description devel
38 liblrdf library header files.
39
40 %description devel -l pl
41 Pliki nag³ówkowe biblioteki liblrdf.
42
43 %package static
44 Summary:        Static liblrdf library
45 Summary(pl):    Statyczna biblioteka liblrdf
46 Group:          Development/Libraries
47 Requires:       %{name}-devel = %{version}-%{release}
48
49 %description static
50 Static liblrdf library.
51
52 %description static -l pl
53 Statyczna biblioteka liblrdf.
54
55 %prep
56 %setup -q
57
58 %build
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post   -p /sbin/ldconfig
78 %postun -p /sbin/ldconfig
79
80 %files
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog README
83 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
84 %{_datadir}/ladspa/rdf/ladspa.rdfs
85
86 %files devel
87 %defattr(644,root,root,755)
88 %attr(755,root,root) %{_libdir}/lib*.so
89 %{_libdir}/lib*.la
90 %{_includedir}/*.h
91 %{_pkgconfigdir}/*.pc
92
93 %files static
94 %defattr(644,root,root,755)
95 %{_libdir}/lib*.a
This page took 0.03195 seconds and 3 git commands to generate.