rpms/qterm/devel .cvsignore, 1.2, 1.3 qterm.spec, 1.1, 1.2 sources, 1.2, 1.3 qterm-0.5.10-qstring.patch, 1.1, NONE

supercyper supercyper at fedoraproject.org
Tue Jun 15 04:08:40 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qterm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9977

Modified Files:
	.cvsignore qterm.spec sources 
Removed Files:
	qterm-0.5.10-qstring.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qterm/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Apr 2010 04:47:26 -0000	1.2
+++ .cvsignore	15 Jun 2010 04:08:39 -0000	1.3
@@ -1 +1 @@
-qterm-0.5.10.tar.bz2
+qterm-0.5.11.tar.bz2


Index: qterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qterm/devel/qterm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qterm.spec	26 Apr 2010 04:47:26 -0000	1.1
+++ qterm.spec	15 Jun 2010 04:08:40 -0000	1.2
@@ -1,21 +1,20 @@
 Name:		qterm
-Version:	0.5.10
-Release:	2%{?dist}
+Version:	0.5.11
+Release:	1%{?dist}
 Summary:	BBS client for X Window System written in Qt
 Group:		Applications/Internet
 License:	GPLv2+
 URL:		http://qterm.sourceforge.net
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# https://sourceforge.net/tracker/?func=detail&atid=557096&aid=2992137&group_id=79581
-Patch0:		qterm-0.5.10-qstring.patch
 # README from debian
 Source1:	README.Debian
 BuildRequires:	phonon-devel
 BuildRequires:	openssl-devel
+BuildRequires:	qtscriptbindings
 BuildRequires:	cmake
 BuildRequires:	desktop-file-utils
-BuildRequires:	qtscriptbindings
 Requires:	hicolor-icon-theme
+%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
 
 %description
 QTerm is a BBS client for X Window System. It supports telnet,ssh1 and ssh2 
@@ -26,7 +25,6 @@ extra work, see README.package.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export PATH=%{_qt4_bindir}:$PATH
@@ -34,10 +32,9 @@ export PATH=%{_qt4_bindir}:$PATH
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install/fast DESTDIR=%{buildroot}
 
-desktop-file-install --vendor "" \
+desktop-file-install \
 	--dir %{buildroot}%{_datadir}/applications \
 	--remove-category Application \
 	--add-category RemoteAccess \
@@ -68,6 +65,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Tue Jun 15 2010 Chen Lei <supercyper at 163.com> - 0.5.11-1
+- Upstream to 0.5.11
+
 * Sun Apr 25 2010 Chen Lei <supercyper at 163.com> - 0.5.10-2
 - Add patch for building against qt-4.7 
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qterm/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Apr 2010 04:47:26 -0000	1.2
+++ sources	15 Jun 2010 04:08:40 -0000	1.3
@@ -1 +1 @@
-58c131d90a4b1e86f80eafe8f31a11b1  qterm-0.5.10.tar.bz2
+7f6e82c611d6ee16f0f43696626fb549  qterm-0.5.11.tar.bz2


--- qterm-0.5.10-qstring.patch DELETED ---



More information about the scm-commits mailing list