commit lxshortcut for openSUSE:11.4
Hello community, here is the log from the commit of package lxshortcut for openSUSE:11.4 checked in at Sun Feb 27 14:54:15 CET 2011. -------- --- old-versions/11.4/all/lxshortcut/lxshortcut.changes 2010-06-07 16:16:39.000000000 +0200 +++ 11.4/lxshortcut/lxshortcut.changes 2011-02-25 20:29:51.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Feb 25 19:32:01 UTC 2011 - gber@opensuse.org + +- added lxshortcut-0.1.1-fix-missing-intltool-init.patch to + properly initialize intltool and fix infinite loop while building + message catalogs + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- lxshortcut-0.1.1-fix-missing-intltool-init.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxshortcut.spec ++++++ --- /var/tmp/diff_new_pack.l0x2vN/_old 2011-02-27 14:53:51.000000000 +0100 +++ /var/tmp/diff_new_pack.l0x2vN/_new 2011-02-27 14:53:51.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package lxshortcut (Version 0.1.1) +# spec file for package lxshortcut # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -20,12 +20,13 @@ Name: lxshortcut Version: 0.1.1 -Release: 3 +Release: 9.<RELEASE2> License: GPL Source0: %{name}-%{version}.tar.bz2 +Patch0: lxshortcut-0.1.1-fix-missing-intltool-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gtk2-devel pkg-config python python-xml -BuildRequires: autoconf automake intltool +BuildRequires: autoconf automake fdupes intltool Group: System/GUI/LXDE Summary: Creat shortcuts for lxde @@ -35,16 +36,17 @@ %prep %setup -q +%patch0 -p1 %build -export CFLAGS="$RPM_OPT_FLAGS" -export CXXFLAGS="$RPM_OPT_FLAGS" +autoreconf -fi %configure %__make %{?jobs:-j%{jobs}} %install %makeinstall %__rm -rf %{buildroot}/%{_datadir}/locale/ur_PK +%fdupes %{buildroot}/%{_datadir} %find_lang %name %clean ++++++ lxshortcut-0.1.1-fix-missing-intltool-init.patch ++++++ diff -ur lxshortcut-0.1.1.orig/configure.in lxshortcut-0.1.1/configure.in --- lxshortcut-0.1.1.orig/configure.in 2009-07-06 01:25:45.000000000 +0200 +++ lxshortcut-0.1.1/configure.in 2011-02-25 20:17:43.000000000 +0100 @@ -5,6 +5,7 @@ AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE +IT_PROG_INTLTOOL AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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