]> git.pld-linux.org Git - packages/liblrdf.git/blame - liblrdf.spec
- updated to 0.6.1
[packages/liblrdf.git] / liblrdf.spec
CommitLineData
7c75d964 1Summary: Library to manipulate RDF files describing LADSPA plugins
00eabb48 2Summary(pl.UTF-8): Biblioteka do przetwarzania plików RDF opisujących wtyczki LADSPA
10f8452c 3Name: liblrdf
847f64a6 4Version: 0.6.1
a891ecd7 5Release: 1
ef5fb145 6License: GPL v2+
10f8452c 7Group: Libraries
a891ecd7 8#Source0Download: https://github.com/swh/LRDF/releases
847f64a6
JB
9Source0: https://github.com/swh/LRDF/archive/v%{version}/%{name}-%{version}.tar.gz
10# Source0-md5: 8bb0ac7e8fe1a5a90083c89776bd3deb
d13b3176 11URL: http://sourceforge.net/projects/lrdf/
ef5fb145 12BuildRequires: autoconf >= 2.50
7b8c2120 13BuildRequires: automake
a891ecd7 14BuildRequires: libraptor2-devel >= 2.0.0
7b8c2120 15BuildRequires: libtool
0612d487 16BuildRequires: ladspa-devel
a891ecd7 17BuildRequires: openssl-devel
8e13657d 18BuildRequires: pkgconfig
6e24d63b 19Requires: ladspa-common
10f8452c
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
7c75d964
JB
23This is a library to make it easy to manipulate RDF files describing
24LADSPA plugins. It can also be used for general RDF manipulation. It
25can read RDF/XML and N3 files and export N3 files.
26
2eea1a51
JR
27%description -l pl.UTF-8
28Ta biblioteka powstała, aby ułatwić przetwarzanie plików RDF
29opisujących wtyczki LADSPA. Może być używana także do ogólnego
30przetwarzania RDF. Jest w stanie czytać pliki RDF/XML i N3 oraz
31eksportować do plików N3.
7c75d964
JB
32
33%package devel
34Summary: liblrdf header files
00eabb48 35Summary(pl.UTF-8): Pliki nagłówkowe liblrdf
7c75d964 36Group: Development/Libraries
195bc21f 37Requires: %{name} = %{version}-%{release}
a891ecd7 38Requires: libraptor2-devel >= 2.0.0
7c75d964
JB
39
40%description devel
41liblrdf library header files.
42
2eea1a51
JR
43%description devel -l pl.UTF-8
44Pliki nagłówkowe biblioteki liblrdf.
7c75d964
JB
45
46%package static
47Summary: Static liblrdf library
00eabb48 48Summary(pl.UTF-8): Statyczna biblioteka liblrdf
7c75d964 49Group: Development/Libraries
195bc21f 50Requires: %{name}-devel = %{version}-%{release}
7c75d964
JB
51
52%description static
53Static liblrdf library.
54
2eea1a51 55%description static -l pl.UTF-8
7c75d964 56Statyczna biblioteka liblrdf.
10f8452c
JB
57
58%prep
a891ecd7 59%setup -q -n LRDF-%{version}
10f8452c
JB
60
61%build
7b8c2120
JB
62%{__libtoolize}
63%{__aclocal}
64%{__autoconf}
65%{__autoheader}
66%{__automake}
10f8452c 67%configure
7c75d964 68
10f8452c
JB
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73
7c75d964
JB
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
10f8452c 76
12f1a21c
AF
77%{__rm} $RPM_BUILD_ROOT%{_libdir}/liblrdf.la
78
10f8452c
JB
79%clean
80rm -rf $RPM_BUILD_ROOT
81
7c75d964
JB
82%post -p /sbin/ldconfig
83%postun -p /sbin/ldconfig
84
10f8452c
JB
85%files
86%defattr(644,root,root,755)
7c75d964 87%doc AUTHORS ChangeLog README
ef5fb145
JB
88%attr(755,root,root) %{_libdir}/liblrdf.so.*.*.*
89%attr(755,root,root) %ghost %{_libdir}/liblrdf.so.2
7c75d964
JB
90%{_datadir}/ladspa/rdf/ladspa.rdfs
91
92%files devel
93%defattr(644,root,root,755)
ef5fb145 94%attr(755,root,root) %{_libdir}/liblrdf.so
ef5fb145
JB
95%{_includedir}/lrdf*.h
96%{_pkgconfigdir}/lrdf.pc
7c75d964
JB
97
98%files static
99%defattr(644,root,root,755)
ef5fb145 100%{_libdir}/liblrdf.a
This page took 0.048973 seconds and 5 git commands to generate.