[qt5-qtgraphicaleffects] import

Rex Dieter rdieter at fedoraproject.org
Fri Aug 30 03:22:50 UTC 2013


commit 898417a4e72354f7957f30cbb592bc9618ebc920
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Aug 29 22:22:36 2013 -0500

    import

 .gitignore                  |    1 +
 qt5-qtgraphicaleffects.spec |   64 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..63aa77f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qtgraphicaleffects-opensource-src-5.0.2.tar.xz
diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec
new file mode 100644
index 0000000..cb50e02
--- /dev/null
+++ b/qt5-qtgraphicaleffects.spec
@@ -0,0 +1,64 @@
+
+%global qt_module qtgraphicaleffects
+
+Summary: Qt5 - QtGraphicalEffects component
+Name:    qt5-%{qt_module}
+Version: 5.0.2
+Release: 2%{?dist}
+
+# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details
+License: LGPLv2 with exceptions or GPLv3 with exceptions
+Url: http://qt-project.org/
+Source0: http://download.qt-project.org/archive/qt/5.0/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+
+# debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch
+# todo: look into making this pkg proper noarch instead
+%global debug_package %{nil}
+
+BuildRequires: qt5-qtbase-devel >= %{version}
+BuildRequires: libmng-devel
+BuildRequires: libtiff-devel
+
+%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
+
+%description
+The Qt Graphical Effects module provides a set of QML types for adding
+visually impressive and configurable effects to user interfaces. Effects
+are visual items that can be added to Qt Quick user interface as UI
+components.
+
+
+%prep
+%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
+
+
+%build
+
+%{_qt5_qmake}
+
+make %{?_smp_mflags}
+
+
+%install
+
+make install INSTALL_ROOT=%{buildroot}
+
+
+%files
+%dir %{_qt5_archdatadir}/qml/
+%{_qt5_archdatadir}/qml/QtGraphicalEffects/
+
+
+%changelog
+* Wed Aug 28 2013 Rex Dieter <rdieter at fedoraproject.org> 5.0.2-2
+- improved description
+- update Source URL
+- clarify license comment
+- disable -debuginfo
+
+* Thu Apr 11 2013 Rex Dieter <rdieter at fedoraproject.org> 5.0.2-1
+- 5.0.2
+
+* Sat Feb 23 2013 Rex Dieter <rdieter at fedoraproject.org> 5.0.1-1
+- first try
+
diff --git a/sources b/sources
index e69de29..dbe98fc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3d4475a4702f7bbe8064f69e17f1e8dd  qtgraphicaleffects-opensource-src-5.0.2.tar.xz


More information about the scm-commits mailing list