Accepting request 1001378 from home:iznogood:branches:multimedia:libs
- Add baselibs.conf OBS-URL: https://build.opensuse.org/request/show/1001378 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmicrodns?expand=0&rev=3
This commit is contained in:
parent
128d9477bb
commit
b94f444576
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libmicrodns1
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 08:06:15 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 10:30:24 UTC 2022 - bjorn.lie@gmail.com
|
Mon Aug 29 10:30:24 UTC 2022 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ Summary: Minimal mDNS resolver library
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/videolabs/libmicrodns
|
URL: https://github.com/videolabs/libmicrodns
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
Source99: baselibs.conf
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
@ -33,7 +34,7 @@ Minimal mDNS resolver (and announcer) library.
|
|||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Shared library files for %{name}
|
Summary: Shared library files for %{name}
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
Minimal mDNS resolver (and announcer) library.
|
Minimal mDNS resolver (and announcer) library.
|
||||||
The %{libname} package contains shared libraries files for %{name}.
|
The %{libname} package contains shared libraries files for %{name}.
|
||||||
@ -41,7 +42,7 @@ The %{libname} package contains shared libraries files for %{name}.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
@ -58,13 +59,13 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %{libname}
|
%ldconfig_scriptlets -n %{libname}
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libmicrodns.so.*
|
%{_libdir}/libmicrodns.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_includedir}/microdns
|
%{_includedir}/microdns
|
||||||
@ -72,4 +73,3 @@ developing applications that use %{name}.
|
|||||||
%{_libdir}/pkgconfig/microdns.pc
|
%{_libdir}/pkgconfig/microdns.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user