rpms/xkeycaps/devel xkeycaps.desktop, NONE, 1.1 xkeycaps.png, NONE, 1.1 xkeycaps.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Jan 17 04:51:29 UTC 2006


Author: spot

Update of /cvs/extras/rpms/xkeycaps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28416/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xkeycaps.desktop xkeycaps.png xkeycaps.spec 
Log Message:
auto-import xkeycaps-2.46-2 on branch devel from xkeycaps-2.46-2.src.rpm


--- NEW FILE xkeycaps.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xkeycaps
GenericName=xkeycaps
Comment=Graphical front-end to xmodmap
Exec=xkeycaps
Icon=xkeycaps.png
StartupNotify=false
Terminal=false
Type=Application
Categories=X-Fedora;SystemSetup;Application;
Version=2.46


--- NEW FILE xkeycaps.spec ---
# FC-5 version

Name:		xkeycaps
Summary: 	Graphical front end to xmodmap
Version:	2.46
Release:	2%{?dist}
License:	BSD-ish
Group:		Applications/System
Source0:	http://www.jwz.org/xkeycaps/%{name}-%{version}.tar.Z
Source1:	xkeycaps.desktop
Source2:	xkeycaps.png
URL:		http://www.jwz.org/xkeycaps/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	xorg-x11-xbitmaps, libICE-devel, libXmu-devel, libSM-devel
BuildRequires:	libXaw-devel, imake, libXt-devel, xorg-x11-proto-devel
BuildRequires:	desktop-file-utils, libXext-devel
Requires:	xorg-x11-server-utils

%description
xkeycaps is a graphical front-end to xmodmap. It opens a window that 
looks like a keyboard; moving the mouse over a key shows what KeySyms 
and Modifier bits that key generates. Clicking on a key simulates 
KeyPress/KeyRelease events on the window of your choice. It is possible 
to change the KeySyms and Modifiers generated by a key through a 
mouse-based interface. This program can also write an input file for 
xmodmap to recreate your changes in future sessions.

%prep
%setup -q 

%build
xmkmf
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m0644 xkeycaps.man $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README sgi-microsoft.txt
%{_bindir}/xkeycaps
%{_datadir}/applications/fedora-xkeycaps.desktop
%{_datadir}/pixmaps/xkeycaps.png
%{_mandir}/man1/*

%changelog
* Mon Jan 16 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.46-2
- add missing BR
- fix missing desktop file

* Thu Dec 15 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.46-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xkeycaps/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jan 2006 04:50:42 -0000	1.1
+++ .cvsignore	17 Jan 2006 04:51:28 -0000	1.2
@@ -0,0 +1 @@
+xkeycaps-2.46.tar.Z


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xkeycaps/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jan 2006 04:50:42 -0000	1.1
+++ sources	17 Jan 2006 04:51:28 -0000	1.2
@@ -0,0 +1 @@
+6792f828db6538f44f7696a8783b44ac  xkeycaps-2.46.tar.Z




More information about the fedora-extras-commits mailing list