[svn] r6353 - in trunk/rpms: . xbindkeys
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Jun 11 02:53:03 CEST 2008
Author: dag
Date: 2008-06-11 01:53:03 +0100 (Wed, 11 Jun 2008)
New Revision: 6353
Added:
trunk/rpms/xbindkeys/
trunk/rpms/xbindkeys/xbindkeys-1.7.3-rplmalloc.patch
trunk/rpms/xbindkeys/xbindkeys.spec
Log:
Updates
Added: trunk/rpms/xbindkeys/xbindkeys-1.7.3-rplmalloc.patch
===================================================================
--- trunk/rpms/xbindkeys/xbindkeys-1.7.3-rplmalloc.patch (rev 0)
+++ trunk/rpms/xbindkeys/xbindkeys-1.7.3-rplmalloc.patch 2008-06-11 00:53:03 UTC (rev 6353)
@@ -0,0 +1,11 @@
+--- ./configure.rplmalloc 2006-07-02 16:21:41.000000000 +0200
++++ ./configure 2006-07-02 16:22:06.000000000 +0200
+@@ -6191,7 +6191,7 @@
+
+
+ cat >>confdefs.h <<\_ACEOF
+-#define malloc rpl_malloc
++/* #define malloc rpl_malloc */
+ _ACEOF
+
+ fi
Added: trunk/rpms/xbindkeys/xbindkeys.spec
===================================================================
--- trunk/rpms/xbindkeys/xbindkeys.spec (rev 0)
+++ trunk/rpms/xbindkeys/xbindkeys.spec 2008-06-11 00:53:03 UTC (rev 6353)
@@ -0,0 +1,57 @@
+# $Id$
+# Authority: dag
+
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%{!?dtag:%define _with_modxorg 1}
+%{?el5: %define _with_modxorg 1}
+
+Summary: Binds keys or mouse buttons to shell commands under X
+Name: xbindkeys
+Version: 1.8.2
+Release: 1
+License: GPL
+Group: User Interface/X
+URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
+
+Source: http://hocwp.free.fr/xbindkeys/xbindkeys-%{version}.tar.gz
+Patch0: xbindkeys-1.7.3-rplmalloc.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: guile-devel
+%{?_with_modxorg:BuildRequires: libX11-devel}
+%{!?_with_modxorg:BuildRequires: XFree86-devel}
+Requires: tk
+
+%description
+xbindkeys is a program that allows you to launch shell commands
+with your keyboard or mouse under X. It links commands to keys
+or mouse buttons using a simple configuration file, and is
+independant of the window manager.
+
+%prep
+%setup
+%patch0 -b .rplmalloc
+
+%build
+%configure
+%{__make} %{?_smp_mflags} LDFLAGS="-lpthread"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
+%doc %{_mandir}/man1/xbindkeys.1*
+%doc %{_mandir}/man1/xbindkeys_show.1*
+%{_bindir}/xbindkeys
+%{_bindir}/xbindkeys_show
+
+%changelog
+* Wed Jun 11 2008 Dag Wieers <dag at wieers.com> - 1.8.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/xbindkeys/xbindkeys.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list