[lilyterm] - Update to 0.9.9 RC8

Christoph Wickert cwickert at fedoraproject.org
Sat Jan 22 00:32:09 UTC 2011


commit 1ba374c34a8048d8b3710f4f0d68aed86e36358b
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jan 22 01:31:59 2011 +0100

    - Update to 0.9.9 RC8

 lilyterm.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/lilyterm.spec b/lilyterm.spec
index eec98e8..24205c4 100644
--- a/lilyterm.spec
+++ b/lilyterm.spec
@@ -1,12 +1,14 @@
+%global prerelease rc8
+
 Name:           lilyterm
-Version:        0.9.8
-Release:        1%{?dist}
+Version:        0.9.9
+Release:        0.1%{?prerelease:.%{?prerelease}}%{?dist}
 Summary:        Light and easy to use X Terminal Emulator
 
 Group:          User Interface/X
 License:        GPLv3+
 URL:            http://lilyterm.luna.com.tw
-Source0:        http://lilyterm.luna.com.tw/file/lilyterm-%{version}.tar.gz
+Source0:        http://lilyterm.luna.com.tw/file/lilyterm-%{version}%{?prerelease:~%{?prerelease}}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.8.20
@@ -35,7 +37,7 @@ lot of features:
 
 
 %prep
-%setup -q
+%setup -qn lilyterm-%{version}%{?prerelease:~%{?prerelease}}
 
 
 %build
@@ -71,9 +73,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/gnome-control-center/default-apps/lilyterm.xml
 %{_datadir}/pixmaps/lilyterm.*
+%{_mandir}/man*/%{name}.*.*
 
 
 %changelog
+* Sat Jan 22 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.9-0.1.rc8
+- Update to 0.9.9 RC8
+
 * Wed Apr 07 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.8-1
 - Update to 0.9.8
 - License change from BSD to GPLv3+


More information about the scm-commits mailing list