Accepting request 591552 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/591552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyajl?expand=0&rev=21
This commit is contained in:
commit
f9fc998abb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 11:44:33 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
- Move other docu to -devel package where it better fits
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 26 13:12:49 UTC 2015 - mpluskal@suse.com
|
Sun Apr 26 13:12:49 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libyajl
|
# spec file for package libyajl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,12 +109,13 @@ make %{?_smp_mflags} test
|
|||||||
|
|
||||||
%files -n %{name}%{soname}
|
%files -n %{name}%{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README TODO
|
%license COPYING
|
||||||
%{_libdir}/libyajl.so.%{soname}
|
%{_libdir}/libyajl.so.%{soname}
|
||||||
%{_libdir}/libyajl.so.%{soname}.*
|
%{_libdir}/libyajl.so.%{soname}.*
|
||||||
|
|
||||||
%files -n %{name}-devel
|
%files -n %{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc README TODO
|
||||||
%{_includedir}/yajl
|
%{_includedir}/yajl
|
||||||
%{_libdir}/libyajl.so
|
%{_libdir}/libyajl.so
|
||||||
%{_datadir}/pkgconfig/yajl.pc
|
%{_datadir}/pkgconfig/yajl.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user