tint2-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Name: tint2
  2. Summary: Tint2 - A Lightweight Panel and Taskbar
  3. Summary(ja): Tint2 - 軽量なパネルとタスクバー
  4. Version: 0.11
  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.bz2
  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. cmake -DCMAKE_INSTALL_PREFIX=/usr ./
  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
  47. %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
  48. %{_bindir}/tint2*
  49. %{_bindir}/tintwizard.py
  50. %{_datadir}/applications/%{name}conf.desktop
  51. %{_datadir}/%{name}
  52. %{_datadir}/pixmaps/
  53. %{_mandir}/man1/*
  54. %changelog
  55. * Sun Jun 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
  56. - new updtream release
  57. - changed %%build script
  58. - changed %%files section
  59. * Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
  60. - new updtream release
  61. - added Requires: pygtk2 (for tint2 GUI config tool(tintwizard))
  62. - added BuildRequires: libXrender-devel
  63. * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-2
  64. - added BuildRequires: libXcomposite-devel (see [BTS:VineLinux:0928])
  65. - added BuildRequires: libXdamage-devel
  66. - added Japanese description
  67. * Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
  68. - new upstream release
  69. * Mon Dec 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
  70. - new upstream release
  71. * Thu Oct 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.1-1
  72. - initial build for VineSeed
  73. * Thu Jul 30 2009 Paulo Ricardo Zanoni <pzanoni@mandriva.com> 0.7.1-1mdv2010.0
  74. + Revision: 404604
  75. - Fix libx11 requirement for 64bit system
  76. - Update to tint2 0.7.1
  77. - It's a release, not an svn checkout
  78. - s/GPL2/GPLv2 (from rpmlint)
  79. - s/libx11-devel/libx11_6-devel (from rpmlint)
  80. - Old patches do not apply anymore, but I'm still keeping them in the repo
  81. (don't know if they are still necessary)
  82. * Wed Mar 11 2009 Caio Begotti <caio1982@mandriva.org> 0.6.0-svn69.1mdv2009.1
  83. + Revision: 353812
  84. - even more deps...
  85. - yet another missing dependency fixed
  86. - now it builds fine
  87. - i have forgot to fix the pkgconfig line as well (removing the incomplete/obsolete patch now)
  88. - i have forgot to fix the pkgconfig line as well
  89. - fixing the 'lib' part of my buildrequires according to salem's advice
  90. - a couple of fixes per review, thanks to salem and blino
  91. - fixes the building of the debug package, upstream was using stripping code manually
  92. - removing an wrongly package checkout from upstream svn
  93. - fixing the release tag
  94. - fixing building errors that i should be aware of before even trying it
  95. - import tint2