[Terminal/f14/master] - Rebuild for libfxce4gui 4.7.0

Christoph Wickert cwickert at fedoraproject.org
Sun Jan 9 12:06:31 UTC 2011


commit 9917a65ddb01cd8f06983d8b534c225a18ee4dbf
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Jan 9 13:06:09 2011 +0100

    - Rebuild for libfxce4gui 4.7.0

 Terminal.spec |   45 ++++++++++++++++++++++++++-------------------
 1 files changed, 26 insertions(+), 19 deletions(-)
---
diff --git a/Terminal.spec b/Terminal.spec
index 8abd6fa..5b81daa 100644
--- a/Terminal.spec
+++ b/Terminal.spec
@@ -1,23 +1,27 @@
-Summary: X Terminal Emulator
-Name: Terminal
-Version: 0.4.5
-Release: 2%{?dist}
-License: GPLv2+
-URL: http://www.xfce.org/projects/terminal/
-Source0:  http://archive.xfce.org/src/apps/terminal/0.4/Terminal-%{version}.tar.bz2
+%global minorversion 0.4
+
+Name:           Terminal
+Version:        0.4.5
+Release:        3%{?dist}
+Summary:        X Terminal Emulator for the Xfce Desktop environment
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://www.xfce.org/projects/terminal/
+Source0:        http://archive.xfce.org/src/apps/terminal/%{minorversion}/%{name}-%{version}.tar.bz2
 # http://bugzilla.xfce.org/show_bug.cgi?id=6686
-Patch0: Terminal-0.4.5-fix_build_with_sealed_vte.patch
-Group: User Interface/Desktops
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-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 >= 0.22
-BuildRequires: desktop-file-utils
+Patch0:         Terminal-0.4.5-fix_build_with_sealed_vte.patch
+Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+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 >= 0.22
+BuildRequires:  desktop-file-utils
 # required for Terminal-default-apps.xml
-Requires: control-center-filesystem
+Requires:       control-center-filesystem
 
 %description
 Terminal is a lightweight and easy to use terminal emulator application
@@ -34,7 +38,7 @@ make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
 desktop-file-install                                       \
   --delete-original                                        \
@@ -82,6 +86,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/*/man1/Terminal.1.*
 
 %changelog
+* Mon Nov 08 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.5-3
+- Rebuild for libfxce4gui 4.7.0
+
 * Thu Sep 09 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.5-2
 - Fix build error with vte >= 0.25.90 (#631447,bugzilla.xfce.org #6686)
 


More information about the scm-commits mailing list