| 1 | Summary: Utility library for the XFce4 desktop environment |
|---|
| 2 | Name: libxfce4util |
|---|
| 3 | Version: 4.6.2 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | License: LGPL |
|---|
| 6 | URL: http://www.xfce.org/ |
|---|
| 7 | Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 |
|---|
| 8 | Group: System Environment/Libraries |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | BuildRequires: glib2-devel >= 2.12.0 |
|---|
| 11 | BuildRequires: gtk-doc |
|---|
| 12 | |
|---|
| 13 | %description |
|---|
| 14 | Basic utility non-GUI functions for XFce4. |
|---|
| 15 | |
|---|
| 16 | %package devel |
|---|
| 17 | Summary: developpment files for libxfce4util library |
|---|
| 18 | Group: Development/Libraries |
|---|
| 19 | Requires: libxfce4util = %{version}-%{release} |
|---|
| 20 | Requires: glib2-devel >= 2.12.0 |
|---|
| 21 | |
|---|
| 22 | %description devel |
|---|
| 23 | Development files for the libxfce4util library. |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | %setup -q |
|---|
| 27 | |
|---|
| 28 | %build |
|---|
| 29 | %configure --disable-static --enable-gtk-doc |
|---|
| 30 | make %{?_smp_mflags} |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | rm -rf $RPM_BUILD_ROOT |
|---|
| 34 | make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} |
|---|
| 35 | |
|---|
| 36 | %find_lang %{name} |
|---|
| 37 | |
|---|
| 38 | rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la |
|---|
| 39 | |
|---|
| 40 | %clean |
|---|
| 41 | rm -rf $RPM_BUILD_ROOT |
|---|
| 42 | |
|---|
| 43 | %post -p /sbin/ldconfig |
|---|
| 44 | |
|---|
| 45 | %postun -p /sbin/ldconfig |
|---|
| 46 | |
|---|
| 47 | %files -f %{name}.lang |
|---|
| 48 | %defattr(-,root,root) |
|---|
| 49 | %doc COPYING ChangeLog* NEWS README |
|---|
| 50 | %{_libdir}/lib*.so.* |
|---|
| 51 | %{_sbindir}/* |
|---|
| 52 | |
|---|
| 53 | %files devel |
|---|
| 54 | %defattr(-, root, root) |
|---|
| 55 | %{_libdir}/lib*.so |
|---|
| 56 | %{_libdir}/pkgconfig/*.pc |
|---|
| 57 | %{_includedir}/xfce4/libxfce4util |
|---|
| 58 | %{_datadir}/gtk-doc/html/libxfce4util |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %changelog |
|---|
| 62 | * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.2-1 |
|---|
| 63 | - new upstream release |
|---|
| 64 | - built with new toolchain |
|---|
| 65 | |
|---|
| 66 | * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1 |
|---|
| 67 | - new upstream release |
|---|
| 68 | - removed lib*.a files |
|---|
| 69 | |
|---|
| 70 | * Tue Jul 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1 |
|---|
| 71 | - applied new versioning policy |
|---|
| 72 | - removed lib*.la files |
|---|
| 73 | |
|---|
| 74 | * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2 |
|---|
| 75 | - new upstream release. |
|---|
| 76 | |
|---|
| 77 | * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2 |
|---|
| 78 | - build against VineSeed |
|---|
| 79 | |
|---|
| 80 | * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1 |
|---|
| 81 | - new upstream version |
|---|
| 82 | |
|---|
| 83 | * Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3.2-0vl1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-0vl2 |
|---|
| 87 | - new upstream release |
|---|
| 88 | |
|---|
| 89 | * Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1-0vl2 |
|---|
| 90 | - new upstream release |
|---|
| 91 | |
|---|
| 92 | * Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-0vl2 |
|---|
| 93 | - new upstream release |
|---|
| 94 | - add --enable-gtk-doc option to configure |
|---|
| 95 | |
|---|
| 96 | * Mon Jul 12 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.6-0vl1 |
|---|
| 97 | - new upstream release |
|---|
| 98 | |
|---|
| 99 | * Mon Apr 19 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.5-0vl1 |
|---|
| 100 | - new upstream release |
|---|
| 101 | |
|---|
| 102 | * Mon Mar 22 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.4-0vl1 |
|---|
| 103 | - new upstream release |
|---|
| 104 | |
|---|
| 105 | * Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Sun Jan 04 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.2-0vl1 |
|---|
| 109 | - new upstream release |
|---|
| 110 | |
|---|
| 111 | * Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.1-0vl1 |
|---|
| 112 | - new upstream release |
|---|
| 113 | |
|---|
| 114 | * Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.0-0vl1 |
|---|
| 115 | - initial release for vine |
|---|
| 116 | |
|---|