Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b750717007 |
3 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
||||||
/serd-0.20.0.tar.bz2
|
/serd-0.20.0.tar.bz2
|
||||||
/serd-0.22.0.tar.bz2
|
/serd-0.22.0.tar.bz2
|
||||||
/serd-0.26.0.tar.bz2
|
/serd-0.26.0.tar.bz2
|
||||||
|
/serd-0.28.0.tar.bz2
|
||||||
|
|
|
||||||
12
serd.spec
12
serd.spec
|
|
@ -1,8 +1,8 @@
|
||||||
%global maj 0
|
%global maj 0
|
||||||
|
|
||||||
Name: serd
|
Name: serd
|
||||||
Version: 0.26.0
|
Version: 0.28.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A lightweight C library for RDF syntax
|
Summary: A lightweight C library for RDF syntax
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
|
|
@ -13,6 +13,7 @@ BuildRequires: doxygen
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a lightweight C library for RDF syntax which supports reading and
|
%{name} is a lightweight C library for RDF syntax which supports reading and
|
||||||
|
|
@ -65,7 +66,8 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj}/html %{buildroot}%{_docdir}/%{name}/%{n
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS NEWS README.md
|
||||||
%doc %{_mandir}/man1/serdi.1*
|
%doc %{_mandir}/man1/serdi.1*
|
||||||
%{_libdir}/lib%{name}-%{maj}.so.*
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
||||||
%{_bindir}/serdi
|
%{_bindir}/serdi
|
||||||
|
|
@ -78,6 +80,10 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj}/html %{buildroot}%{_docdir}/%{name}/%{n
|
||||||
%{_includedir}/%{name}-%{maj}/
|
%{_includedir}/%{name}-%{maj}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2017 Guido Aulisi <guido.aulisi@gmail.com> - 0.28.0-1
|
||||||
|
- Update to 0.28.0
|
||||||
|
- Use license macro
|
||||||
|
|
||||||
* Tue Mar 21 2017 Guido Aulisi <guido.aulisi@gmail.com> - 0.26.0-2
|
* Tue Mar 21 2017 Guido Aulisi <guido.aulisi@gmail.com> - 0.26.0-2
|
||||||
- Fix unowned mid-level directory
|
- Fix unowned mid-level directory
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (serd-0.26.0.tar.bz2) = 749bf161d38cb8489f196ece2bf2b7c22e9113d05b38452592d92f9ffdec25d340e680e697e9531dab80d2ef04600690f9333208a4ef22307b8ed8e238d5c7b8
|
SHA512 (serd-0.28.0.tar.bz2) = b25cc70af17ff821812ab2a70c2812c1713ff811a0f18fb5d5c54f3b67e0c68293aabedfacd687afe6b7acdfd81602ef81764d7e11bc0d933de738bc6d4fce3e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue