[qt5-qtimageformats] import

Rex Dieter rdieter at fedoraproject.org
Fri Aug 30 13:07:31 UTC 2013


commit 0c88046cabc58cf9d9ffae12d15733d92ebb78e3
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Aug 30 08:07:19 2013 -0500

    import

 .gitignore              |    1 +
 qt5-qtimageformats.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..af6122a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qtimageformats-opensource-src-5.0.2.tar.xz
diff --git a/qt5-qtimageformats.spec b/qt5-qtimageformats.spec
new file mode 100644
index 0000000..f7316e7
--- /dev/null
+++ b/qt5-qtimageformats.spec
@@ -0,0 +1,61 @@
+
+%global qt_module qtimageformats
+
+Summary: Qt5 - QtImageFormats component
+Name:    qt5-%{qt_module}
+Version: 5.0.2
+Release: 2%{?dist}
+
+# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, 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
+
+BuildRequires: qt5-qtbase-devel >= %{version}
+BuildRequires: libmng-devel
+BuildRequires: libtiff-devel
+
+%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
+
+%description
+The core Qt Gui library by default supports reading and writing image
+files of the most common file formats: PNG, JPEG, BMP, GIF and a few more,
+ref. Reading and Writing Image Files. The Qt Image Formats add-on module
+provides optional support for other image file formats, including:
+MNG, TGA, TIFF, WBMP.
+
+
+%prep
+%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
+
+
+%build
+%{_qt5_qmake}
+
+make %{?_smp_mflags}
+
+
+%install
+make install INSTALL_ROOT=%{buildroot}
+
+
+%files
+%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL
+%{_qt5_plugindir}/imageformats/libqmng.so
+%{_qt5_plugindir}/imageformats/libqtga.so
+%{_qt5_plugindir}/imageformats/libqtiff.so
+%{_qt5_plugindir}/imageformats/libqwbmp.so
+
+
+%changelog
+* Wed Aug 28 2013 Rex Dieter <rdieter at fedoraproject.org> 5.0.2-2
+- update Source URL
+- include license files
+- improved description
+
+* 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..bacda85 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e397a4237f51cfef7a3b38ad29b831d7  qtimageformats-opensource-src-5.0.2.tar.xz


More information about the scm-commits mailing list