source: projects/specs/trunk/x/xfce4-datetime-plugin/xfce4-datetime-plugin-vl.spec @ 8958

Revision 8958, 1.7 KB checked in by inagaki, 10 years ago (diff)

2014-09-18 Ryoichi INAGAKI <ryo1@…>

  • xfce4-{clipman, datetime, embed, systemload, weather}-plugin: updated
  • xfce4-{mailwatch, places}-plugin: NEW
  • xfce4-power-maneger: updated


Line 
1Name:           xfce4-datetime-plugin
2Summary:        Date and Time plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 日付プラグイン
4Version:        0.6.2
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  gettext
15BuildRequires:  gtk2-devel >= 2.24.0
16BuildRequires:  intltool
17BuildRequires:  libxfce4util-devel >= 4.8.0
18BuildRequires:  libxfce4ui-devel >= 4.8.0
19BuildRequires:  xfce4-panel-devel >= 4.8.0
20Requires:  xfce4-panel >= 4.8.0
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       Takemikaduchi, inagaki
25
26
27%description
28This 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
38make %{?_smp_mflags}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
45
46%find_lang %{name}
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files -f %{name}.lang
54%defattr(-,root,root)
55%doc AUTHORS COPYING ChangeLog NEWS README
56%{_libdir}/xfce4/panel/plugins/libdatetime.so
57%{_datadir}/xfce4/panel/plugins/datetime.desktop
58
59%changelog
60* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
61- updated to 0.6.2
62
63* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2
64- rebuild with VineSeed environment
65
66* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
67- initial build for Vine Linux
68
Note: See TracBrowser for help on using the repository browser.