update to 5.2.0.0 [release 5.2.0.0-1mamba;Wed May 04 2016]
This commit is contained in:
parent
8a6ab16bd4
commit
e70c6139ed
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-3)
|
||||
Name: liballegro
|
||||
Version: 5.0.11
|
||||
Version: 5.2.0.0
|
||||
Release: 1mamba
|
||||
Summary: A game programming library
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.talula.demon.co.uk/allegro/
|
||||
Source: http://downloads.sourceforge.net/sourceforge/alleg/allegro-%{version}.tar.gz
|
||||
Source: http://download.gna.org/allegro/allegro/%{majver}/allegro-%{majver}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -102,33 +102,13 @@ _EOF
|
||||
%config(noreplace) %{_sysconfdir}/allegrorc
|
||||
%{_sysconfdir}/postplug/updates.d/liballegro-remove-broken.upd
|
||||
%{_libdir}/liballegro.so.*
|
||||
%{_libdir}/liballegro_acodec.so.*
|
||||
%{_libdir}/liballegro_audio.so.*
|
||||
%{_libdir}/liballegro_color.so.*
|
||||
%{_libdir}/liballegro_dialog.so.*
|
||||
%{_libdir}/liballegro_font.so.*
|
||||
%{_libdir}/liballegro_image.so.*
|
||||
%{_libdir}/liballegro_main.so.*
|
||||
%{_libdir}/liballegro_memfile.so.*
|
||||
%{_libdir}/liballegro_physfs.so.*
|
||||
%{_libdir}/liballegro_primitives.so.*
|
||||
%{_libdir}/liballegro_ttf.so.*
|
||||
%{_libdir}/liballegro_*.so.*
|
||||
%doc CONTRIBUTORS.txt LICENSE.txt
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liballegro.so
|
||||
%{_libdir}/liballegro_acodec.so
|
||||
%{_libdir}/liballegro_audio.so
|
||||
%{_libdir}/liballegro_color.so
|
||||
%{_libdir}/liballegro_dialog.so
|
||||
%{_libdir}/liballegro_font.so
|
||||
%{_libdir}/liballegro_image.so
|
||||
%{_libdir}/liballegro_main.so
|
||||
%{_libdir}/liballegro_memfile.so
|
||||
%{_libdir}/liballegro_physfs.so
|
||||
%{_libdir}/liballegro_primitives.so
|
||||
%{_libdir}/liballegro_ttf.so
|
||||
%{_libdir}/liballegro_*.so
|
||||
%dir %{_includedir}/allegro5
|
||||
%{_includedir}/allegro5/*
|
||||
%{_libdir}/pkgconfig/allegro*.pc
|
||||
@ -136,6 +116,9 @@ _EOF
|
||||
#%doc CHANGES-*.txt README.txt
|
||||
|
||||
%changelog
|
||||
* Wed May 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0.0-1mamba
|
||||
- update to 5.2.0.0
|
||||
|
||||
* Thu Jan 15 2015 Automatic Build System <autodist@mambasoft.it> 5.0.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user