]> git.pld-linux.org Git - packages/gMUDvattix.git/commitdiff
- kill optflags override
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2008 19:39:12 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: pkgconfig

Changed files:
    gMUDvattix.spec -> 1.2

gMUDvattix.spec

index a979edef9d469c1a4c6ea5e5f283aad463d4cb64..5ab855d13e020a501a7add2297ef6af534ad4d00 100644 (file)
@@ -8,9 +8,11 @@ Group:         Applications/Games
 Source0:       http://www.vattghern.pl/pliki/%{name}-%{version}.tgz
 # Source0-md5: 5a3f04080d8001e73e15353a06be5edc
 URL:           http://www.vattghern.pl/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: gtk+2-devel
+BuildRequires: gtk+2-devel >= 1:2.0.0
+BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,6 +24,8 @@ Jest to oficjalny klient dla gry mudowej Vattghern.
 %prep
 %setup -q
 
+sed -i -e '/^CFLAGS=/d' configure.ac
+
 %build
 %{__aclocal}
 %{__autoconf}
This page took 0.035603 seconds and 4 git commands to generate.