]> git.pld-linux.org Git - packages/girara.git/commitdiff
- up to 0.2.3 auto/th/girara-0.2.3-1
authorJan Palus <atler@pld-linux.org>
Fri, 17 Oct 2014 11:07:43 +0000 (13:07 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 17 Oct 2014 11:12:48 +0000 (13:12 +0200)
- disable colors in build (introduces unknown gcc param)

girara.spec

index 528e21c68969387e0ffc3c4960af0060961be9c8..11860767e6fa269615287fe8945f695015c2fcac 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       User interface library
 Name:          girara
-Version:       0.2.2
+Version:       0.2.3
 Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
-# Source0-md5: 678b0fb6f22d88ba4c29297c67685c50
+# Source0-md5: 08463b087ba3ad28c38438b2cf716795
 URL:           http://pwmt.org/projects/girara
 BuildRequires: glib2-devel >= 1:2.28.0
 BuildRequires: gtk+3-devel >= 3.2
@@ -48,7 +48,7 @@ Static girara library.
 %build
 CFLAGS="%{rpmcflags}" \
 LDFLAGS="%{rpmldflags}" \
-%{__make} VERBOSE=1
+%{__make} COLOR=0 VERBOSE=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.13658 seconds and 4 git commands to generate.