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