From b89f73703ccd754d97d4b3637f174d7814065704c1079639cc923614cd36ece0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 4 Sep 2020 12:19:06 +0000 Subject: [PATCH] - Remove old specfile constructs OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmowgli2?expand=0&rev=24 --- libmowgli2.changes | 5 +++++ libmowgli2.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/libmowgli2.changes b/libmowgli2.changes index f2ba00a..5ae62d7 100644 --- a/libmowgli2.changes +++ b/libmowgli2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 4 12:18:54 UTC 2020 - Jan Engelhardt + +- Remove old specfile constructs + ------------------------------------------------------------------- Wed Aug 21 13:27:11 UTC 2019 - Jan Engelhardt diff --git a/libmowgli2.spec b/libmowgli2.spec index c115cd4..0da8131 100644 --- a/libmowgli2.spec +++ b/libmowgli2.spec @@ -1,7 +1,7 @@ # # spec file for package libmowgli2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,9 +26,7 @@ Group: Development/Libraries/C and C++ URL: https://github.com/atheme/libmowgli-2 Source: https://github.com/atheme/libmowgli-2/archive/v%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libopenssl-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig(ssl) %description mowgli is a development framework for C (like GLib) which provides @@ -87,12 +85,11 @@ make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) %_libdir/libmowgli-2.so.0* %files devel -%defattr(-,root,root) -%doc AUTHORS COPYING doc/BOOST README +%doc doc/BOOST README +%license COPYING %_includedir/libmowgli-2 %_libdir/libmowgli-2.so %_libdir/pkgconfig/libmowgli-2.pc