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

Revision 6284, 1.5 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-datetime-plugin
2Summary:        Date and Time plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 日付プラグイン
4Version:        0.6.1
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
14
15BuildRequires:  libxfce4util-devel >= 4.3.99.2
16BuildRequires:  libxfce4ui-devel >= 4.3.99.2
17BuildRequires:  libxfcegui4-devel >= 4.3.99.2
18BuildRequires:  xfce4-panel-devel >= 4.3.99.2
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26This plugin shows the date and time in the panel, and a calendar appears when you left-click on it.
27
28%description -l ja
29このプラグインはパネルに日付を表示し、左クリックすることでカレンダーが現れます。
30
31%prep
32%setup -q
33
34%build
35%configure --disable-static
36make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make install DESTDIR=$RPM_BUILD_ROOT
41
42find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
43
44%find_lang %{name}
45
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51%files -f %{name}.lang
52%defattr(-,root,root)
53%doc AUTHORS COPYING ChangeLog NEWS README
54%{_libdir}/xfce4/panel-plugins/libdatetime.so
55%{_datadir}/xfce4/panel-plugins/datetime.desktop
56
57%changelog
58* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
59- initial build for Vine Linux
60
Note: See TracBrowser for help on using the repository browser.