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)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
Name: liballegro
|
Name: liballegro
|
||||||
Version: 5.0.11
|
Version: 5.2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A game programming library
|
Summary: A game programming library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.talula.demon.co.uk/allegro/
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -102,33 +102,13 @@ _EOF
|
|||||||
%config(noreplace) %{_sysconfdir}/allegrorc
|
%config(noreplace) %{_sysconfdir}/allegrorc
|
||||||
%{_sysconfdir}/postplug/updates.d/liballegro-remove-broken.upd
|
%{_sysconfdir}/postplug/updates.d/liballegro-remove-broken.upd
|
||||||
%{_libdir}/liballegro.so.*
|
%{_libdir}/liballegro.so.*
|
||||||
%{_libdir}/liballegro_acodec.so.*
|
%{_libdir}/liballegro_*.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.*
|
|
||||||
%doc CONTRIBUTORS.txt LICENSE.txt
|
%doc CONTRIBUTORS.txt LICENSE.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liballegro.so
|
%{_libdir}/liballegro.so
|
||||||
%{_libdir}/liballegro_acodec.so
|
%{_libdir}/liballegro_*.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
|
|
||||||
%dir %{_includedir}/allegro5
|
%dir %{_includedir}/allegro5
|
||||||
%{_includedir}/allegro5/*
|
%{_includedir}/allegro5/*
|
||||||
%{_libdir}/pkgconfig/allegro*.pc
|
%{_libdir}/pkgconfig/allegro*.pc
|
||||||
@ -136,6 +116,9 @@ _EOF
|
|||||||
#%doc CHANGES-*.txt README.txt
|
#%doc CHANGES-*.txt README.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 15 2015 Automatic Build System <autodist@mambasoft.it> 5.0.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user