xfce4-weather-plugin-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Name: xfce4-weather-plugin
  2. Summary: Weather plugin for the Xfce panel
  3. Summary(ja): Xfce パネル用天気情報プラグイン
  4. Version: 0.7.4
  5. Release: 5%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: BSD
  8. URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
  9. Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.7/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libxfcegui4-devel >= 4.3.90.2
  12. BuildRequires: libxml2-devel
  13. BuildRequires: xfce4-panel-devel >= 4.3.99.1
  14. BuildRequires: gettext, intltool
  15. Requires: xfce4-panel >= 4.4.1
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. A weather plugin for the Xfce panel. It shows the current temperature and
  20. weather condition, using weather data provided by xoap.weather.com.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure --disable-static
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
  29. %find_lang %{name}
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %post
  33. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  34. %postun
  35. if [ $1 -eq 0 ] ; then
  36. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  37. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  38. fi
  39. %posttrans
  40. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  41. %files -f %{name}.lang
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS COPYING ChangeLog README TODO
  44. %{_libexecdir}/xfce4/panel-plugins/%{name}
  45. %{_datadir}/xfce4/panel-plugins/*.desktop
  46. %{_datadir}/icons/hicolor/48x48/apps/xfce4-weather.png
  47. %{_datadir}/xfce4/weather
  48. %changelog
  49. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.7.4-5
  50. - rebuild with VineSeed environment
  51. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.7.4-4
  52. - rebuild with Xfce-4.10.0
  53. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.4-3
  54. - initial build for Vine Linux
  55. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  57. * Fri Feb 04 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.4-1
  58. - Update to 0.7.4
  59. * Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.3-2
  60. - Rebuild for Xfce 4.8
  61. * Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.3-1
  62. - Update to 0.7.3, fixes cache directory creation
  63. * Tue Jul 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-1
  64. - Update to 0.7.2
  65. - No longer contains weather.com logo, downloaded to cache at runtime (#513057)
  66. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  68. * Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.0-1
  69. - Update to 0.7.0
  70. * Wed Jun 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.4-1
  71. - Update to 0.6.4
  72. * Sat Jun 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
  73. - Update to 0.6.3
  74. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-5
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  76. * Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-4
  77. - Rebuild for Xfce 4.6 (Beta 3)
  78. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.2-3
  79. - Autorebuild for GCC 4.3
  80. * Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-2
  81. - Rebuild for Xfce 4.4.2
  82. * Mon Nov 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-1
  83. - Update to 0.6.0 on Xfce 4.4.1
  84. * Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-1
  85. - Update to 0.6.0 on Xfce 4.4.
  86. - Update gtk-icon-cache scriptlets.
  87. * Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-3
  88. - Bump release for devel checkin.
  89. * Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-2
  90. - Rebuild for XFCE 4.3.99.1.
  91. - BR perl(XML::Parser).
  92. * Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-1
  93. - Update to 0.5.99.1.
  94. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.90.2-1
  95. - Update to 0.5.90.2 on XFCE 4.3.90.2.
  96. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-7
  97. - Mass rebuild for Fedora Core 6.
  98. * Sat Jul 29 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-6
  99. - BuildRequire gettext (#193444)
  100. - Require xfce4-panel.
  101. * Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-5
  102. - Rebuild for Fedora Extras 5.
  103. * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-4
  104. - Add libxfcegui4-devel BuildReqs.
  105. - Fix %%defattr.
  106. * Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-3
  107. - Initial Fedora Extras version.
  108. - Rebuild for XFCE 4.2.3.
  109. - disable-static instead of removing .a files.
  110. * Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-2.fc4.cw
  111. - Add libxml2 BuildReqs.
  112. * Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc4.cw
  113. - Rebuild for Core 4.
  114. * Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc3.cw
  115. - Updated to version 0.4.9.
  116. * Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.9.1-1.fc3.cw
  117. - Initial RPM release.