tint2-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Name: tint2
  2. Summary: Tint2 - A Lightweight Panel and Taskbar
  3. Summary(ja): Tint2 - 軽量なパネルとタスクバー
  4. Version: 0.10
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: User Interface/Desktops
  8. URL: http://code.google.com/p/tint2/
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: cairo-devel
  11. BuildRequires: libX11-devel
  12. BuildRequires: pango-devel
  13. BuildRequires: libXinerama-devel
  14. BuildRequires: imlib2-devel
  15. BuildRequires: glib2-devel
  16. BuildRequires: libXrandr-devel
  17. BuildRequires: libXrender-devel
  18. BuildRequires: libXcomposite-devel
  19. BuildRequires: libXdamage-devel
  20. Requires: pygtk2
  21. Source0: tint2-%{version}.tar.gz
  22. %description
  23. Tint2 is a simple panel and taskbar intentionally made for
  24. openbox3, but should also work with other window managers.
  25. The goal is to keep a clean and unintrusive look with code
  26. lightweight and compliance with freedesktop specifications.
  27. %description -l ja
  28. Tint2 は openbox3 のために作成されたシンプルなパネルとタスクバーですが、
  29. 他のウィンドウマネージャでも動作するはずです。
  30. 目標は freedesktop の仕様への準拠と軽量なコードでありながらも
  31. さっぱりとしたでしゃばらない外観を維持することです。
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --prefix=/usr --sysconfdir=/etc
  36. make %{?_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make install DESTDIR=$RPM_BUILD_ROOT
  40. # delete unnecessary files
  41. rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %files
  45. %defattr (-,root,root,-)
  46. %doc AUTHORS COPYING README ChangeLog NEWS
  47. %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
  48. %{_bindir}/tint2*
  49. %{_bindir}/tintwizard.py
  50. %{_datadir}/tint2
  51. %{_mandir}/man1/*
  52. %changelog
  53. * Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
  54. - new updtream release
  55. - added Requires: pygtk2 (for tint2 GUI config tool(tintwizard))
  56. - added BuildRequires: libXrender-devel
  57. * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-2
  58. - added BuildRequires: libXcomposite-devel (see [BTS:VineLinux:0928])
  59. - added BuildRequires: libXdamage-devel
  60. - added Japanese description
  61. * Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
  62. - new upstream release
  63. * Mon Dec 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
  64. - new upstream release
  65. * Thu Oct 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.1-1
  66. - initial build for VineSeed
  67. * Thu Jul 30 2009 Paulo Ricardo Zanoni <pzanoni@mandriva.com> 0.7.1-1mdv2010.0
  68. + Revision: 404604
  69. - Fix libx11 requirement for 64bit system
  70. - Update to tint2 0.7.1
  71. - It's a release, not an svn checkout
  72. - s/GPL2/GPLv2 (from rpmlint)
  73. - s/libx11-devel/libx11_6-devel (from rpmlint)
  74. - Old patches do not apply anymore, but I'm still keeping them in the repo
  75. (don't know if they are still necessary)
  76. * Wed Mar 11 2009 Caio Begotti <caio1982@mandriva.org> 0.6.0-svn69.1mdv2009.1
  77. + Revision: 353812
  78. - even more deps...
  79. - yet another missing dependency fixed
  80. - now it builds fine
  81. - i have forgot to fix the pkgconfig line as well (removing the incomplete/obsolete patch now)
  82. - i have forgot to fix the pkgconfig line as well
  83. - fixing the 'lib' part of my buildrequires according to salem's advice
  84. - a couple of fixes per review, thanks to salem and blino
  85. - fixes the building of the debug package, upstream was using stripping code manually
  86. - removing an wrongly package checkout from upstream svn
  87. - fixing the release tag
  88. - fixing building errors that i should be aware of before even trying it
  89. - import tint2