rebuild with specfile fixes [release 1.5-2mamba;Sat Apr 27 2024]
This commit is contained in:
parent
764d75c615
commit
bdb4f5f062
@ -1,11 +0,0 @@
|
||||
--- 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,6 +1,6 @@
|
||||
Name: libbinio
|
||||
Version: 1.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A platform-independent way to access binary data streams in C++
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -8,8 +8,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://adplug.github.io/libbinio/
|
||||
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
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -39,8 +37,7 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch 1 -p1
|
||||
|
||||
autoreconf -f -i
|
||||
|
||||
@ -54,6 +51,8 @@ touch doc/version.texi
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -76,12 +75,14 @@ exit 0
|
||||
%dir %{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/*
|
||||
%{_libdir}/%{name}.a
|
||||
%{_libdir}/%{name}.la
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user