|
@@ -1,7 +1,7 @@
|
|
|
Name: tint2
|
|
|
Summary: Tint2 - A Lightweight Panel and Taskbar
|
|
|
Summary(ja): Tint2 - 軽量なパネルとタスクバー
|
|
|
-Version: 0.10
|
|
|
+Version: 0.11
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: User Interface/Desktops
|
|
@@ -21,7 +21,7 @@ BuildRequires: libXdamage-devel
|
|
|
|
|
|
Requires: pygtk2
|
|
|
|
|
|
-Source0: tint2-%{version}.tar.gz
|
|
|
+Source0: tint2-%{version}.tar.bz2
|
|
|
|
|
|
%description
|
|
|
Tint2 is a simple panel and taskbar intentionally made for
|
|
@@ -40,7 +40,7 @@ Tint2 は openbox3 のために作成されたシンプルなパネルとタス
|
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
|
-%configure --prefix=/usr --sysconfdir=/etc
|
|
|
+cmake -DCMAKE_INSTALL_PREFIX=/usr ./
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
@@ -55,15 +55,22 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
|
%defattr (-,root,root,-)
|
|
|
-%doc AUTHORS COPYING README ChangeLog NEWS
|
|
|
+%doc AUTHORS COPYING README ChangeLog
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
|
|
|
%{_bindir}/tint2*
|
|
|
%{_bindir}/tintwizard.py
|
|
|
-%{_datadir}/tint2
|
|
|
+%{_datadir}/applications/%{name}conf.desktop
|
|
|
+%{_datadir}/%{name}
|
|
|
+%{_datadir}/pixmaps/
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jun 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
|
|
|
+- new updtream release
|
|
|
+- changed %%build script
|
|
|
+- changed %%files section
|
|
|
+
|
|
|
* 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))
|