Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2015-08-13 18:09:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xtermset (Old)
 and      /work/SRC/openSUSE:Factory/.xtermset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtermset"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes        2013-04-08 
15:04:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2015-08-13 
18:09:05.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 11 06:50:04 UTC 2015 - [email protected]
+
+- Use %configure macro
+- Update dependencies
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xtermset.spec ++++++
--- /var/tmp/diff_new_pack.zTqzUi/_old  2015-08-13 18:09:06.000000000 +0200
+++ /var/tmp/diff_new_pack.zTqzUi/_new  2015-08-13 18:09:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,20 @@
 
 
 Name:           xtermset
-BuildRequires:  automake
+Version:        0.5.2
+Release:        0
 Summary:        A program to change the settings of an xterm
 License:        GPL-2.0+ and MIT
 Group:          System/X11/Terminals
-Version:        0.5.2
-Release:        0
 Url:            http://sourceforge.net/projects/clts/
 Source:         
http://downloads.sourceforge.net/project/clts/xtermset/%{version}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}.dif
 Patch1:         %{name}-%{version}-strcat.patch
 Patch2:         %{name}-%{version}-dash.patch
 Patch3:         xtermset-automake-1.13.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,20 +39,16 @@
 you would give an xterm at startup.
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1
 %patch2
 %patch3 -p1
 
 %build
-aclocal
-automake -a
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
-                        --prefix=/usr \
-                        --mandir=%{_mandir}
-make
+autoreconf -fiv
+%configure
+make %{?_smp_mflags}
 
 %install
 make "DESTDIR=$RPM_BUILD_ROOT" install
@@ -58,11 +56,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
-/usr/bin/xtermset
+%{_bindir}/xtermset
 %{_mandir}/man?/*
-/usr/share/xtermset/
-
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}
+%{_datadir}/xtermset/
 
 %changelog


Reply via email to