tint2-vl.spec 3.2 KB

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