Author: arekm Date: Thu Aug 4 17:52:08 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.27
---- Files affected: packages/i7z: i7z-link.patch (1.1 -> 1.2) , i7z.spec (1.4 -> 1.5) , i7z-c++.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/i7z/i7z-link.patch diff -u packages/i7z/i7z-link.patch:1.1 packages/i7z/i7z-link.patch:1.2 --- packages/i7z/i7z-link.patch:1.1 Mon Jun 6 10:02:24 2011 +++ packages/i7z/i7z-link.patch Thu Aug 4 19:52:03 2011 @@ -4,9 +4,9 @@ CC = gcc --LDFLAGS = -lncurses -lpthread +-LDFLAGS = -lncurses -lpthread -lrt +LDFLAGS = -+LIBS =-lncurses -lpthread ++LIBS =-lncurses -lpthread -lrt INCLUDEFLAGS = OBJS = helper_functions ================================================================ Index: packages/i7z/i7z.spec diff -u packages/i7z/i7z.spec:1.4 packages/i7z/i7z.spec:1.5 --- packages/i7z/i7z.spec:1.4 Mon Jun 6 10:02:24 2011 +++ packages/i7z/i7z.spec Thu Aug 4 19:52:03 2011 @@ -2,15 +2,14 @@ Summary: i3, i5 and i7 reporting tool for Linux Summary(pl.UTF-8): Narzędzie informacyjne dla procesorów i3, i5 i i7 pod Linuksem Name: i7z -Version: 0.26 +Version: 0.27 Release: 1 License: GPL v2 Group: Applications/System #Source0Download: http://code.google.com/p/i7z/downloads/list Source0: http://i7z.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 4f16f8ba2096e6156caab300e9e034e3 -Patch0: %{name}-c++.patch -Patch1: %{name}-link.patch +# Source0-md5: 85727aad6d5082b3448caba4a2c74506 +Patch0: %{name}-link.patch URL: http://code.google.com/p/i7z/ BuildRequires: ncurses-devel BuildRequires: qt4-build @@ -41,9 +40,8 @@ Oparte na Qt graficzne narzędzie informacyjne dla procesorów i3/i5/i7. %prep -%setup -q +%setup -q -n %{name} %patch0 -p1 -%patch1 -p1 %build %{__make} \ @@ -51,7 +49,7 @@ CFLAGSANY="%{rpmcflags} %{rpmcppflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wall" \ INCLUDEFLAGS=-I/usr/include/ncurses \ LDFLAGS="%{rpmldflags}" \ - LIBS="-lncurses -ltinfo -lpthread" + LIBS="-lncurses -ltinfo -lpthread -lrt" cd GUI qmake-qt4 \ @@ -85,6 +83,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/08/04 17:52:03 arekm +- up to 0.27 + Revision 1.4 2011/06/06 08:02:24 qboosh - added link patch to fix linking using ld.bfd - use optflags when building GUI ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/i7z/i7z-link.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/i7z/i7z.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
