Accepting request 631386 from multimedia:libs
- Update to 0.30.0: * Update bundled waf to 2.0.9 * Fix various typos in comments * Various fixes in the testsuite OBS-URL: https://build.opensuse.org/request/show/631386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/serd?expand=0&rev=13
This commit is contained in:
commit
cad0ba065b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1df21a8874d256a9f3d51a18b8c6e2539e8092b62cc2674b110307e93f898aec
|
||||
size 371592
|
3
serd-0.30.0.tar.bz2
Normal file
3
serd-0.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6efb0efa5c2155e6bbac941cddeeabb7ed26d70a57d24178894ff169d8f6cefb
|
||||
size 386996
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 13:57:57 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Update to 0.30.0:
|
||||
* Update bundled waf to 2.0.9
|
||||
* Fix various typos in comments
|
||||
* Various fixes in the testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 09:12:15 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
13
serd.spec
13
serd.spec
@ -18,12 +18,12 @@
|
||||
|
||||
%define sover 0
|
||||
Name: serd
|
||||
Version: 0.28.0
|
||||
Version: 0.30.0
|
||||
Release: 0
|
||||
Summary: A lightweight C library for RDF syntax
|
||||
License: ISC
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://drobilla.net/software/serd/
|
||||
URL: http://drobilla.net/software/serd/
|
||||
Source0: http://download.drobilla.net/serd-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: doxygen
|
||||
@ -61,7 +61,7 @@ Development files for libserd.
|
||||
%prep
|
||||
%setup -q
|
||||
#Convert all file headers to python3
|
||||
for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
|
||||
for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
@ -87,16 +87,17 @@ rm -rf %{buildroot}%{_docdir}/serd-0/html
|
||||
|
||||
%files -n serdi
|
||||
%attr(0755,root,root) %{_bindir}/serdi
|
||||
%{_mandir}/man1/serdi.1*
|
||||
%{_mandir}/man1/serdi.1%{?ext_man}
|
||||
|
||||
%files -n libserd-0-%{sover}
|
||||
%doc AUTHORS COPYING NEWS README.md
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_libdir}/libserd-0.so.%{sover}*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libserd-0.so
|
||||
%{_includedir}/serd-0/
|
||||
%{_libdir}/pkgconfig/serd-0.pc
|
||||
%{_mandir}/man3/serd.3%{ext_man}
|
||||
%{_mandir}/man3/serd.3%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user