tint2-vl.spec 4.1 KB

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