]> git.pld-linux.org Git - packages/Terminal.git/commitdiff
- up to 0.2.2pre2
authorKarol Krenski <charles@pld-linux.org>
Wed, 29 Dec 2004 09:14:09 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR vte-devel up to >= 0.11.11

Changed files:
    Terminal.spec -> 1.9

Terminal.spec

index 94077a3d31f291c8393458405a35287ea0d7ce85..2929126d4b5de529144d7e2b8922763400d5f3c6 100644 (file)
@@ -1,12 +1,13 @@
+%define                pre     pre2
 Summary:       X Terminal Emulator
 Summary(pl):   Emulator terminala dla X
 Name:          Terminal
-Version:       0.2.0
-Release:       1
+Version:       0.2.2
+Release:       0.%{pre}.1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
-# Source0-md5: ddeffad55dd20d9ef77ef148d02cecb1
+Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}%{pre}.tar.bz2
+# Source0-md5: 94bc793413fbfd400c94ad15e7c5fdee
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf
 BuildRequires: dbus-glib-devel >= 0.22
@@ -16,7 +17,7 @@ BuildRequires:        libxfcegui4-devel >= 4.1.90
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
-BuildRequires: vte-devel >= 0.11.0
+BuildRequires: vte-devel >= 0.11.11
 Obsoletes:     xfce4-terminal
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,11 +28,11 @@ Advanced lightweight Terminal Emulator for the X windowing system.
 Zaawansowany emulator terminala dla systemu X Window.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{pre}
 
 %build
 %{__autoconf}
-%{__sed} -i 's@System;TerminalEmulator;@TerminalEmulator;@' Terminal.desktop
+%{__sed} -i 's,Categories.*,Categories=TerminalEmulator;,' Terminal.desktop
 %configure
 %{__make}
 
@@ -48,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
+%doc AUTHORS ChangeLog HACKING NEWS README THANKS
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/TerminalHelp
 %{_datadir}/%{name}
This page took 0.101048 seconds and 4 git commands to generate.