rpms/olpc-kbdshim/F-11 import.log, NONE, 1.1 olpc-kbdshim.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Fox pgf at fedoraproject.org
Thu Jun 11 20:07:12 UTC 2009


Author: pgf

Update of /cvs/pkgs/rpms/olpc-kbdshim/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12322/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log olpc-kbdshim.spec 
Log Message:
initial f-11 import



--- NEW FILE import.log ---
olpc-kbdshim-6-4:F-11:olpc-kbdshim-6-4.src.rpm:1244750749


--- NEW FILE olpc-kbdshim.spec ---
Summary: OLPC XO keyboard support daemon
Name: olpc-kbdshim
Version: 6
Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://dev.laptop.org/git/users/pgf/olpc-kbdshim/tree/README
# Source0: the source tarball is created by "make tarball" from within
# a clone of this git tree: git://dev.laptop.org/users/pgf/olpc-kbdshim
Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: kernel-headers, pkgconfig, glib2-devel
BuildRequires: dbus-glib-devel, hal-devel
ExclusiveArch: i586

Requires: hal

%description
The olpc-kbdshim-hal daemon integrates with hal to monitor the keyboard and
touchpad, enabling the XO "grab" keys and touchpad rotation (to match
screen rotation), and reporting user (in)activity.  It can also bind the XO
screen rotate and brightness keys to appropriate commands.

%prep
%setup -q

%build
export OPT_FLAGS="$RPM_OPT_FLAGS"
make 

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/hal/scripts
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/policy/20thirdparty
mkdir -p $RPM_BUILD_ROOT/%{_bindir}

%{__install} -p -m 755 olpc-kbdshim-hal $RPM_BUILD_ROOT/%{_libdir}/hal/scripts/olpc-kbdshim-hal
%{__install} -p -m 644 20-olpc-kbdshim.fdi $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/policy/20thirdparty/20-olpc-kbdshim.fdi
%{__install} -p -m 755 olpc-rotate $RPM_BUILD_ROOT/%{_bindir}/olpc-rotate
%{__install} -p -m 755 olpc-brightness $RPM_BUILD_ROOT/%{_bindir}/olpc-brightness


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING

%{_libdir}/hal/scripts/olpc-kbdshim-hal
%{_datadir}/hal/fdi/policy/20thirdparty/20-olpc-kbdshim.fdi
%{_bindir}/olpc-rotate
%{_bindir}/olpc-brightness

%post
echo A system restart may be necessary for
echo proper initialization of olpc-kbdshim-hal.

%changelog
* Wed Jun 10 2009 Paul Fox <pg at laptop.org>
- 6-4
- 6-3
- spec tweaks

* Sat Jun 6 2009 Paul Fox <pg at laptop.org>
- 6-2
- final acceptance review changes
- olpc-brightness added

* Mon May 4 2009 Paul Fox <pg at laptop.org>
- 6-1
- add local binding of rotate and brightness keys to
  eliminate sugar patching
- revise README

* Sat May 2 2009 Paul Fox <pg at laptop.org>
- 5-1
- we now "grab" the arrow keys so they cause scrolling too
- initial fedora review comments incorporated in spec file.

* Sun Apr 12 2009 Paul Fox <pgf at laptop.org>
- 4-1
- version numbering resync

* Sat Apr 11 2009 Paul Fox <pgf at laptop.org>
- 3-3
- fix sugar patch

* Tue Apr 7 2009 Paul Fox <pgf at laptop.org>
- 3-2
- convert to HAL-based operation

* Fri Mar 13 2009 Paul Fox <pgf at laptop.org>
- 2-2
- add comments to the post handler, fix rpmlint errors, rename
  LICENSING to COPYING



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jun 2009 04:53:38 -0000	1.1
+++ .cvsignore	11 Jun 2009 20:06:42 -0000	1.2
@@ -0,0 +1 @@
+olpc-kbdshim-6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jun 2009 04:53:38 -0000	1.1
+++ sources	11 Jun 2009 20:06:42 -0000	1.2
@@ -0,0 +1 @@
+18b5150fa16d26eb26feeb09d5fd4cab  olpc-kbdshim-6.tar.gz




More information about the fedora-extras-commits mailing list