| [3253] | 1 | Name: xfce-utils |
|---|
| [521] | 2 | Summary: Utilities for the XFce Desktop Environment |
|---|
| [3253] | 3 | Version: 4.8.0 |
|---|
| [1068] | 4 | Release: 1%{?_dist_release} |
|---|
| [3253] | 5 | |
|---|
| 6 | Group: User Interface/Desktops |
|---|
| [521] | 7 | License: GPLv2+ |
|---|
| 8 | URL: http://www.xfce.org/ |
|---|
| [3253] | 9 | |
|---|
| [521] | 10 | Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 |
|---|
| 11 | Source1: XFce4.desktop |
|---|
| [3253] | 12 | |
|---|
| [521] | 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| [3253] | 14 | BuildRequires: dbus-glib-devel >= 0.33 |
|---|
| [521] | 15 | BuildRequires: gettext |
|---|
| [3253] | 16 | BuildRequires: gtk2-devel >= 2.10.0 |
|---|
| 17 | BuildRequires: intltool >= 0.31 |
|---|
| 18 | BuildRequires: libxfce4ui-devel >= 4.8.0 |
|---|
| 19 | BuildRequires: libxfce4util-devel >= 4.8.0 |
|---|
| 20 | BuildRequires: pkgconfig |
|---|
| [521] | 21 | |
|---|
| 22 | %description |
|---|
| 23 | This package includes utilities for the Xfce Desktop Environment. |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | %setup -q |
|---|
| 27 | |
|---|
| 28 | %build |
|---|
| [3253] | 29 | %configure --enable-silent-rules --disable-static |
|---|
| [1068] | 30 | |
|---|
| [521] | 31 | make %{?_smp_mflags} |
|---|
| 32 | |
|---|
| 33 | %install |
|---|
| 34 | rm -rf $RPM_BUILD_ROOT |
|---|
| 35 | make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} |
|---|
| 36 | |
|---|
| 37 | #mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions |
|---|
| 38 | #install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions |
|---|
| 39 | |
|---|
| [3253] | 40 | rm -rf _docs_to_include |
|---|
| 41 | mkdir -p _docs_to_include |
|---|
| 42 | mv $RPM_BUILD_ROOT%{_docdir}/xfce-utils/html _docs_to_include |
|---|
| 43 | |
|---|
| [521] | 44 | %find_lang %{name} |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | rm -rf $RPM_BUILD_ROOT |
|---|
| 48 | |
|---|
| [3253] | 49 | %post |
|---|
| 50 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 51 | |
|---|
| 52 | %posttrans |
|---|
| 53 | gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 54 | |
|---|
| 55 | %postun |
|---|
| 56 | if [ $1 -eq 0 ] ; then |
|---|
| 57 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 58 | gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 59 | fi |
|---|
| 60 | |
|---|
| [521] | 61 | %files -f %{name}.lang |
|---|
| 62 | %defattr(-,root,root) |
|---|
| 63 | %doc README TODO ChangeLog NEWS INSTALL COPYING AUTHORS |
|---|
| [3253] | 64 | %doc _docs_to_include/html |
|---|
| 65 | %config(noreplace) %{_sysconfdir}/xdg |
|---|
| [521] | 66 | %{_bindir}/* |
|---|
| [3253] | 67 | %{_libdir}/xfce4/xfconf-migration/xfconf-migration-4.6.pl |
|---|
| 68 | %{_datadir}/applications/*.desktop |
|---|
| [521] | 69 | %{_datadir}/dbus-1/services/*.service |
|---|
| 70 | %{_datadir}/icons/hicolor/*/apps/* |
|---|
| 71 | %{_datadir}/xsessions/xfce.desktop |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | %changelog |
|---|
| [3253] | 75 | * Mon Mar 28 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1 |
|---|
| 76 | - new upstream release |
|---|
| 77 | |
|---|
| [1068] | 78 | * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.2-2 |
|---|
| 79 | - new upstream release |
|---|
| 80 | - built with new toolchain |
|---|
| 81 | |
|---|
| [521] | 82 | * Thu Sep 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-2 |
|---|
| 83 | - removed duplicated xfce4.desktop file |
|---|
| 84 | |
|---|
| 85 | * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1 |
|---|
| 86 | - applied new versioning policy |
|---|
| 87 | - new upstream release. |
|---|
| 88 | |
|---|
| 89 | * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2 |
|---|
| 90 | - new upstream release. |
|---|
| 91 | |
|---|
| 92 | * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2 |
|---|
| 93 | - build for VineSeed |
|---|
| 94 | |
|---|
| 95 | * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1 |
|---|
| 96 | - new upstream version |
|---|
| 97 | |
|---|
| 98 | * Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.3-0vl1 |
|---|
| 99 | - new upstream release |
|---|
| 100 | |
|---|
| 101 | * Mon Jun 13 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.2-0vl2 |
|---|
| 102 | - new upstream release |
|---|
| 103 | |
|---|
| 104 | * Thu Mar 31 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.1-0vl2 |
|---|
| 105 | - new upstream release |
|---|
| 106 | |
|---|
| 107 | * Sun Jan 23 2005 UECHI Yasumasa <uechi@potaway.net> 4.2.0-0vl2 |
|---|
| 108 | - new upstream release |
|---|
| 109 | - add --enable-gdm option to configure |
|---|
| 110 | |
|---|
| 111 | * Mon Jul 12 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.6-0vl1 |
|---|
| 112 | - new upstream release |
|---|
| 113 | |
|---|
| 114 | * Mon Apr 19 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.5-0vl1 |
|---|
| 115 | - new upstream release |
|---|
| 116 | |
|---|
| 117 | * Mon Mar 22 2004 UECHI Yasumasa <uechi@potaway.net> 4.0.4-0vl1 |
|---|
| 118 | - new upstream release |
|---|
| 119 | |
|---|
| 120 | * Mon Feb 09 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl3 |
|---|
| 121 | - add %{_sysconfdir}/xfce4/* in %files section |
|---|
| 122 | |
|---|
| 123 | * Thu Jan 29 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl2 |
|---|
| 124 | - remove --enable-gdm option from configure |
|---|
| 125 | - add source1 for gdm |
|---|
| 126 | |
|---|
| 127 | * Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.3-0vl1 |
|---|
| 128 | - new upstream release |
|---|
| 129 | |
|---|
| 130 | * Sun Jan 04 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.2-0vl1 |
|---|
| 131 | - new upstream release |
|---|
| 132 | |
|---|
| 133 | * Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.1-0vl1 |
|---|
| 134 | - new upstream release |
|---|
| 135 | |
|---|
| 136 | * Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 4.0.0-0vl1 |
|---|
| 137 | - initial related for vine |
|---|
| 138 | |
|---|