| 1 | Name: xfce4-datetime-plugin |
|---|
| 2 | Summary: Date and Time plugin for the Xfce4 panel |
|---|
| 3 | Summary(ja): Xfce パネル用 日付プラグイン |
|---|
| 4 | Version: 0.6.2 |
|---|
| 5 | Release: 3%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | URL: http://goodies.xfce.org/projects/panel-plugins/%{name} |
|---|
| 10 | |
|---|
| 11 | Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2 |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | BuildRequires: gettext |
|---|
| 15 | BuildRequires: gtk2-devel >= 2.24.0 |
|---|
| 16 | BuildRequires: intltool |
|---|
| 17 | BuildRequires: libxfce4util-devel >= 4.8.0 |
|---|
| 18 | BuildRequires: libxfce4ui-devel >= 4.8.0 |
|---|
| 19 | BuildRequires: xfce4-panel-devel >= 4.8.0 |
|---|
| 20 | Requires: xfce4-panel >= 4.8.0 |
|---|
| 21 | |
|---|
| 22 | Vendor: Project Vine |
|---|
| 23 | Distribution: Vine Linux |
|---|
| 24 | Packager: Takemikaduchi, inagaki |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %description |
|---|
| 28 | This plugin shows the date and time in the panel, and a calendar appears when you left-click on it. |
|---|
| 29 | |
|---|
| 30 | %description -l ja |
|---|
| 31 | このプラグインはパネルに日付を表示し、左クリックすることでカレンダーが現れます。 |
|---|
| 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 | |
|---|
| 44 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 45 | chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so |
|---|
| 46 | |
|---|
| 47 | %find_lang %{name} |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | %clean |
|---|
| 51 | rm -rf $RPM_BUILD_ROOT |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %files -f %{name}.lang |
|---|
| 55 | %defattr(-,root,root) |
|---|
| 56 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 57 | %{_libdir}/xfce4/panel/plugins/libdatetime.so |
|---|
| 58 | %{_datadir}/xfce4/panel/plugins/datetime.desktop |
|---|
| 59 | |
|---|
| 60 | %changelog |
|---|
| 61 | * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2 |
|---|
| 62 | - rebuilt with libxfce4util 4.12.1 |
|---|
| 63 | |
|---|
| 64 | * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2 |
|---|
| 65 | - modified libdatetime.so permission |
|---|
| 66 | |
|---|
| 67 | * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1 |
|---|
| 68 | - updated to 0.6.2 |
|---|
| 69 | |
|---|
| 70 | * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2 |
|---|
| 71 | - rebuild with VineSeed environment |
|---|
| 72 | |
|---|
| 73 | * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1 |
|---|
| 74 | - initial build for Vine Linux |
|---|
| 75 | |
|---|