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

Revision 9173, 1.9 KB checked in by inagaki, 9 years ago (diff)

2014-12-21 Ryoichi INAGAKI <ryo1@…>

  • xfce4 plugins: updated
  • xfce4-panel, xfce4-power-manager, xfdesktop: updated


Line 
1Name:           xfce4-datetime-plugin
2Summary:        Date and Time plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 日付プラグイン
4Version:        0.6.2
5Release:        2%{?_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 {} \;
45chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
46
47%find_lang %{name}
48
49
50%clean
51rm -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* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2
62- modified libdatetime.so permission
63
64* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
65- updated to 0.6.2
66
67* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2
68- rebuild with VineSeed environment
69
70* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
71- initial build for Vine Linux
72
Note: See TracBrowser for help on using the repository browser.