[lxinput] Update to 0.3.2

Christoph Wickert cwickert at fedoraproject.org
Sun Jun 3 23:24:20 UTC 2012


commit 359ac00ed42caa61408c9cec67fdaf79c92f98d1
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Jun 4 01:24:14 2012 +0200

    Update to 0.3.2

 .gitignore   |    1 +
 lxinput.spec |   29 +++++++++++++++++------------
 sources      |    2 +-
 3 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bbdc02..567c116 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 lxinput-0.1.1.tar.gz
 lxinput-0.3.0.tar.gz
 /lxinput-0.3.1.tar.gz
+/lxinput-0.3.2.tar.gz
diff --git a/lxinput.spec b/lxinput.spec
index 7503aab..72ccd5c 100644
--- a/lxinput.spec
+++ b/lxinput.spec
@@ -1,8 +1,8 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=498130
 
 Name:           lxinput
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.3.2
+Release:        1%{?dist}
 Summary:        Keyboard and mouse settings dialog for LXDE
 
 Group:          User Interface/Desktops
@@ -12,7 +12,9 @@ Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{vers
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
-BuildRequires:  gettext intltool desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  intltool
+BuildRequires:  desktop-file-utils
 Requires:       lxsession >= 0.4.0
 
 %description
@@ -29,18 +31,18 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-desktop-file-install                                       \
-  --delete-original                                        \
-  --add-category=X-LXDE                                    \
-  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
-  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+desktop-file-install \
+  --delete-original \
+  --add-category=X-LXDE \
+  --dir=%{buildroot}%{_datadir}/applications \
+  %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files -f %{name}.lang
@@ -50,10 +52,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1.*
 
 
 %changelog
+* Sun Jun 03 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 3ea4754..b8066dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-948ad3371325f53bf8c4a7ed555558a4  lxinput-0.3.1.tar.gz
+5bf563d04984ef2a147433f3bdda687b  lxinput-0.3.2.tar.gz


More information about the scm-commits mailing list