update to 1.5 [release 1.5-1mamba;Sat May 08 2021]
This commit is contained in:
parent
3308e2dcfd
commit
764d75c615
@ -1,23 +1,23 @@
|
|||||||
Name: libbinio
|
Name: libbinio
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 5mamba
|
Release: 1mamba
|
||||||
Summary: A platform-independent way to access binary data streams in C++
|
Summary: A platform-independent way to access binary data streams in C++
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libbinio.sourceforge.net/
|
URL: http://adplug.github.io/libbinio/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
Source: https://github.com/adplug/libbinio.git/libbinio-%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-1.4-info.patch
|
Patch0: %{name}-1.4-info.patch
|
||||||
Patch1: %{name}-1.4-include.patch
|
Patch1: %{name}-1.4-include.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Requires(post):%{__install_info}
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.
|
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.
|
||||||
@ -33,14 +33,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.
|
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.
|
||||||
The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation.
|
The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation.
|
||||||
It further employs no special I/O protocol and can be used on arbitrary binary data sources.
|
It further employs no special I/O protocol and can be used on arbitrary binary data sources.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
|
touch doc/version.texi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
@ -77,6 +82,9 @@ exit 0
|
|||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
|
||||||
|
- update to 1.5
|
||||||
|
|
||||||
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-5mamba
|
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-5mamba
|
||||||
- rebuilt with gcc 5.3.0
|
- rebuilt with gcc 5.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user