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

RevLine 
[521]1Name: xfce4-battery-plugin
[3935]2Summary: Battery monitor for the Xfce panel
3Summary(ja): Xfce パネル用バッテリー監視プラグイン
[6284]4Version: 1.0.4
[8073]5Release: 2%{?_dist_release}
[3935]6
[521]7Group: User Interface/Desktops
[3935]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
[521]13BuildRoot: %{_tmppath}/%{name}-%{version}-root
[6284]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
[3935]18BuildRequires: libxml2-devel
19BuildRequires: gettext
20BuildRequires: perl-XML-Parser
[6284]21Requires: xfce4-panel >= 4.8.0
[3935]22Requires(posttrans): gtk2
23Requires(postun): gtk2
[521]24
[8073]25Vendor: Project Vine
26Distribution: Vine Linux
27
[521]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
[3935]33Nick Penwarden と Edscott Wilson Garcia が書いた Xfce4 用のバッテリー監視パ
34ネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
[521]35
[3935]36%prep
[521]37%setup -q
38
39%build
[3935]40%configure --disable-static
[521]41make
42
43%install
[3935]44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
[521]46
[6284]47find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
48
[3935]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
[521]63%clean
[3935]64rm -rf $RPM_BUILD_ROOT
[521]65
[3935]66%files -f %{name}.lang
[521]67%defattr(-,root,root)
68%doc AUTHORS COPYING ChangeLog README
[6284]69%{_libdir}/xfce4/panel/plugins/libbattery.so
[3935]70%{_datadir}/icons/hicolor/*/*/*
[6284]71%{_datadir}/xfce4/panel/plugins/battery.desktop
[521]72
73%changelog
[8073]74* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
75- rebuild with VineSeed environment
76
[6284]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
[3935]82* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-1
83- updated to 1.0.0
84
[521]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.