SPECS: pbbuttonsd.spec - up to 0.7.4 - enabled ibam support - rege...

sparky sparky at pld-linux.org
Sat Jan 28 19:16:23 CET 2006


Author: sparky                       Date: Sat Jan 28 18:16:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.7.4
- enabled ibam support
- regenerate all auto*
- many more BR's

---- Files affected:
SPECS:
   pbbuttonsd.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/pbbuttonsd.spec
diff -u SPECS/pbbuttonsd.spec:1.39 SPECS/pbbuttonsd.spec:1.40
--- SPECS/pbbuttonsd.spec:1.39	Sun Dec  4 23:34:26 2005
+++ SPECS/pbbuttonsd.spec	Sat Jan 28 19:16:17 2006
@@ -7,19 +7,24 @@
 Summary:	Daemon that handle the special hotkeys of an Apple iBook, Powerbook or TiBook
 Summary(pl):	Demon obsługujący klawisze specjalne w Apple iBook, Powerbook i TiBook
 Name:		pbbuttonsd
-Version:	0.7.1
+Version:	0.7.4
 Release:	1
 License:	GPL
 Group:		Daemons
 Source0:	http://dl.sourceforge.net/pbbuttons/%{name}-%{version}.tar.gz
-# Source0-md5:	aa8421806a5875ba5c46341a1f2b57cb
+# Source0-md5:	c67669fe0d9ce4115265970094ad0b97
 Source1:	%{name}.init
 Source2:	%{name}.sysconf
 Source3:	%{name}-initreq.h
 Patch0:		%{name}-c++.patch
-URL:		http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html
+URL:		http://pbbuttons.berlios.de/
 %{?with_alsa:BuildRequires:	alsa-lib-devel}
 BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext
+BuildRequires:	glib2-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRequires:	sed >= 4.0
 Requires:	rc-scripts
 Requires(post,preun):	/sbin/chkconfig
@@ -77,10 +82,15 @@
 cp %{SOURCE3} initreq.h
 
 %build
-%{__autoconf}
-CFLAGS="-I. %{rpmcflags}"; export CFLAGS
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}  
+%{__autoconf} 
+%{__autoheader}
+%{__automake}
 %configure \
-	--without-pmud \
+	--without-pmud	\
+	--with-ibam	\
 	--with%{!?with_alsa:out}-alsa \
 	--with%{!?with_oss:out}-oss
 
@@ -156,6 +166,8 @@
 %attr(754,root,root) /etc/rc.d/init.d/pbbuttonsd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pbbuttonsd.conf
+%dir %{_localstatedir}/lib/ibam
+%dir %{_localstatedir}/lib/pbbuttons
 
 %dir /etc/power
 
@@ -187,6 +199,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2006/01/28 18:16:17  sparky
+- up to 0.7.4
+- enabled ibam support
+- regenerate all auto*
+- many more BR's
+
 Revision 1.39  2005/12/04 22:34:26  glen
 - adapterized (sorted verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pbbuttonsd.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list