Hello community, here is the log from the commit of package xstroke for openSUSE:Factory checked in at 2014-10-23 14:20:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xstroke (Old) and /work/SRC/openSUSE:Factory/.xstroke.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xstroke" Changes: -------- --- /work/SRC/openSUSE:Factory/xstroke/xstroke.changes 2012-02-24 06:54:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xstroke.new/xstroke.changes 2014-10-23 14:21:01.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Oct 19 01:29:22 UTC 2014 - [email protected] + +- run spec cleaner +- gtk2-devel is not required. +- xorg-x11-devel use has been replaced by individual pkgconfig + buildrequires for current products. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xstroke.spec ++++++ --- /var/tmp/diff_new_pack.a2zcbu/_old 2014-10-23 14:21:02.000000000 +0200 +++ /var/tmp/diff_new_pack.a2zcbu/_new 2014-10-23 14:21:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xstroke # -# 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 @@ -17,22 +17,31 @@ Name: xstroke -BuildRequires: gtk2-devel -BuildRequires: libtool -BuildRequires: update-desktop-files -BuildRequires: xorg-x11-devel -Url: http://xstroke.org/ Version: 0.6 Release: 0 Summary: Fullscreen gesture recognition for X License: GPL-2.0+ Group: Hardware/Mobile +Url: http://xstroke.org/ Source: xstroke-%{version}.tar.bz2 Source1: xstroke.png Source2: xstroke.desktop # please upstream it Patch0: xstroke-no-copy-dt-needed-entries.patch +BuildRequires: libtool +BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} < 1220 +BuildRequires: xorg-x11-devel +%else +BuildRequires: pkgconfig +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xpm) +BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(xtst) +%endif #Requires: %description @@ -42,21 +51,21 @@ performs actions based on the gestures. %prep -%setup +%setup -q %patch0 -p1 autoreconf -f --install %build -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=%{_prefix} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir} --with-libdir=%{_libdir} -make +%configure +make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} libdir=%{_libdir} install +make DESTDIR=%{buildroot} mandir=%{_mandir} libdir=%{_libdir} install %suse_update_desktop_file -i xstroke -mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps -mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} -cp -pr AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/ +mkdir -p %{buildroot}%{_datadir}/pixmaps +cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps +mkdir -p %{buildroot}%{_defaultdocdir}/%{name} +cp -pr AUTHORS COPYING ChangeLog NEWS README TODO %{buildroot}%{_defaultdocdir}/%{name}/ %files %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
