[lxrandr] Update to 0.1.2 BuildRequire intltool

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 28 15:05:21 UTC 2011


commit 5174d4da53a3eefdfa78b387b660c4975d9b801f
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Aug 28 17:05:06 2011 +0200

    Update to 0.1.2
    BuildRequire intltool

 .gitignore   |    1 +
 lxrandr.spec |   21 ++++++++++++++-------
 sources      |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fabe295..392ec4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lxrandr-0.1.1.tar.gz
+/lxrandr-0.1.2.tar.gz
diff --git a/lxrandr.spec b/lxrandr.spec
index caacc90..d423066 100644
--- a/lxrandr.spec
+++ b/lxrandr.spec
@@ -1,6 +1,6 @@
 Name:           lxrandr
-Version:        0.1.1
-Release:        4%{?dist}
+Version:        0.1.2
+Release:        1%{?dist}
 Summary:        Simple monitor configuration tool
 
 Group:          User Interface/Desktops
@@ -9,7 +9,11 @@ URL:            http://lxde.org/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel libXrandr-devel gettext desktop-file-utils
+BuildRequires:  gtk2-devel
+BuildRequires:  libXrandr-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  intltool
 Requires:       xorg-x11-server-utils
 
 %description
@@ -26,12 +30,11 @@ Environment, but can be used in other desktop environments as well.
 %prep
 %setup -q
 # quick fix for the icon
-echo "Icon=video-display" >> data/%{name}.desktop.in
+sed -i 's/^Icon=display/Icon=video-display/g' data/lxrandr.desktop.in
+
 
 %build
 %configure
-# workaround for FTBFS #538905
-touch -r po/Makefile po/stamp-it
 make %{?_smp_mflags}
 
 
@@ -55,10 +58,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1.*
 
 
 %changelog
+* Sun Aug 28 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.2-1
+- Update to 0.1.2
+- BuildRequire intltool
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index c04f182..ba2f54f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab2c7f6be7e4fe6d1a26e324d836453e  lxrandr-0.1.1.tar.gz
+8a7391581541bba58839ac11dbf5b575  lxrandr-0.1.2.tar.gz


More information about the scm-commits mailing list