libxfce4menu-vl.spec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Name: libxfce4menu
  2. Version: 4.6.2
  3. Release: 2%{?_dist_release}
  4. Summary: A freedesktop.org compliant menu implementation for Xfce
  5. Group: System Environment/Libraries
  6. License: GPLv2+
  7. URL: http://www.xfce.org/
  8. Source0: http://www.xfce.org/archive/xfce-%{version}/src/libxfce4menu-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: gettext
  11. BuildRequires: glib2-devel >= 2.6.0
  12. BuildRequires: gtk2-devel >= 2.6.0
  13. BuildRequires: libxfce4util-devel >= 4.6.0
  14. BuildRequires: intltool
  15. %description
  16. libxfce4menu is a freedesktop.org compliant menu library written for Xfce.
  17. It implements the Desktop Menu Specification version 1.0
  18. %package devel
  19. Summary: Development files for %{name}
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: pkgconfig
  23. Requires: glib2-devel >= 2.6.0
  24. Requires: libxfce4util-devel >= 4.6.0
  25. %description devel
  26. The %{name}-devel package contains libraries and header files for
  27. developing applications that use %{name}.
  28. %prep
  29. %setup -q
  30. %build
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install DESTDIR=$RPM_BUILD_ROOT
  36. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  37. %find_lang %{name}-0.1
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %files -f %{name}-0.1.lang
  43. %defattr(-,root,root,-)
  44. %doc AUTHORS HACKING COPYING NEWS README TODO
  45. %{_libdir}/*.so.*
  46. %files devel
  47. %defattr(-,root,root,-)
  48. %{_includedir}/xfce4/*
  49. %{_libdir}/*.so
  50. %doc %{_datadir}/gtk-doc/html/libxfce4menu
  51. %{_libdir}/pkgconfig/%{name}-0.1.pc
  52. %changelog
  53. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.2-2
  54. - rebuild with rpm-4.8.1 for pkg-config file
  55. * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.2-1
  56. - new upstream release
  57. - built with new toolchain
  58. * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
  59. - initial build for Vine
  60. * Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
  61. - Update to 4.6.1
  62. * Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
  63. - Fix directory ownership problems
  64. - Mark gtk-doc files as %%doc
  65. * Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
  66. - Update to 4.6.0 final
  67. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  69. * Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
  70. - Update to 4.5.99.1
  71. * Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
  72. - Update to 4.5.93
  73. * Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
  74. - Initial packaging for Fedora