rpms/lock-keys-applet/devel lock-keys-applet.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:13:35 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/lock-keys-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5704/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lock-keys-applet.spec 
Log Message:
auto-import lock-keys-applet-1.0-1 on branch devel from lock-keys-applet-1.0-1.src.rpm
Initial import


--- NEW FILE lock-keys-applet.spec ---
Name:           lock-keys-applet
Version:        1.0
Release:        1
Summary:        A GNOME panel applet that shows the status of the lock keys
Group:          Applications/System
License:        GPL
URL:            http://mfcn.ilo.de/led_applet/
Source0:        http://www.wh-hms.uni-ulm.de/~mfcn/shared/lock-keys/lock-keys-applet-1.0.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libgnomeui-devel gnome-panel-devel
Requires:       libgnomeui gnome-panel
Requires(post): scrollkeeper
Requires(postun): scrollkeeper

%description
lock-keys-applet is a GNOME applet that shows the status of the Caps, Num and Scroll Lock keys of your keyboard. This isn't especially usefull for normal keyboards as they have LEDs for that. But some keyboards (especially wireless keyboards) don't. One more feature of the applet is that it saves the status of the lock keys and restores them when starting GNOME.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post
scrollkeeper-update

%postun
scrollkeeper-update

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_datadir}/gnome/help/%{name}
%{_datadir}/locale/*/*/%{name}.mo
%{_datadir}/omf/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/bonobo/servers/*.server
%{_libexecdir}/%{name}

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-1
- Bump release to 1
- Added Requires(post) and Requires(postun)

* Mon Feb  7 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:1.0-0.iva.0
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lock-keys-applet/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:13:07 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:13:33 -0000	1.2
@@ -0,0 +1 @@
+lock-keys-applet-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lock-keys-applet/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:13:07 -0000	1.1
+++ sources	16 Mar 2005 17:13:33 -0000	1.2
@@ -0,0 +1 @@
+8dc772d62f0881c8978513d7e69de3db  lock-keys-applet-1.0.tar.gz




More information about the fedora-extras-commits mailing list