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

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

---- Diffs:

================================================================
Index: packages/sord/sord.spec
diff -u /dev/null packages/sord/sord.spec:1.1
--- /dev/null   Fri Jun 15 15:23:29 2012
+++ packages/sord/sord.spec     Fri Jun 15 15:23:23 2012
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+Summary:       Lightweight C library for storing RDF data in memory
+Summary(pl.UTF-8):     Lekka biblioteka C do przechowywania danych RDF w 
pamięci
+Name:          sord
+Version:       0.8.0
+Release:       1
+License:       ISC
+Group:         Libraries
+Source0:       http://download.drobilla.net/%{name}-%{version}.tar.bz2
+# Source0-md5: 62be6a2cd6e9bc2933d1297afeacda30
+URL:           http://drobilla.net/software/sord/
+BuildRequires: libstdc++-devel
+BuildRequires: pcre-devel
+BuildRequires: python
+BuildRequires: serd-devel >= 0.14.0
+Requires:      serd >= 0.14.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sord is a lightweight C library for storing RDF data in memory.
+
+%description -l pl.UTF-8
+Sort to lekka biblioteka C do przechowywania danych RDF w pamięci.
+
+%package devel
+Summary:       Header files for sord library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki sord
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      serd-devel >= 0.14.0
+
+%description devel
+Header files for sord library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki sord.
+
+%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}/sord_validate
+%attr(755,root,root) %{_bindir}/sordi
+%attr(755,root,root) %{_libdir}/libsord-0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsord-0.so.0
+%{_mandir}/man1/sordi.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsord-0.so
+%{_includedir}/sord-0
+%{_pkgconfigdir}/sord-0.pc
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/15 13:23:23  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to