This commit is contained in:
parent
957eeaf4bd
commit
890f5ce901
13
sord.spec
13
sord.spec
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Utilities to work with RDF data
|
Summary: Utilities to work with RDF data
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://drobilla.net/software/sord/
|
URL: http://drobilla.net/software/sord/
|
||||||
Source0: http://download.drobilla.net/sord-%{version}.tar.bz2
|
Source0: http://download.drobilla.net/sord-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -48,9 +48,9 @@ http://drobilla.net/software/sord/
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libsord
|
Summary: Development files for libsord
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libsord-0-%{sover} = %{version}
|
||||||
Provides: libsord-0-devel = %{version}
|
Provides: libsord-0-devel = %{version}
|
||||||
Obsoletes: libsord-0-devel < %{version}
|
Obsoletes: libsord-0-devel < %{version}
|
||||||
Requires: libsord-0-%{sover} = %{version}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for libsord.
|
Development files for libsord.
|
||||||
@ -84,15 +84,16 @@ python3 ./waf test
|
|||||||
%files
|
%files
|
||||||
%attr(0755,root,root) %{_bindir}/sordi
|
%attr(0755,root,root) %{_bindir}/sordi
|
||||||
%attr(0755,root,root) %{_bindir}/sord_validate
|
%attr(0755,root,root) %{_bindir}/sord_validate
|
||||||
%{_mandir}/man1/sordi.1*
|
%{_mandir}/man1/sordi.1%{?ext_man}
|
||||||
%{_mandir}/man1/sord_validate.1*
|
%{_mandir}/man1/sord_validate.1%{?ext_man}
|
||||||
|
|
||||||
%files -n libsord-0-%{sover}
|
%files -n libsord-0-%{sover}
|
||||||
%doc AUTHORS COPYING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS NEWS README
|
||||||
%{_libdir}/libsord-0.so.%{sover}*
|
%{_libdir}/libsord-0.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_mandir}/man3/sord.3%{ext_man}
|
%{_mandir}/man3/sord.3%{?ext_man}
|
||||||
%{_libdir}/libsord-0.so
|
%{_libdir}/libsord-0.so
|
||||||
%{_includedir}/sord-0/
|
%{_includedir}/sord-0/
|
||||||
%{_libdir}/pkgconfig/sord-0.pc
|
%{_libdir}/pkgconfig/sord-0.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user