exclude unclear automatic requirement for ocaml(Aacplus_dynlink) [release 0.2.2-2mamba;Sun Feb 13 2022]
This commit is contained in:
parent
79449f9569
commit
f5f1d6a222
@ -1,24 +1,23 @@
|
|||||||
%define ocamlpck aacplus
|
%define ocamlpck aacplus
|
||||||
|
|
||||||
Name: ocaml-aacplus
|
Name: ocaml-aacplus
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OCaml bindings for libaacplus
|
Summary: OCaml bindings for libaacplus
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://savonet.sourceforge.net/
|
URL: https://github.com/savonet/ocaml-aacplus
|
||||||
Source: http://sourceforge.net/projects/savonet/files/ocaml-aacplus/%{version}/ocaml-aacplus-%{version}.tar.gz
|
Source: https://github.com/savonet/ocaml-aacplus.git/%{version}/ocaml-aacplus-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libaacplus-devel
|
BuildRequires: libaacplus-devel
|
||||||
BuildRequires: libfftw-devel
|
BuildRequires: libfftw-devel
|
||||||
|
BuildRequires: ocaml
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: libaacplus-devel
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains an OCaml interface for the AAC+ encoding library, otherwise known as libaacplus.
|
This package contains an OCaml interface for the AAC+ encoding library, otherwise known as libaacplus.
|
||||||
@ -31,16 +30,21 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and signature files for developing applications that use %{name}.
|
This package contains libraries and signature files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%global __requires_exclude ^ocaml.*Aacplus_dynlink.*$
|
||||||
|
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
--host= \
|
||||||
--disable-ldconf
|
LDFLAGS="-L%{_libdir}"
|
||||||
|
|
||||||
%make
|
%make -j1
|
||||||
%make doc
|
%make -j1 doc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -75,5 +79,11 @@ make install
|
|||||||
%doc doc/html/
|
%doc doc/html/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-2mamba
|
||||||
|
- exclude unclear automatic requirement for ocaml(Aacplus_dynlink)
|
||||||
|
|
||||||
|
* Fri Feb 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
||||||
|
- update to 0.2.2
|
||||||
|
|
||||||
* Tue Jun 25 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.2.1-1mamba
|
* Tue Jun 25 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.2.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user