commit imwheel for openSUSE:Factory
Hello community, here is the log from the commit of package imwheel for openSUSE:Factory checked in at 2015-08-01 11:34:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imwheel (Old) and /work/SRC/openSUSE:Factory/.imwheel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "imwheel" Changes: -------- --- /work/SRC/openSUSE:Factory/imwheel/imwheel.changes 2013-04-23 17:19:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.imwheel.new/imwheel.changes 2015-08-01 11:34:10.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jul 14 10:34:17 UTC 2015 - mpluskal@suse.com + +- Clenaup spec file with spec-cleaner +- Include %changelog in spec file +- Trim dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imwheel.spec ++++++ --- /var/tmp/diff_new_pack.Pv8XVU/_old 2015-08-01 11:34:11.000000000 +0200 +++ /var/tmp/diff_new_pack.Pv8XVU/_new 2015-08-01 11:34:11.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package imwheel # -# 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 @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: imwheel Version: 1.0.0pre12 Release: 0 -License: GPL-2.0+ Summary: Mouse Event to Key Event Mapper Daemon -Url: http://imwheel.sourceforge.net +License: GPL-2.0+ Group: Hardware/Other +Url: http://imwheel.sourceforge.net Source: http://prdownloads.sourceforge.net/imwheel/imwheel-%{version}.tar.gz - # PATCH-FIX-UPSTREAM to prevent compiler warnings # "cast from pointer to integer of different size" Patch1: imwheel-intptr_t.patch @@ -35,15 +33,16 @@ Patch3: imwheel-fix_destdir.patch # PATCH-FEATURE-OPENSUSE to put configs to /etc/ instead of /etc/X11. Patch4: imwheel-config_file_path.patch - BuildRequires: autoconf BuildRequires: automake -BuildRequires: gcc -BuildRequires: glibc-devel BuildRequires: libtool -BuildRequires: make -BuildRequires: xorg-x11-devel - +BuildRequires: pkg-config +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xmu) +BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(xtst) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,11 +60,12 @@ %build autoreconf -fiv -%configure --with-x +%configure \ + --with-x make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root) @@ -73,4 +73,6 @@ %doc M-BA47 NEWS README TODO %config(noreplace) %{_sysconfdir}/imwheelrc %{_bindir}/imwheel -%doc %{_mandir}/man1/imwheel.1* +%{_mandir}/man1/imwheel.1* + +%changelog
participants (1)
-
root@hilbert.suse.de