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