| 1 | Summary: Fast User Switch Applet |
|---|
| 2 | Summary(ja): 高速なユーザ変更アプレット |
|---|
| 3 | Name: fast-user-switch-applet |
|---|
| 4 | Version: 2.14.2 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: GPL |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | URL: http://www.gnome.org |
|---|
| 9 | |
|---|
| 10 | Source: %{name}-%{version}.tar.bz2 |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | Prereq: scrollkeeper >= 0.3 |
|---|
| 14 | Prereq: GConf2 |
|---|
| 15 | BuildRequires: glib2-devel >= 2.10.0 |
|---|
| 16 | BuildRequires: pango-devel >= 1.11.0 |
|---|
| 17 | BuildRequires: gtk2-devel >= 2.8.0 |
|---|
| 18 | BuildRequires: libgnomeui-devel >= 2.13.0 |
|---|
| 19 | BuildRequires: gnome-panel >= 2.13.0 |
|---|
| 20 | |
|---|
| 21 | %description |
|---|
| 22 | |
|---|
| 23 | %prep |
|---|
| 24 | %setup -q |
|---|
| 25 | |
|---|
| 26 | %build |
|---|
| 27 | %configure --disable-schemas-install --disable-scrollkeeper |
|---|
| 28 | %__make %{?_smp_mflags} |
|---|
| 29 | |
|---|
| 30 | %install |
|---|
| 31 | rm -rf $RPM_BUILD_ROOT |
|---|
| 32 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 33 | %makeinstall |
|---|
| 34 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
|---|
| 35 | |
|---|
| 36 | %find_lang %{name} |
|---|
| 37 | |
|---|
| 38 | %clean |
|---|
| 39 | rm -rf $RPM_BUILD_ROOT |
|---|
| 40 | |
|---|
| 41 | %post |
|---|
| 42 | scrollkeeper-update > /dev/null 2>&1 ||: |
|---|
| 43 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
|---|
| 44 | gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/cpufreq-applet.schemas > /dev/null |
|---|
| 45 | |
|---|
| 46 | %postun |
|---|
| 47 | scrollkeeper-update > /dev/null 2>&1 ||: |
|---|
| 48 | |
|---|
| 49 | %files -f %{name}.lang |
|---|
| 50 | %defattr(-,root,root) |
|---|
| 51 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 52 | %{_sysconfdir}/gconf/schemas/* |
|---|
| 53 | %{_libdir}/bonobo/servers/* |
|---|
| 54 | %{_libexecdir}/* |
|---|
| 55 | %{_datadir}/gnome/help/%{name} |
|---|
| 56 | %{_datadir}/gnome-2.0/ui/* |
|---|
| 57 | %{_datadir}/%{name} |
|---|
| 58 | %{_datadir}/omf/%{name} |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %changelog |
|---|
| 62 | * Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.14.2-1vl5 |
|---|
| 63 | - applied new versioning policy, spec in utf-8 |
|---|
| 64 | |
|---|
| 65 | * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1 |
|---|
| 66 | - new upstream release |
|---|
| 67 | |
|---|
| 68 | * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1 |
|---|
| 69 | - new upstream release |
|---|
| 70 | |
|---|
| 71 | * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1 |
|---|
| 72 | - new upstream release |
|---|
| 73 | |
|---|
| 74 | * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1 |
|---|
| 75 | - initial build for Vine Linux |
|---|
| 76 | |
|---|