Brandon McCaig 839c6b6
Name:		allegro5
ddcbc1d
Version:	5.2.0
d09f59b
Release:	2%{?dist}
Brandon McCaig 839c6b6
Summary:	A game programming library
Brandon McCaig 839c6b6
License:	zlib
Brandon McCaig 839c6b6
URL:		http://liballeg.org/
ddcbc1d
Source0:	http://download.gna.org/allegro/allegro/%{version}/allegro-%{version}.tar.gz
Brandon McCaig 839c6b6
BuildRequires:	alsa-lib-devel cmake dumb-devel flac-devel freetype-devel
d400269
BuildRequires:	gtk2-devel libICE-devel libjpeg-devel libpng-devel
ddcbc1d
BuildRequires:	libtheora-devel libvorbis-devel libXcursor-devel
Brandon McCaig 839c6b6
BuildRequires:	libXext-devel libXxf86vm-devel libXrandr-devel
Brandon McCaig 839c6b6
BuildRequires:	libXinerama-devel libXpm-devel mesa-libGL-devel
Brandon McCaig c11d3d5
BuildRequires:	mesa-libGLU-devel openal-soft-devel physfs-devel
Brandon McCaig 839c6b6
BuildRequires:	pulseaudio-libs-devel
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%description
Brandon McCaig 839c6b6
Allegro is a cross-platform library intended for use in computer games
Brandon McCaig 839c6b6
and other types of multimedia programming. Allegro 5 is the latest major
Brandon McCaig 839c6b6
revision of the library, designed to take advantage of modern hardware
Brandon McCaig 839c6b6
(e.g. hardware acceleration using 3D cards) and operating systems.
Brandon McCaig 839c6b6
Although it is not backwards compatible with earlier versions, it still
Brandon McCaig 839c6b6
occupies the same niche and retains a familiar style.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package devel
Brandon McCaig 839c6b6
Summary:	Development files for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description devel
Brandon McCaig 839c6b6
This package is needed to build programs using the Allegro 5 library.
Brandon McCaig 839c6b6
Contains header files and man-page documentation.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-acodec
Brandon McCaig 839c6b6
Summary:	Audio codec addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-acodec
Brandon McCaig 839c6b6
This package provides the audio codec addon for the Allegro 5 library.
Brandon McCaig 839c6b6
This addon allows you to load audio sample formats.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-acodec-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 audio codec addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-acodec = %{version}-%{release}
Brandon McCaig 839c6b6
Requires:	%{name}-devel = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-acodec-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 audio
Brandon McCaig 839c6b6
codec addon.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-audio
Brandon McCaig 839c6b6
Summary:	Audio addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-audio
Brandon McCaig 839c6b6
This package provides the audio addon for the Allegro 5 library. This
Brandon McCaig 839c6b6
addon allows you to play sounds in your Allegro 5 programs.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-audio-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 audio addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-audio = %{version}-%{release}
Brandon McCaig 839c6b6
Requires:	%{name}-devel = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-audio-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 audio
Brandon McCaig 839c6b6
addon.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-dialog
Brandon McCaig 839c6b6
Summary:	Dialog addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-dialog
Brandon McCaig 839c6b6
This package provides the dialog addon for the Allegro 5 library. This
Brandon McCaig 839c6b6
addon allows you to show dialog boxes.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-dialog-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 dialog addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-dialog = %{version}-%{release}
Brandon McCaig 839c6b6
Requires:	%{name}-devel = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-dialog-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 dialog
Brandon McCaig 839c6b6
addon.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-image
Brandon McCaig 839c6b6
Summary:	Image addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-image
Brandon McCaig 839c6b6
This package provides the image addon for the Allegro 5 library. Provides
Brandon McCaig 839c6b6
support for loading image file formats.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-image-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 image addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-image = %{version}-%{release}
Brandon McCaig 839c6b6
Requires:	%{name}-devel = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-image-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 image
Brandon McCaig 839c6b6
addon.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-physfs
Brandon McCaig 839c6b6
Summary:	Physfs addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-physfs
Brandon McCaig 839c6b6
This package provides the physfs addon for the Allegro 5 library. This
Brandon McCaig 839c6b6
addon provides an interface to the PhysicsFS library, allowing you to
Brandon McCaig 839c6b6
mount virtual file-systems (e.g., archives) and access files as if they
Brandon McCaig 839c6b6
were physically on the file-system.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-physfs-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 physfs addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-physfs = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-physfs-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 physfs
Brandon McCaig 839c6b6
addon.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-ttf
Brandon McCaig 839c6b6
Summary:	TTF addon for the Allegro 5 library
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name} = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-ttf
Brandon McCaig 839c6b6
This package provides the ttf addon for the Allegro 5 library. This addon
Brandon McCaig 839c6b6
allows you to load and use TTF fonts in your Allegro 5 programs.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%package addon-ttf-devel
Brandon McCaig 839c6b6
Summary:	Header files for the Allegro 5 TTF addon
Brandon McCaig 839c6b6
Group:		System Environment/Libraries
Brandon McCaig 839c6b6
Requires:	%{name}-addon-ttf = %{version}-%{release}
Brandon McCaig 839c6b6
Requires:	%{name}-devel = %{version}-%{release}
Brandon McCaig 839c6b6
%description addon-ttf-devel
Brandon McCaig 839c6b6
This package is required to build programs that use the Allegro 5 ttf
Brandon McCaig 839c6b6
addon.
Brandon McCaig 839c6b6
ddcbc1d
%package addon-video
ddcbc1d
Summary:	Video addon for the Allegro 5 library
ddcbc1d
Group:		System Environment/Libraries
ddcbc1d
Requires:	%{name} = %{version}-%{release}
ddcbc1d
%description addon-video
ddcbc1d
This package provides the video addon for the Allegro 5 library. This
ddcbc1d
addon allows you to play theora videos in your Allegro 5 programs.
ddcbc1d
ddcbc1d
%package addon-video-devel
ddcbc1d
Summary:	Header files for the Allegro 5 video addon
ddcbc1d
Group:		System Environment/Libraries
ddcbc1d
Requires:	%{name}-addon-video = %{version}-%{release}
ddcbc1d
Requires:	%{name}-devel = %{version}-%{release}
ddcbc1d
%description addon-video-devel
ddcbc1d
This package is required to build programs that use the Allegro 5 video
ddcbc1d
addon.
ddcbc1d
d400269
Brandon McCaig 839c6b6
%prep
ddcbc1d
%setup -q -n allegro-%{version}.0
d400269
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%build
Brandon McCaig c11d3d5
%cmake -DWANT_DOCS=OFF .
Brandon McCaig 839c6b6
make %{?_smp_mflags}
Brandon McCaig 839c6b6
d400269
Brandon McCaig 839c6b6
%install
d400269
%make_install
Brandon McCaig 839c6b6
mkdir %buildroot/%{_sysconfdir}
d400269
install -p -m 644 allegro5.cfg %buildroot/%{_sysconfdir}/allegro5rc
Brandon McCaig c11d3d5
# install man pages
Brandon McCaig c11d3d5
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
Brandon McCaig c11d3d5
install -p -m 644 docs/man/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
Brandon McCaig c11d3d5
d400269
Brandon McCaig 839c6b6
%post -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-acodec -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-acodec -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-audio -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-audio -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-dialog -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-dialog -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-image -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-image -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-physfs -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-physfs -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%post addon-ttf -p /sbin/ldconfig
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%postun addon-ttf -p /sbin/ldconfig
Brandon McCaig 839c6b6
ddcbc1d
%post addon-video -p /sbin/ldconfig
ddcbc1d
ddcbc1d
%postun addon-video -p /sbin/ldconfig
ddcbc1d
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files
Brandon McCaig 839c6b6
%config(noreplace) %{_sysconfdir}/allegro5rc
ddcbc1d
%doc CHANGES-5.?.txt CONTRIBUTORS.txt README.txt
d400269
%license LICENSE.txt
ddcbc1d
%{_libdir}/liballegro.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro.so.%{version}
ddcbc1d
%{_libdir}/liballegro_color.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_color.so.%{version}
ddcbc1d
%{_libdir}/liballegro_font.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_font.so.%{version}
ddcbc1d
%{_libdir}/liballegro_main.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_main.so.%{version}
ddcbc1d
%{_libdir}/liballegro_memfile.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_memfile.so.%{version}
ddcbc1d
%{_libdir}/liballegro_primitives.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_primitives.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files devel
Brandon McCaig c11d3d5
%doc docs/html/refman
Brandon McCaig 839c6b6
%{_includedir}/allegro5
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_acodec.h
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_audio.h
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_native_dialog.h
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_image.h
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_physfs.h
Brandon McCaig 839c6b6
%exclude %{_includedir}/allegro5/allegro_ttf.h
ddcbc1d
%exclude %{_includedir}/allegro5/allegro_vidio.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro.so
Brandon McCaig 839c6b6
%{_libdir}/liballegro_color.so
Brandon McCaig 839c6b6
%{_libdir}/liballegro_font.so
Brandon McCaig 839c6b6
%{_libdir}/liballegro_main.so
Brandon McCaig 839c6b6
%{_libdir}/liballegro_memfile.so
Brandon McCaig 839c6b6
%{_libdir}/liballegro_primitives.so
d400269
%{_libdir}/pkgconfig/allegro-5*.pc
d400269
%{_libdir}/pkgconfig/allegro_color-5*.pc
d400269
%{_libdir}/pkgconfig/allegro_font-5*.pc
d400269
%{_libdir}/pkgconfig/allegro_main-5*.pc
d400269
%{_libdir}/pkgconfig/allegro_memfile-5*.pc
d400269
%{_libdir}/pkgconfig/allegro_primitives-5*.pc
Brandon McCaig 839c6b6
%{_mandir}/man3/ALLEGRO_*.3*
Brandon McCaig 839c6b6
%{_mandir}/man3/al_*.3*
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-acodec
ddcbc1d
%{_libdir}/liballegro_acodec.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_acodec.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-acodec-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_acodec.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_acodec.so
d400269
%{_libdir}/pkgconfig/allegro_acodec-5*.pc
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-audio
ddcbc1d
%{_libdir}/liballegro_audio.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_audio.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-audio-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_audio.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_audio.so
d400269
%{_libdir}/pkgconfig/allegro_audio-5*.pc
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-dialog
ddcbc1d
%{_libdir}/liballegro_dialog.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_dialog.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-dialog-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_native_dialog.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_dialog.so
d400269
%{_libdir}/pkgconfig/allegro_dialog-5*.pc
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-image
ddcbc1d
%{_libdir}/liballegro_image.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_image.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-image-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_image.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_image.so
d400269
%{_libdir}/pkgconfig/allegro_image-5*.pc
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-physfs
ddcbc1d
%{_libdir}/liballegro_physfs.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_physfs.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-physfs-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_physfs.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_physfs.so
d400269
%{_libdir}/pkgconfig/allegro_physfs-5*.pc
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-ttf
ddcbc1d
%{_libdir}/liballegro_ttf.so.5.2
Brandon McCaig c11d3d5
%{_libdir}/liballegro_ttf.so.%{version}
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%files addon-ttf-devel
Brandon McCaig 839c6b6
%{_includedir}/allegro5/allegro_ttf.h
Brandon McCaig 839c6b6
%{_libdir}/liballegro_ttf.so
d400269
%{_libdir}/pkgconfig/allegro_ttf-5*.pc
d400269
ddcbc1d
%files addon-video
ddcbc1d
%{_libdir}/liballegro_video.so.5.2
ddcbc1d
%{_libdir}/liballegro_video.so.%{version}
ddcbc1d
ddcbc1d
%files addon-video-devel
ddcbc1d
%{_includedir}/allegro5/allegro_video.h
ddcbc1d
%{_libdir}/liballegro_video.so
ddcbc1d
%{_libdir}/pkgconfig/allegro_video-5*.pc
ddcbc1d
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
%changelog
d09f59b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
d09f59b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d09f59b
ddcbc1d
* Thu Apr 21 2016 Hans de Goede <hdegoede@redhat.com> - 5.2.0-1
ddcbc1d
- New upstream release 5.2.0
ddcbc1d
d400269
* Mon Feb 29 2016 Hans de Goede <hdegoede@redhat.com> - 5.0.11-1
d400269
- New upstream release 5.0.11 (rhbz#1312588)
d400269
0d392c9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-13
0d392c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0d392c9
aefb3f7
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-12
aefb3f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
aefb3f7
4752327
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-11
4752327
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4752327
0b712ea
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-10
0b712ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0b712ea
72ec582
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-9
72ec582
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
72ec582
b659c5d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-8
b659c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b659c5d
ac6f3fd
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 5.0.3-7
ac6f3fd
- rebuild due to "jpeg8-ABI" feature drop
ac6f3fd
1c0854b
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 5.0.3-6
1c0854b
- rebuild against new libjpeg
1c0854b
e033f6b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-5
e033f6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e033f6b
6ae4fa7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.3-4
6ae4fa7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6ae4fa7
28e9b88
* Fri Dec  9 2011 Tom Callaway <spot@fedoraproject.org> - 5.0.3-3
28e9b88
- fix for png15
28e9b88
81ec536
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 5.0.3-2
81ec536
- Rebuild for new libpng
81ec536
Brandon McCaig c11d3d5
* Thu Jul 07 2011 Brandon McCaig <bamccaig@gmail.com> 5.0.3-1
Brandon McCaig c11d3d5
- Updating to 5.0.3.
Brandon McCaig c11d3d5
Brandon McCaig c11d3d5
* Mon May 09 2011 Brandon McCaig <bamccaig@gmail.com> 5.0.0-4
Brandon McCaig c11d3d5
- From Dan HorĂ¡k to fix #703154.
Brandon McCaig c11d3d5
- Explicitly disabled documentation generation.
Brandon McCaig c11d3d5
- Use prebuilt man pages
Brandon McCaig c11d3d5
- Added HTML reference manual.
Brandon McCaig c11d3d5
Brandon McCaig 839c6b6
* Wed Mar 09 2011 Brandon McCaig <bamccaig@gmail.com> 5.0.0-3
Brandon McCaig 839c6b6
- Adding file permissions to subpackages.
Brandon McCaig 839c6b6
- Moving devel files (namely .so symlinks) to devel packages.
Brandon McCaig 839c6b6
- Added %%doc section proper; readmes, changes, license, etc.
Brandon McCaig 839c6b6
- Fixed SF.net URI.
Brandon McCaig 839c6b6
- Modified BuildRequires.
Brandon McCaig 839c6b6
- Added main devel dependency to subpackage devels.
Brandon McCaig 839c6b6
- Replaced many al_*.3* manpage files with a glob.
Brandon McCaig 839c6b6
- Replaced many header files with directory and %%exclude macros.
Brandon McCaig 839c6b6
- Added allegro5.cfg file under /etc/allegro5rc.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
* Fri Mar 04 2011 Brandon McCaig <bamccaig@gmail.com> 5.0.0-2
Brandon McCaig 839c6b6
- Merged primitives addon packages into core packages.
Brandon McCaig 839c6b6
- Merged memfile addon packages into core packages.
Brandon McCaig 839c6b6
- Merged "main" addon packages into core packages.
Brandon McCaig 839c6b6
- Merged font packages into core packages.
Brandon McCaig 839c6b6
- Merged color packages into core packages.
Brandon McCaig 839c6b6
- Merged doc package into the devel package.
Brandon McCaig 839c6b6
- Fixed spelling mistakes.
Brandon McCaig 839c6b6
- Removed explicit library dependencies.
Brandon McCaig 839c6b6
Brandon McCaig 839c6b6
* Fri Feb 25 2011 Brandon McCaig <bamccaig@gmail.com> 5.0.0-1
Brandon McCaig 839c6b6
- Initial version.
Brandon McCaig 839c6b6