commit 8e13494b9591ebacd48bf269fbbc18d50ec0bdc8
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Apr 16 11:10:24 2015 +0300

    some fixes
    
    - no utf in C locale
    - fix qtxml dep
    - fix qt4 qmake call

 touchegg.spec | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/touchegg.spec b/touchegg.spec
index d305299..27df2e4 100644
--- a/touchegg.spec
+++ b/touchegg.spec
@@ -1,4 +1,5 @@
-Summary:       Touchégg - Multitouch gesture recognizer
+Summary:       Touchegg - Multitouch gesture recognizer
+Summary(en.UTF-8):     Touchégg - Multitouch gesture recognizer
 Name:          touchegg
 Version:       1.1.1
 Release:       0.1
@@ -9,24 +10,25 @@ Source0:     
https://touchegg.googlecode.com/files/%{name}-%{version}.tar.gz
 URL:           http://code.google.com/p/touchegg/
 BuildRequires: QtCore-devel
 BuildRequires: QtGui-devel
-BuildRequires: QtXML-devel
+BuildRequires: QtXml-devel
 BuildRequires: qt4-qmake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Touchegg - Multitouch gesture recognizer.
+
+%description -l en.UTF-8
 Touchégg - Multitouch gesture recognizer.
 
 %prep
 %setup -q
 
 %build
-qt4-qmake
+qmake-qt4
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -36,5 +38,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS CHANGES ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/%{name}*
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%attr(755,root,root) %{_bindir}/%{name}*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/touchegg.git/commitdiff/8e13494b9591ebacd48bf269fbbc18d50ec0bdc8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to