commit fbterm for openSUSE:Factory
Hello community, here is the log from the commit of package fbterm for openSUSE:Factory checked in at 2014-10-07 16:00:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fbterm (Old) and /work/SRC/openSUSE:Factory/.fbterm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "fbterm" Changes: -------- --- /work/SRC/openSUSE:Factory/fbterm/fbterm.changes 2014-06-25 21:20:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fbterm.new/fbterm.changes 2014-10-07 16:01:25.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 6 10:25:03 UTC 2014 - jengelh@inai.de + +- Drop ancient spec tags, use modern macros for building, + enable parallel build, use source URLs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fbterm.spec ++++++ --- /var/tmp/diff_new_pack.6yAn4w/_old 2014-10-07 16:01:28.000000000 +0200 +++ /var/tmp/diff_new_pack.6yAn4w/_new 2014-10-07 16:01:28.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fbterm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,30 +16,27 @@ # - - Name: fbterm -BuildRequires: pkg-config -BuildRequires: freetype2-devel -BuildRequires: gcc-c++ gpm +Summary: A fast framebuffer-based terminal emulator +License: GPL-2.0+ +Group: System/Console +Version: 1.7 +Release: 0 +Url: http://code.google.com/p/fbterm/ + +Source: https://fbterm.googlecode.com/files/%name-1.7.0.tar.gz BuildRequires: fontconfig-devel +BuildRequires: freetype2-devel +BuildRequires: gcc-c++ +BuildRequires: gpm BuildRequires: ncurses-devel - +BuildRequires: pkg-config %if 0%{?suse_version} > 1210 # Fix build for openSUSE 12.2 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool %endif - -License: GPL-2.0+ -Group: System/Console -AutoReqProv: on -Summary: A fast framebuffer-based terminal emulator -Version: 1.7 -Release: 1 -Source: %{name}-1.7.0.tar.gz -Url: http://code.google.com/p/fbterm/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -71,18 +68,15 @@ %build autoreconf -fi -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +export CFLAGS="%optflags -fno-strict-aliasing" %configure -make +make %{?_smp_mflags} %install -%makeinstall +%make_install # disallow setuid bit for now... chmod 0755 $RPM_BUILD_ROOT%{_bindir}/fbterm -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT - %files %defattr(-, root, root) %doc README AUTHORS ChangeLog COPYING -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de