xfce4-panel-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. Summary: Next generation panel for Xfce
  2. Name: xfce4-panel
  3. Version: 4.6.4
  4. Release: 2%{?_dist_release}
  5. Group: User Interface/Desktops
  6. License: GPLv2+ and LGPLv2+
  7. URL: http://www.xfce.org/
  8. Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
  9. #Patch0: contents.xml.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: cairo-devel >= 1.0.0
  12. BuildRequires: libxfce4util-devel >= 4.6.0
  13. BuildRequires: libxfcegui4-devel >= 4.6.0
  14. BuildRequires: libxml2-devel >= 2.4.0
  15. BuildRequires: libexo-devel >= 0.3.100
  16. BuildRequires: libwnck-devel >= 2.20
  17. BuildRequires: startup-notification-devel
  18. BuildRequires: gettext intltool
  19. Obsoletes: xfce4-iconbox xfce4-systray xfce4-toys xfce4-trigger-launcher
  20. Obsoletes: xfce4-showdesktop-plugin xfce4-taskbar-plugin
  21. Obsoletes: xfce4-windowlist-plugin xfce4-xmms-plugin
  22. %description
  23. xfce4-panel is the panel for the XFce desktop environment
  24. %package devel
  25. Summary: Development headers for xfce4-panel
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: libxfce4util-devel >= 4.6.0
  29. Requires: libxfcegui4-devel >= 4.6.0
  30. %description devel
  31. This package includes the header files you will need to build
  32. plugins for xfce4-panel.
  33. # These are all required to have a properly functioning panel, so they should
  34. # not be separate IMO -- Jasper
  35. # %package themes
  36. # Summary: Icon themes for xfce4
  37. # Group: User Interface/Desktops
  38. # Requires: xfce4
  39. # This should be really noarch, but if I set noarch here, even the arch
  40. # dependent stuff is marked as noarch, so... no noarch.
  41. # BuildArch: noarch
  42. # %description themes
  43. # Various icon themes for xfce4.
  44. # %package plugins
  45. # Summary: Panel plugins for xfce4
  46. # Group: User Interface/Desktops
  47. # Requires: xfce4
  48. # %description plugins
  49. # Various panel plugins for xfce4.
  50. %prep
  51. %setup -q
  52. #%patch0 -p1 -b .orig
  53. %build
  54. %configure --disable-static
  55. make %{?_smp_mflags}
  56. %install
  57. rm -rf $RPM_BUILD_ROOT
  58. make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
  59. %find_lang %{name}
  60. ## remove unuse files
  61. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
  62. #rm -rf $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/lib*.la
  63. rm -rf $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/lib*.la
  64. %clean
  65. rm -rf $RPM_BUILD_ROOT
  66. %post
  67. touch --no-create %{_datadir}/icons/hicolor
  68. if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  69. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  70. fi
  71. /sbin/ldconfig
  72. %postun
  73. touch --no-create %{_datadir}/icons/hicolor
  74. if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  75. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  76. fi
  77. /sbin/ldconfig
  78. %files -f %{name}.lang
  79. %defattr(-,root,root)
  80. %doc README ChangeLog NEWS COPYING AUTHORS
  81. %dir %{_sysconfdir}/xdg/xfce4/panel/
  82. %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/*.rc
  83. %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/panels.xml
  84. %{_bindir}/*
  85. %{_libdir}/libxfce4panel.so.*
  86. %{_libdir}/xfce4/panel-plugins
  87. %{_datadir}/applications/*.desktop
  88. %{_datadir}/icons/hicolor/*/apps/*.png
  89. %{_datadir}/xfce4/doc
  90. %{_datadir}/xfce4/panel-plugins
  91. %files devel
  92. %defattr(-, root,root,-)
  93. %{_includedir}/xfce4/libxfce4panel
  94. %{_libdir}/libxfce4panel.so
  95. %{_libdir}/pkgconfig/*.pc
  96. %doc %{_datadir}/gtk-doc/html/libxfce4panel
  97. %changelog
  98. * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-2
  99. - rebuilt with rpm-4.8.1 for pkg-config
  100. * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  101. - new upstream release
  102. - built with new toolchain
  103. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  104. - new upstream release
  105. - split devel subpackage
  106. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-2vl5
  107. - added BuildRequires: libxfce4util-devel
  108. * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.2-1vl5
  109. - applied new versioning policy
  110. - removed *.la
  111. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2
  112. - new upstream release.
  113. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2
  114. - build for VineSeed
  115. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1
  116. * Fri Jul 27 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl0.0.2
  117. - new upstream verrsion
  118. - drop patch0 (contents.xml.patch)
  119. - Obsoletes: xfce4-iconbox xfce4-systray xfce4-toys xfce4-trigger-launcher
  120. * Tue Oct 24 2006 UECHI Yasumasa <uechi@potaway.net> 4.2.3-0vl2
  121. - revise contents.xml*
  122. * Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3-0vl1
  123. - new upstream release
  124. * Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-0vl2
  125. - new upstream release
  126. * Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1.1-0vl2
  127. - new upstream release
  128. * Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-0vl2
  129. - new upstream release
  130. * Mon Apr 19 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.5-0vl1
  131. - new upstream release
  132. * Mon Mar 22 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.4-0vl1
  133. - new upstream release
  134. * Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl1
  135. - new upstream release
  136. * Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.1-0vl1
  137. - new upstream release
  138. * Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.0-0vl1
  139. - initial related