Selaa lähdekoodia

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1179 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 vuotta sitten
vanhempi
commit
f1026f948e
1 muutettua tiedostoa jossa 14 lisäystä ja 4 poistoa
  1. 14 4
      t/tint2/tint2-vl.spec

+ 14 - 4
t/tint2/tint2-vl.spec

@@ -1,11 +1,11 @@
 Name:		tint2
 Summary:	Tint2 - A Lightweight Panel and Taskbar
 Summary(ja):	Tint2 - 軽量なパネルとタスクバー
-Version:	0.9
-Release:	2%{?_dist_release}
+Version:	0.10
+Release:	1%{?_dist_release}
 License: 	GPLv2+
 Group:		User Interface/Desktops
-Url:		http://code.google.com/p/tint2/
+URL:		http://code.google.com/p/tint2/
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	cairo-devel
@@ -15,8 +15,12 @@ BuildRequires:	libXinerama-devel
 BuildRequires:	imlib2-devel
 BuildRequires:	glib2-devel
 BuildRequires:	libXrandr-devel
+BuildRequires:	libXrender-devel
 BuildRequires:  libXcomposite-devel
 BuildRequires:  libXdamage-devel
+
+Requires:  pygtk2
+
 Source0:	tint2-%{version}.tar.gz
 
 %description
@@ -53,12 +57,18 @@ rm -rf $RPM_BUILD_ROOT
 %defattr (-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog NEWS
 %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
-%{_bindir}/tint2
+%{_bindir}/tint2*
+%{_bindir}/tintwizard.py
 %{_datadir}/tint2
 %{_mandir}/man1/*
 
 
 %changelog
+* Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
+- new updtream release
+- added Requires: pygtk2 (for tint2 GUI config tool(tintwizard))
+- added BuildRequires: libXrender-devel
+
 * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-2
 - added BuildRequires: libXcomposite-devel (see [BTS:VineLinux:0928])
 - added BuildRequires: libXdamage-devel