From 3308e2dcfdaadd96340342ff57686a9230d0bcd0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:51:24 +0100 Subject: [PATCH] rebuilt with gcc 5.3.0 [release 1.4-5mamba;Thu Dec 17 2015] --- libbinio.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libbinio.spec b/libbinio.spec index 77675a5..8fce818 100644 --- a/libbinio.spec +++ b/libbinio.spec @@ -1,11 +1,11 @@ Name: libbinio Version: 1.4 -Release: 4mamba +Release: 5mamba Summary: A platform-independent way to access binary data streams in C++ Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino +Packager: Silvan Calarco URL: http://libbinio.sourceforge.net/ Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Patch0: %{name}-1.4-info.patch @@ -64,17 +64,22 @@ exit 0 %defattr(-,root,root) %{_libdir}/%{name}.so.* %{_infodir}/%{name}.* -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%doc AUTHORS COPYING %files devel %defattr(-,root,root) +%dir %{_includedir}/%{name} +%{_includedir}/%{name}/* %{_libdir}/%{name}.a %{_libdir}/%{name}.la %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_includedir}/%{name} +%doc ChangeLog NEWS README TODO %changelog +* Thu Dec 17 2015 Silvan Calarco 1.4-5mamba +- rebuilt with gcc 5.3.0 + * Mon Dec 29 2014 Automatic Build System 1.4-4mamba - automatic rebuild by autodist