]> git.pld-linux.org Git - packages/allegro5.git/commitdiff
- up to 5.0.0rc4
authorlisu <lisu@pld-linux.org>
Tue, 11 Jan 2011 11:58:40 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- less examples
- rpm-build-macros >= 1.600

Changed files:
    allegro5.spec -> 1.11

allegro5.spec

index 48c30c87c9d7ab22a465aacb7897b876b7d2f38d..bfb754ab0acdf468aadd3a40d474e932954aa676 100644 (file)
@@ -1,6 +1,7 @@
 #
 # TODO: - Handle situations when there are no modules (most bconds turned off)
 #      - make bconds work again or remove
+#      - make it usable
 #
 # Conditional build:
 %bcond_without alsa    # without ALSA modules
@@ -16,7 +17,7 @@
 #%%bcond_without       svga    # without svgalib module
 #%%bcond_without       vga     # without vga module
 #
-%define                _rc     rc3
+%define                _rc     rc4
 Summary:       A game programming library
 Summary(de.UTF-8):     Eine Bibliothek zur Programmierung von Spielen
 Summary(es.UTF-8):     Una biblioteca de programaciĆ³n de juegos
@@ -29,7 +30,7 @@ Release:      0.%{_rc}.1
 License:       Giftware
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/alleg/allegro-%{version}%{_rc}.tar.gz
-# Source0-md5: 8fc61088f933a01e9c213bede3446d34
+# Source0-md5: e59d15562e08e1fe61748099a2bdbe7f
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-examples.patch
 Patch2:                %{name}-opt.patch
@@ -47,7 +48,7 @@ BuildRequires:        curl-devel
 #BuildRequires:        physfs-devel
 #BuildRequires:        pkgconfig
 #%%endif
-BuildRequires: rpmbuild(macros) >= 1.577
+BuildRequires: rpmbuild(macros) >= 1.600
 #BuildRequires:        sed >= 4.0
 #%%{?with_svga:BuildRequires:  svgalib-devel}
 #BuildRequires:        texinfo
@@ -707,7 +708,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/ex_opengl_pixel_shader
 %attr(755,root,root) %{_bindir}/ex_path
 %attr(755,root,root) %{_bindir}/ex_path_test
-%attr(755,root,root) %{_bindir}/ex_physfs
 %attr(755,root,root) %{_bindir}/ex_pixelformat
 %attr(755,root,root) %{_bindir}/ex_premulalpha
 %attr(755,root,root) %{_bindir}/ex_prim
This page took 0.095876 seconds and 4 git commands to generate.