From 9dd7a86916e5465ec4b7d6918af3ebb625ef994e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:05:12 +0100 Subject: [PATCH] update to 2.1.3 [release 2.1.3-1mamba;Mon Dec 27 2021] --- libmowgli.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/libmowgli.spec b/libmowgli.spec index cd476b9..5fbfb7a 100644 --- a/libmowgli.spec +++ b/libmowgli.spec @@ -1,19 +1,18 @@ Name: libmowgli -Version: 2.0.0 +Version: 2.1.3 Release: 1mamba Summary: A development framework for C Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.atheme.org/Projects/Libmowgli -Source: git://github.com/atheme/libmowgli-2.git/libmowgli-%{version}/libmowgli-2-%{version}.tar.bz2 -#Source: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://github.com/atheme/libmowgli-2 +Source: https://github.com/atheme/libmowgli-2.git/v%{version}/libmowgli-2-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libopenssl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. @@ -27,11 +26,13 @@ Summary: libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -This package contains libraries and header files need for development. +This package contains libraries and header files needed for development. + +%debug_package %prep - %setup -q -n libmowgli-2-%{version} +./autogen.sh %build %configure @@ -60,6 +61,9 @@ This package contains libraries and header files need for development. %{_libdir}/pkgconfig/libmowgli-2.pc %changelog +* Mon Dec 27 2021 Silvan Calarco 2.1.3-1mamba +- update to 2.1.3 + * Sun Apr 28 2013 Automatic Build System 2.0.0-1mamba - update to 2.0.0