packages: serd/serd.spec (NEW)=?UTF-8?Q?=20?=- new

qboosh qboosh at pld-linux.org
Fri Jun 15 15:09:00 CEST 2012


Author: qboosh                       Date: Fri Jun 15 13:09:00 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/serd:
   serd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/serd/serd.spec
diff -u /dev/null packages/serd/serd.spec:1.1
--- /dev/null	Fri Jun 15 15:09:00 2012
+++ packages/serd/serd.spec	Fri Jun 15 15:08:55 2012
@@ -0,0 +1,93 @@
+# $Revision$, $Date$
+Summary:	Lightweight C library for RDF syntax
+Summary(pl.UTF-8):	Lekka biblioteka C do składni RDF
+Name:		serd
+Version:	0.14.0
+Release:	1
+License:	ISC
+Group:		Libraries
+Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
+# Source0-md5:	405b11ee92f3f19ce4a757ba34953886
+URL:		http://drobilla.net/software/serd/
+BuildRequires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Serd is a lightweight C library for RDF syntax which supports reading
+and writing Turtle and NTriples.
+
+Serd is not intended to be a swiss-army knife of RDF syntax, but
+rather is suited to resource limited or performance critical
+applications (e.g. converting many gigabytes of NTriples to Turtle),
+or situations where a simple reader/writer with minimal dependencies
+is ideal (e.g. in LV2 implementations or embedded applications).
+
+%description -l pl.UTF-8
+Serd to lekka biblioteka C do obsługi składni RDF, obsługująca odczyt
+i zapis formatów Turtle i NTriples.
+
+Serd nie ma na celu obsługi wszystkich aspektów składni RDF, jest
+przeznaczony raczej do zastosowań z ograniczonymi zasobami lub
+krytycznych pod względem wydajności (np. konwersji wielu gigabajtów z
+formatu NTriples do Turtle), albo w sytuacjach, gdzie ideałem jest
+prosty program czytający/zapisujący o minimalnych zależnościach (np. w
+implementacjach LV2 lub środowiskach wbudowanych).
+
+%package devel
+Summary:	Header files for serd library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki serd
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for serd library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki serd.
+
+%prep
+%setup -q
+
+%build
+CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
+./waf configure \
+	--prefix=%{_prefix} \
+	--libdir=%{_libdir}
+
+./waf -v
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./waf install \
+	--destdir=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
+%attr(755,root,root) %{_bindir}/serdi
+%attr(755,root,root) %{_libdir}/libserd-0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libserd-0.so.0
+%{_mandir}/man1/serdi.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libserd-0.so
+%{_includedir}/serd-0
+%{_pkgconfigdir}/serd-0.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/15 13:08:55  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list