Browse Source

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

kudoh 14 years ago
parent
commit
f83b8ea453
1 changed files with 8 additions and 4 deletions
  1. 8 4
      t/tint2/tint2-vl.spec

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

@@ -2,7 +2,7 @@ Name:		tint2
 Summary:	Tint2 - A Lightweight Panel and Taskbar
 Summary(ja):	Tint2 - 軽量なパネルとタスクバー
 Version:	0.11
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License: 	GPLv2+
 Group:		User Interface/Desktops
 URL:		http://code.google.com/p/tint2/
@@ -19,8 +19,6 @@ BuildRequires:	libXrender-devel
 BuildRequires:  libXcomposite-devel
 BuildRequires:  libXdamage-devel
 
-Requires:  pygtk2
-
 Source0:	tint2-%{version}.tar.bz2
 
 %description
@@ -50,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # delete unnecessary files
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
 
+# Remove tintwizard.py and package it separately
+rm -rf %{buildroot}%{_bindir}/tintwizard.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING README ChangeLog
 %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
 %{_bindir}/tint2*
-%{_bindir}/tintwizard.py
 %{_datadir}/applications/%{name}conf.desktop
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/
@@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 26 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-2
+- removed tintwizard.py (it would like to separately make package)
+- dropt Requires: pygtk2
+
 * Sun Jun 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
 - new updtream release
 - changed %%build script