rebuilt with gcc 5.3.0 [release 1.4-5mamba;Thu Dec 17 2015]
This commit is contained in:
parent
9565bd570f
commit
3308e2dcfd
@ -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 <stefano.cotta@qilinux.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user