orage-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. Name: orage
  2. Version: 4.12.1
  3. Release: 2%{?_dist_release}
  4. Summary: Time-managing application for Xfce desktop environment
  5. Summary(ja): Xfce デスクトップ環境向け時間管理アプリケーション
  6. Group: Applications/Accessories
  7. License: GPLv2
  8. URL: http://www.xfce.org/projects/orage
  9. Source0: http://archive.xfce.org/src/apps/%{name}/4.12/%{name}-%{version}.tar.bz2
  10. # https://bugzilla.redhat.com/show_bug.cgi?id=1512302
  11. Patch1: libical-3.0.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: dbus-glib-devel >= 0.34
  14. BuildRequires: gettext
  15. BuildRequires: gtk2-devel >= 2.10.0
  16. BuildRequires: intltool >= 0.31
  17. BuildRequires: libical-devel
  18. BuildRequires: libnotify-devel >= 0.3.2
  19. BuildRequires: pkgconfig
  20. BuildRequires: popt-devel
  21. BuildRequires: xfce4-panel-devel >= 4.8.0
  22. Obsoletes: xfcalendar
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. Time-managing application for Xfce desktop environment.
  27. %prep
  28. %setup -q
  29. %patch1 -p1
  30. %build
  31. %configure
  32. make
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install DESTDIR=$RPM_BUILD_ROOT
  36. rm -rf $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
  37. rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
  38. %find_lang %{name}
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %post
  42. touch --no-create %{_datadir}/icons/hicolor
  43. %posttrans
  44. gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  45. %postun
  46. if [ $1 -eq 0 ] ; then
  47. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  48. gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  49. fi
  50. %files -f %{name}.lang
  51. %defattr(-,root,root)
  52. %doc README ChangeLog COPYING AUTHORS NEWS
  53. %{_bindir}/orage
  54. %{_bindir}/tz_convert
  55. %{_bindir}/globaltime
  56. %{_libdir}/xfce4/panel/plugins/*.so
  57. %{_datadir}/applications/*.desktop
  58. %{_datadir}/dbus-1/services/*
  59. %{_datadir}/icons/hicolor/*/apps/*
  60. %{_datadir}/orage/
  61. %{_datadir}/xfce4/panel/plugins/*.desktop
  62. %{_mandir}/man1/*
  63. %changelog
  64. * Wed Jan 31 2018 Toshiaki Ara <ara_t@384.jp> 4.12.1-2
  65. - rebuild under current VineSeed environment
  66. - add patch1 (libical-3.0.patch)
  67. * Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.1-1
  68. - new upstrem release
  69. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-2
  70. - rebuilt with libxfce4util 4.12.1 and libical 1.0.1
  71. * Sat Sep 6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-1
  72. - updated to 4.10.0
  73. - added Japanese summary
  74. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-2
  75. - rebuild with VineSeed environment
  76. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-1
  77. - new upstream release
  78. * Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.1-2
  79. - rebuilt with libnotify-0.7.3
  80. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.1-1
  81. - new upstream release
  82. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  83. - new upstream release
  84. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.2-1vl5
  85. - applied new versioning policy
  86. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2
  87. - new upstream release.
  88. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2
  89. - build for VineSeed
  90. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1
  91. - initial release