Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -1 +0,0 @@
|
||||
libmicrodns1
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -25,7 +25,6 @@ Summary: Minimal mDNS resolver library
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/videolabs/libmicrodns
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
@ -34,7 +33,7 @@ Minimal mDNS resolver (and announcer) library.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Shared library files for %{name}
|
||||
|
||||
|
||||
%description -n %{libname}
|
||||
Minimal mDNS resolver (and announcer) library.
|
||||
The %{libname} package contains shared libraries files for %{name}.
|
||||
@ -42,7 +41,7 @@ The %{libname} package contains shared libraries files for %{name}.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
@ -59,13 +58,13 @@ developing applications that use %{name}.
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files -n %{libname}
|
||||
%files -n %{libname}
|
||||
%license COPYING
|
||||
%{_libdir}/libmicrodns.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_includedir}/microdns
|
||||
@ -73,3 +72,4 @@ developing applications that use %{name}.
|
||||
%{_libdir}/pkgconfig/microdns.pc
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user