Author: czarny Date: Tue Mar 7 19:25:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - init spec
---- Files affected: SPECS: lineak-defaultplugin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/lineak-defaultplugin.spec diff -u /dev/null SPECS/lineak-defaultplugin.spec:1.1 --- /dev/null Tue Mar 7 20:25:40 2006 +++ SPECS/lineak-defaultplugin.spec Tue Mar 7 20:25:35 2006 @@ -0,0 +1,99 @@ +# $Revision$, $Date$ +%define packagename lineak_defaultplugin + +Summary: This is the default plugin for the lineakd daemon. +Summary(pl): To jest domyĹlna wtyczka demona lineakd. +Name: lineak-defaultplugin +Version: 0.8.4 +Release: 0.9 +License: GPL +Url: http://lineak.sourceforge.net +Group: Applications/System +Source0: http://dl.sourceforge.net/lineak/%{packagename}-%{version}.tar.gz +# Source0-md5: 336b4fa5aa40b1166c2aa5418740357b +Patch0: %{name}-DESTDIR.patch +BuildRequires: autoconf >= 2.54 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: libtool +BuildRequires: lineakd >= %{version} +Requires: lineakd >= %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a set of plugins for lineakd. The plugins allow binding +actions to special keys. This plugin contains the original lineakd +macros: + +EAK_MUTE +EAK_VOLUP +EAK_VOLDOWN +EAK_PCM_UP +EAK_PCM_DOWN +EAK_PCM_MUTE +EAK_EJECT +EAK_OPEN_TRAY_SCSI +EAK_OPEN_TRAY +EAK_CLOSE_TRAY +EAK_SENDKEYS or EAK_SYM +EAK_SENDKEYS_ROOT +EAK_MEDIADETECT + +%description -l pl +To jest zbiĂłr wtyczek do lineakd. Wtyczki te pozwalajÄ na +dowiÄ zywanie akcji do specjalnych klaiwszy. Ten plugin zawiera +pierwotne makra lineakd: + +EAK_MUTE +EAK_VOLUP +EAK_VOLDOWN +EAK_PCM_UP +EAK_PCM_DOWN +EAK_PCM_MUTE +EAK_EJECT +EAK_OPEN_TRAY_SCSI +EAK_OPEN_TRAY +EAK_CLOSE_TRAY +EAK_SENDKEYS or EAK_SYM +EAK_SENDKEYS_ROOT +EAK_MEDIADETECT + +%prep +%setup -q -n %{packagename}-%{version} +%patch0 -p1 + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} + +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog README TODO media-detect.conf +%{_libdir}/lineakd/plugins/* +%{_sysconfdir}/* +%{_mandir}/*/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.1 2006/03/07 19:25:35 czarny +- init spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
