rpms/lilyterm/devel .cvsignore, 1.2, 1.3 lilyterm.spec, 1.3, 1.4 sources, 1.2, 1.3

Christoph Wickert cwickert at fedoraproject.org
Wed Apr 7 22:05:56 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/lilyterm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26306/devel

Modified Files:
	.cvsignore lilyterm.spec sources 
Log Message:
* 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+
- Require control-center-filesystem for gnome-default-applications integration



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lilyterm/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 Apr 2009 01:36:09 -0000	1.2
+++ .cvsignore	7 Apr 2010 22:05:55 -0000	1.3
@@ -1 +1 @@
-lilyterm-0.9.6.tar.gz
+lilyterm-0.9.8.tar.gz


Index: lilyterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilyterm/devel/lilyterm.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- lilyterm.spec	25 Jul 2009 11:04:39 -0000	1.3
+++ lilyterm.spec	7 Apr 2010 22:05:55 -0000	1.4
@@ -1,17 +1,18 @@
 Name:           lilyterm
-Version:        0.9.6
-Release:        3%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 Summary:        Light and easy to use X Terminal Emulator
 
 Group:          User Interface/X
-License:        BSD
+License:        GPLv3+
 URL:            http://lilyterm.luna.com.tw
-Source0:        http://lilyterm.luna.com.tw/lilyterm-%{version}.tar.gz
+Source0:        http://lilyterm.luna.com.tw/file/lilyterm-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.8.20
 BuildRequires:  vte-devel >= 0.12.2
 BuildRequires:  desktop-file-utils intltool
+Requires:       control-center-filesystem
 
 %description
 LilyTerm is a light and easy to use libvte based X Terminal Emulator with a 
@@ -34,11 +35,11 @@ lot of features:
 
 %prep
 %setup -q
-chmod +x ./autogen.sh
 
 
 %build
-./autogen.sh
+export NOCONFIGURE=yes
+sh autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -64,13 +65,19 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
-%config(noreplace) %{_sysconfdir}/xdg/lilyterm.rc
+%config(noreplace) %{_sysconfdir}/xdg/lilyterm.conf
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/gnome-control-center/default-apps/lilyterm.xml
 %{_datadir}/pixmaps/lilyterm.*
 
 
 %changelog
+* 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+
+- Require control-center-filesystem for gnome-default-applications integration
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lilyterm/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Apr 2009 01:36:09 -0000	1.2
+++ sources	7 Apr 2010 22:05:56 -0000	1.3
@@ -1 +1 @@
-d18e93fd679b9b8aea1d25d5cf4fbb70  lilyterm-0.9.6.tar.gz
+995f7b4634523bf5e150b529a4bdbf6f  lilyterm-0.9.8.tar.gz



More information about the scm-commits mailing list