libxfce4menu-vl.spec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Name: libxfce4menu
  2. Version: 4.6.1
  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
  12. BuildRequires: gtk2-devel
  13. BuildRequires: libxfce4util-devel >= %{version}
  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: libxfce4util-devel
  24. %description devel
  25. The %{name}-devel package contains libraries and header files for
  26. developing applications that use %{name}.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --disable-static
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  36. %find_lang %{name}-0.1
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files -f %{name}-0.1.lang
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS HACKING COPYING NEWS README TODO
  44. %{_libdir}/*.so.*
  45. %files devel
  46. %defattr(-,root,root,-)
  47. %{_includedir}/xfce4/*
  48. %{_libdir}/*.so
  49. %doc %{_datadir}/gtk-doc/html/libxfce4menu
  50. %{_libdir}/pkgconfig/%{name}-0.1.pc
  51. %changelog
  52. * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
  53. - initial build for Vine
  54. * Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
  55. - Update to 4.6.1
  56. * Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
  57. - Fix directory ownership problems
  58. - Mark gtk-doc files as %%doc
  59. * Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
  60. - Update to 4.6.0 final
  61. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  63. * Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
  64. - Update to 4.5.99.1
  65. * Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
  66. - Update to 4.5.93
  67. * Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
  68. - Initial packaging for Fedora