rpms/Terminal/F-11 sources, 1.9, 1.10 .cvsignore, 1.9, 1.10 Terminal.spec, 1.26, 1.27

Kevin Fenzi kevin at fedoraproject.org
Thu Oct 1 22:46:50 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/Terminal/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26663

Modified Files:
	sources .cvsignore Terminal.spec 
Log Message:
Update to 0.4.1



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Terminal/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	20 Apr 2009 23:21:59 -0000	1.9
+++ sources	1 Oct 2009 22:46:50 -0000	1.10
@@ -1 +1 @@
-adb419d279c9fc16d02291c052190717  Terminal-0.2.12.tar.bz2
+28380b421e414c8c25203e0ec3749922  Terminal-0.4.1.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Terminal/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	20 Apr 2009 23:21:59 -0000	1.9
+++ .cvsignore	1 Oct 2009 22:46:50 -0000	1.10
@@ -1 +1 @@
-Terminal-0.2.12.tar.bz2
+Terminal-0.4.1.tar.bz2


Index: Terminal.spec
===================================================================
RCS file: /cvs/extras/rpms/Terminal/F-11/Terminal.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- Terminal.spec	29 Jun 2009 15:34:24 -0000	1.26
+++ Terminal.spec	1 Oct 2009 22:46:50 -0000	1.27
@@ -1,19 +1,19 @@
 Summary: X Terminal Emulator
 Name: Terminal
-Version: 0.2.12
-Release: 2%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/projects/terminal/
-Source0: http://www.xfce.org/archive/xfce-4.6.1/src/Terminal-%{version}.tar.bz2
-Patch0: Terminal-0.2.12-alwaysshowtabs.patch
+Source0:  http://archive.xfce.org/src/apps/terminal/0.4/Terminal-%{version}.tar.bz2
 Group: User Interface/Desktops
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: vte-devel
+BuildRequires: vte-devel >= 0.17.1
 BuildRequires: exo-devel >= 0.3.4
 BuildRequires: libSM-devel
 BuildRequires: gettext intltool
 BuildRequires: startup-notification-devel
-BuildRequires: dbus-glib-devel
+BuildRequires: dbus-glib-devel >= 0.22
+BuildRequires: desktop-file-utils
 
 %description
 Terminal is a lightweight and easy to use terminal emulator application
@@ -22,7 +22,6 @@ it unique among X terminal emulators. 
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %configure
@@ -32,6 +31,11 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
+desktop-file-install                                       \
+  --delete-original                                        \
+  --add-category="GTK"                                     \
+  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
+  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +68,22 @@ fi
 %{_libexecdir}/TerminalHelp
 
 %changelog
+* Thu Oct 01 2009 Kevin Fenzi <kevin at tummy.com> - 0.4.1-1
+- Update to 0.4.1
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jul 20 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.0
+- Use desktop-file-install
+
+* Sun Jul 19 2009 Kevin Fenzi <kevin at tummy.com> - 0.2.99.1-1
+- Update to 0.2.99.1
+
+* Mon Apr 29 2009 Kevin Fenzi <kevin at tummy.com> - 0.2.12-3
+- Fix patch fuzz
+
 * Sun Apr 28 2009 Kevin Fenzi <kevin at tummy.com> - 0.2.12-2
 - Add patch for MiscAlwaysShowTabs segfault (fixes bug 502135)
 




More information about the fedora-extras-commits mailing list