[Terminal/f14/master] Revert "- Rebuild for libfxce4gui 4.7.0 because I was on the wrong branch"

Christoph Wickert cwickert at fedoraproject.org
Sun Jan 9 12:19:34 UTC 2011


commit c7e4331a4296a53c6734de599dc55497bb84a1a5
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Jan 9 13:18:45 2011 +0100

    Revert "- Rebuild for libfxce4gui 4.7.0 because I was on the wrong branch"
    
    This reverts commit 9917a65ddb01cd8f06983d8b534c225a18ee4dbf.

 Terminal.spec |   45 +++++++++++++++++++--------------------------
 1 files changed, 19 insertions(+), 26 deletions(-)
---
diff --git a/Terminal.spec b/Terminal.spec
index 5b81daa..8abd6fa 100644
--- a/Terminal.spec
+++ b/Terminal.spec
@@ -1,27 +1,23 @@
-%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
+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
 # http://bugzilla.xfce.org/show_bug.cgi?id=6686
-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
+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
 # 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
@@ -38,7 +34,7 @@ make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 desktop-file-install                                       \
   --delete-original                                        \
@@ -86,9 +82,6 @@ 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