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

Revision 9407, 2.0 KB checked in by inagaki, 9 years ago (diff)

2015-03-03 Ryoichi INAGAKI <ryo1@…>

  • Xfce panel plugins: rebuilt with libxfce4util 4.12.1

added whiskermenu-plugin


RevLine 
[6284]1Name:           xfce4-datetime-plugin
2Summary:        Date and Time plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 日付プラグイン
[8958]4Version:        0.6.2
[9407]5Release:        3%{?_dist_release}
[6284]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
[8958]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
[9407]20Requires:       xfce4-panel >= 4.8.0
[6284]21
22Vendor:         Project Vine
23Distribution:   Vine Linux
[8958]24Packager:       Takemikaduchi, inagaki
[6284]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 {} \;
[9173]45chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
[6284]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
[8958]57%{_libdir}/xfce4/panel/plugins/libdatetime.so
58%{_datadir}/xfce4/panel/plugins/datetime.desktop
[6284]59
60%changelog
[9407]61* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
62- rebuilt with libxfce4util 4.12.1
63
[9173]64* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-2
65- modified libdatetime.so permission
66
[8958]67* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.2-1
68- updated to 0.6.2
69
[8073]70* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2
71- rebuild with VineSeed environment
72
[6284]73* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
74- initial build for Vine Linux
75
Note: See TracBrowser for help on using the repository browser.