rpms/lxinput/F-10 lxinput.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Thu Apr 30 11:30:13 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxinput/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2726/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	lxinput.spec 
Log Message:
initial release for this branch


--- NEW FILE lxinput.spec ---
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=498130

Name:           lxinput
Version:        0.1
Release:        1%{?dist}
Summary:        Keyboard and mouse settings dialog for LXDE

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://lxde.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
BuildRequires:  gettext intltool desktop-file-utils
Requires:       lxde-settings-daemon

%description
LXInput is a keyboard and mouse configuration utility for LXDE, the 
Lightweight X11 Desktop Environment.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
desktop-file-install                                       \
  --delete-original                                        \
  --remove-only-show-in=LXDE                               \
  --add-category=X-LXDE                                    \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
#FIXME: add ChangeLog and NEWS if there is content
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop


%changelog
* Tue Apr 28 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxinput/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Apr 2009 04:59:52 -0000	1.1
+++ .cvsignore	30 Apr 2009 11:29:43 -0000	1.2
@@ -0,0 +1 @@
+lxinput-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxinput/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Apr 2009 04:59:52 -0000	1.1
+++ sources	30 Apr 2009 11:29:43 -0000	1.2
@@ -0,0 +1 @@
+fdf8243432459a26442d985de573ff4f  lxinput-0.1.tar.gz




More information about the fedora-extras-commits mailing list