]> git.pld-linux.org Git - packages/crossfire-client.git/commitdiff
- Version: 0.98.0
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 17 Apr 2001 09:03:09 +0000 (09:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-client.spec -> 1.4

crossfire-client.spec

index 653b1a92acd7dc1b7107e9bf11607dcf3748469d..37bfeaf9db12860434aa0aa4ed02bb35c757afe6 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Crossfire client.
 Name:          crossfire-client
-Version:       0.95.8
+Version:       0.98.0
 Release:       1
 License:       GPL
 Group:         Applications/Games
 Group(de):     Applikationen/Spiele
 Group(pl):     Aplikacje/Gry
 Source0:       ftp://ftp.scruz.net/users/mwedel/public/%{name}-%{version}.tar.gz
+#Source0:      ftp://ftp.sourceforge.net/pub/sourceforge/crossfire/%{name}-%{version}.tar.gz
 Source1:       client-0.95.2-raw-sounds.tgz
-Patch0:                %{name}-noalsa.patch
 URL:           http://crossfire.real-time.com
 BuildRequires: XFree86-devel
 BuildRequires: gtk+-devel
@@ -61,15 +61,14 @@ compete in the same "world".
 
 %prep
 %setup -q -a1
-%patch0 -p1
 
 %build
 for l in sounds.dist soundsdef.h ; do
        mv $l $l.bak
        sed -e"s@/usr/local/lib/@%{_datadir}/cfclient/@" -e's@\.au@.raw@' < $l.bak > $l
 done
-autoconf
 %configure \
+       --disable-alsa \
        --with-sound-dir=%{_datadir}/cfclient/sounds
 %{__make}
 
This page took 0.104322 seconds and 4 git commands to generate.