Compare commits
No commits in common. "main" and "1.4-4mamba" have entirely different histories.
main
...
1.4-4mamba
11
libbinio-1.4-info.patch
Normal file
11
libbinio-1.4-info.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- libbinio-1.4/doc/libbinio.texi 2004-08-18 21:49:11.000000000 +0200
|
||||||
|
+++ libbinio-1.4/doc/libbinio.texi 2005-09-27 14:43:23.000000000 +0200
|
||||||
|
@@ -27,7 +27,7 @@
|
||||||
|
|
||||||
|
@dircategory Software Libraries
|
||||||
|
@direntry
|
||||||
|
-* libbinio: (libbinio) Binary I/O stream class library @value{VERSION}
|
||||||
|
+* libbinio: (libbinio). Binary I/O stream class library @value{VERSION}
|
||||||
|
@end direntry
|
||||||
|
|
||||||
|
@titlepage
|
@ -1,21 +1,23 @@
|
|||||||
Name: libbinio
|
Name: libbinio
|
||||||
Version: 1.5
|
Version: 1.4
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
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: Stefano Cotta Ramusino <stefano.cotta@qilinux.it>
|
||||||
URL: http://adplug.github.io/libbinio/
|
URL: http://libbinio.sourceforge.net/
|
||||||
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
|
||||||
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
|
||||||
Requires(post):%{__install_info}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%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++.
|
||||||
@ -31,17 +33,13 @@ 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.
|
|
||||||
|
|
||||||
%debug_package
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch 1 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
autoreconf -f -i
|
|
||||||
|
|
||||||
touch doc/version.texi
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -51,8 +49,6 @@ touch doc/version.texi
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -68,27 +64,17 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/%{name}.so.*
|
||||||
%{_infodir}/%{name}.*
|
%{_infodir}/%{name}.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/%{name}
|
|
||||||
%{_includedir}/%{name}/*
|
|
||||||
%{_libdir}/%{name}.a
|
%{_libdir}/%{name}.a
|
||||||
|
%{_libdir}/%{name}.la
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%{_includedir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Apr 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
|
|
||||||
- rebuild with specfile fixes
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- rebuilt with gcc 5.3.0
|
|
||||||
|
|
||||||
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 1.4-4mamba
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 1.4-4mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user