source: projects/specs/trunk/x/xfce4-battery-plugin/xfce4-battery-plugin-vl.spec @ 8073

Revision 8073, 2.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Name: xfce4-battery-plugin
2Summary: Battery monitor for the Xfce panel
3Summary(ja): Xfce パネル用バッテリー監視プラグイン
4Version: 1.0.4
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}/1.0/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: gtk2-devel >= 2.20.0
15BuildRequires: libxfce4ui-devel >= 4.8.0
16BuildRequires: libxfce4util-devel >= 4.8.0
17BuildRequires: xfce4-panel-devel >= 4.8.0
18BuildRequires: libxml2-devel
19BuildRequires: gettext
20BuildRequires: perl-XML-Parser
21Requires: xfce4-panel >= 4.8.0
22Requires(posttrans): gtk2
23Requires(postun): gtk2
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28%description
29A battery monitor panel plugin for Xfce4, written by Nick Penwarden and
30Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
31
32%description -l ja
33Nick Penwarden と Edscott Wilson Garcia が書いた Xfce4 用のバッテリー監視パ
34ネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
35
36%prep
37%setup -q
38
39%build
40%configure --disable-static
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
46
47find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
48
49%find_lang %{name}
50
51%post
52touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
53
54%posttrans
55gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
56
57%postun
58if [ $1 -eq 0 ] ; then
59    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
60    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
61fi
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files -f %{name}.lang
67%defattr(-,root,root)
68%doc AUTHORS COPYING ChangeLog README
69%{_libdir}/xfce4/panel/plugins/libbattery.so
70%{_datadir}/icons/hicolor/*/*/*
71%{_datadir}/xfce4/panel/plugins/battery.desktop
72
73%changelog
74* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
75- rebuild with VineSeed environment
76
77* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
78- new upstream release
79- remove BuildRequires: libxfcegui4-devel
80- add BuildRequires: libxfce4ui-devel
81
82* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-1
83- updated to 1.0.0
84
85* Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl4
86- build against Xfce 4.2
87
88* Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl2
89- build for VineSeedPlus
90
91* Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl1
92- build for VinePlus 3.0
93
Note: See TracBrowser for help on using the repository browser.