]> git.pld-linux.org Git - packages/atanks.git/commitdiff
- updated to 4.7 auto/th/atanks-4_7-1
authorlisu <lisu@pld-linux.org>
Tue, 7 Sep 2010 07:18:36 +0000 (07:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- link with -lpthread
- drop obsolete -mkdir.patch

Changed files:
    atanks.spec -> 1.29

atanks.spec

index d05c5b16a7bdb36c4c59ef9e09ee28d53e18a945..5e63584b75786bc84db757d1599f36f5790a0b4c 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       Atomic Tanks - a game similiar to Scorched Earth and Worms
 Summary(pl.UTF-8):     Atomic Tanks - gra podobna do Scorched Earth oraz Worms
 Name:          atanks
-Version:       4.6
+Version:       4.7
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://downloads.sourceforge.net/atanks/%{name}-%{version}.tar.gz
-# Source0-md5: fc8ae5d814f112e2d155597c7b242dfd
+# Source0-md5: 3bc64c0f1ed0715f17a04a622645b2af
 Patch0:                %{name}-flags.patch
 Patch1:                %{name}-install.patch
 Patch2:                %{name}-desktop.patch
-Patch3:                %{name}-mkdir.patch
 URL:           http://atanks.sourceforge.net/
 BuildRequires: allegro-devel >= 4.4.0
 BuildRequires: libstdc++-devel
@@ -37,7 +36,6 @@ teleporty i inne.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__make} \
@@ -45,7 +43,7 @@ teleporty i inne.
        CPP="%{__cxx}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}" \
-       LIBS="`allegro-config --libs`"
+       LIBS="`allegro-config --libs` -lpthread"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.176333 seconds and 4 git commands to generate.