[qt5-qttranslations] import

Rex Dieter rdieter at fedoraproject.org
Mon Sep 30 16:21:57 UTC 2013


commit e7ec43b462ed677ab0095c1b77e4f66b68cc6a71
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Sep 30 11:21:43 2013 -0500

    import

 .gitignore              |    1 +
 qt5-qttranslations.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6fd499e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qttranslations-opensource-src-5.1.1.tar.xz
diff --git a/qt5-qttranslations.spec b/qt5-qttranslations.spec
new file mode 100644
index 0000000..f927972
--- /dev/null
+++ b/qt5-qttranslations.spec
@@ -0,0 +1,44 @@
+
+%global qt_module qttranslations
+
+Summary: Qt5 - QtTranslations module
+Name:    qt5-%{qt_module}
+Version: 5.1.1
+Release: 1%{?dist}
+
+License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL
+Url:     http://qt-project.org/
+Source0: http://download.qt-project.org/official_releases/qt/5.1/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+BuildArch: noarch
+
+BuildRequires: qt5-qttools-devel >= %{version}
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n %{qt_module}-opensource-src-%{version}
+
+
+%build
+%{_qt5_qmake}
+make %{?_smp_mflags}
+
+
+%install
+make install INSTALL_ROOT=$RPM_BUILD_ROOT
+
+
+%find_lang %{name} --all-name --with-qt --without-mo
+
+
+%files -f %{name}.lang
+%doc LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt
+## skip this if using %%find_lang macro
+#{_qt5_translationdir}/*
+
+
+%changelog
+* Sun Sep 22 2013 Rex Dieter <rdieter at fedoraproject.org> 5.1.1-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..b0f1127 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5ab0f6c326b9dc0a952cc496df2679aa  qttranslations-opensource-src-5.1.1.tar.xz


More information about the scm-commits mailing list