]> git.pld-linux.org Git - packages/Terminal.git/commitdiff
- updated to 0.2.8
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 7 Dec 2007 14:35:32 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added locale-names patch

Changed files:
    Terminal.spec -> 1.21

Terminal.spec

index 9c90776c50ae90683743070197789ad566efe429..b727a42d40e429117e37605324ca5f5ae993ab28 100644 (file)
@@ -1,15 +1,16 @@
 #
-%define                xfce_version    4.4.0
+%define                xfce_version    4.4.2
 #
 Summary:       X Terminal Emulator
 Summary(pl.UTF-8):     Emulator terminala dla X
 Name:          Terminal
-Version:       0.2.6
+Version:       0.2.8
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: ed091c02e002e2402e3203a2ab2f7c9a
+# Source0-md5: cfe660ecf50e9d3b073576bbc4af6ab2
+Patch0:                %{name}-locale-names.patch
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -27,7 +28,7 @@ BuildRequires:        rpmbuild(macros) >= 1.311
 BuildRequires: sed >= 4.0
 BuildRequires: startup-notification-devel >= 0.8
 BuildRequires: vte-devel >= 0.14.1
-BuildRequires: xfce4-dev-tools >= %{xfce_version}
+BuildRequires: xfce4-dev-tools >= 4.4.0.1
 Requires(post,postun): gtk+2 >= 2:2.10.6
 Requires(post,postun): hicolor-icon-theme
 Obsoletes:     xfce4-terminal
@@ -41,9 +42,14 @@ Zaawansowany emulator terminala dla systemu X Window.
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv -f po/{nb_NO,nb}.po
+mv -f po/{pt_PT,pt}.po
 
 %build
 %{__sed} -i 's,Categories.*,Categories=GTK;TerminalEmulator;,' Terminal.desktop.in
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -86,5 +92,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/C
 %{_docdir}/%{name}/*.css
+%lang(fr) %{_docdir}/%{name}/fr
 %lang(ja) %{_docdir}/%{name}/ja
 %{_mandir}/man1/%{name}*
This page took 0.101163 seconds and 4 git commands to generate.