[qtermwidget] Initial import (#952632).

Eugene A. Pivnev tieugene at fedoraproject.org
Tue Apr 23 21:39:07 UTC 2013


commit 613b880ffd5b25dd5440be8d3b00ed8fee0e846d
Author: TI_Eugene <ti.eugene at gmail.com>
Date:   Wed Apr 24 01:40:59 2013 +0400

    Initial import (#952632).

 .gitignore            |    1 +
 qtermwidget-fsf.patch |   11 +++++++
 qtermwidget.spec      |   70 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 4 files changed, 83 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..708df3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/0.4.0.tar.gz
diff --git a/qtermwidget-fsf.patch b/qtermwidget-fsf.patch
new file mode 100644
index 0000000..bdb29bf
--- /dev/null
+++ b/qtermwidget-fsf.patch
@@ -0,0 +1,11 @@
+--- COPYING.orig	2013-04-16 14:11:31.459603451 +0400
++++ COPYING	2013-04-16 14:12:22.234989601 +0400
+@@ -2,7 +2,7 @@
+ 		       Version 2, June 1991
+ 
+  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+  Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+ 
diff --git a/qtermwidget.spec b/qtermwidget.spec
new file mode 100644
index 0000000..c57aa81
--- /dev/null
+++ b/qtermwidget.spec
@@ -0,0 +1,70 @@
+Name:		qtermwidget
+Version:	0.4.0
+Release:	4%{?dist}
+License:	GPLv2+
+Summary:	Qt4 terminal widget
+URL:		https://github.com/qterminal/qtermwidget/
+Source0:	https://github.com/qterminal/qtermwidget/archive/%{version}.tar.gz
+# https://github.com/qterminal/qtermwidget/issues/10
+Patch0:		qtermwidget-fsf.patch
+BuildRequires:	cmake, pkgconfig(QtGui)
+
+%description
+QTermWidget is an open-source project originally based on KDE4 Konsole
+application, but it took its own direction later.
+The main goal of this project is to provide Unicode-enabled, embeddable
+QT widget for using as a built-in console (or terminal emulation widget)
+
+%package devel
+Summary:	Qt4 terminal widget - devel package
+Requires:	%{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+Development files for qtermwidget library.
+
+%prep
+%setup0 -q
+%patch0 -p 0
+
+%build
+mkdir build
+pushd build
+%cmake ..
+make %{?_smp_mflags}
+popd
+
+%install
+pushd build
+%make_install
+popd
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%doc AUTHORS COPYING Changelog README
+%{_libdir}/lib%{name}.so.*
+%{_libdir}/qt4/plugins/designer/lib%{name}plugin.so
+%{_datadir}/%{name}/
+
+%files devel
+%{_includedir}/%{name}.h
+%{_libdir}/lib%{name}.so
+
+%changelog
+* Tue Apr 23 2013 TI_Eugene <ti.eugene at gmail.com> - 0.4.0-4
+- _isa added to -devel Requires.
+
+* Thu Apr 18 2013 TI_Eugene <ti.eugene at gmail.com> - 0.4.0-3
+- all cmake flags removed. "%cmake .." is the best.
+
+* Thu Apr 18 2013 TI_Eugene <ti.eugene at gmail.com> - 0.4.0-2
+- release added to -devel Requires
+- dist tag added
+- patch link to upstream issue added
+- -devel description changed (environment > files)
+- designer plugin moved to main package
+
+* Tue Apr 16 2013 TI_Eugene <ti.eugene at gmail.com> - 0.4.0-1
+- Initial Fedora packaging
diff --git a/sources b/sources
index e69de29..7f2a537 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+10c35163f9002717787d0afed8d2c130  0.4.0.tar.gz


More information about the scm-commits mailing list