update to 2.1.3 [release 2.1.3-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
30bd5fdf45
commit
9dd7a86916
@ -1,19 +1,18 @@
|
|||||||
Name: libmowgli
|
Name: libmowgli
|
||||||
Version: 2.0.0
|
Version: 2.1.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A development framework for C
|
Summary: A development framework for C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.atheme.org/Projects/Libmowgli
|
URL: https://github.com/atheme/libmowgli-2
|
||||||
Source: git://github.com/atheme/libmowgli-2.git/libmowgli-%{version}/libmowgli-2-%{version}.tar.bz2
|
Source: https://github.com/atheme/libmowgli-2.git/v%{version}/libmowgli-2-%{version}.tar.bz2
|
||||||
#Source: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms.
|
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}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%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
|
%prep
|
||||||
|
|
||||||
%setup -q -n libmowgli-2-%{version}
|
%setup -q -n libmowgli-2-%{version}
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -60,6 +61,9 @@ This package contains libraries and header files need for development.
|
|||||||
%{_libdir}/pkgconfig/libmowgli-2.pc
|
%{_libdir}/pkgconfig/libmowgli-2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1mamba
|
||||||
|
- update to 2.1.3
|
||||||
|
|
||||||
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
- update to 2.0.0
|
- update to 2.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user