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

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

new upstream release or rebuild

Line 
1Name:           xfce4-verve-plugin
2Summary:        Command line plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 CPU コマンドラインプラグイン
4Version:        1.0.0
5Release:        3%{?_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
14
15BuildRequires:  libxfce4util-devel >= 4.4.0
16BuildRequires:  libxfcegui4-devel >= 4.4.0
17BuildRequires:  xfce4-panel-devel >= 4.4.0
18BuildRequires:  libexo-devel >= 0.5.0
19BuildRequires:  pcre-devel >= 5.0
20BuildRequires:  dbus-glib-devel >= 0.60
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       Takemikaduchi
25
26
27%description
28The Verve panel plugin is a comfortable command line plugin for the Xfce panel. It supports several nice features, such as:
29
30  - Command history
31  - Auto-completion (including command history)
32  - Open URLs and eMail addresses in your favourite applications
33  - Focus grabbing via D-BUS (so you can bind a shortcut to it)
34  - Custom input field width
35
36
37%prep
38%setup -q
39
40%build
41%configure --disable-static
42make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT
47
48find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
49
50%find_lang %{name}
51
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%files -f %{name}.lang
58%defattr(-,root,root)
59%doc AUTHORS COPYING ChangeLog NEWS README
60%{_bindir}/verve-focus
61%{_libexecdir}/xfce4/panel-plugins/%{name}
62%{_datadir}/xfce4/panel-plugins/%{name}.desktop
63
64%changelog
65* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
66- rebuild with VineSeed environment
67
68* Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
69- rebuild with pcre-8.31
70
71* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
72- initial build for Vine Linux
73
Note: See TracBrowser for help on using the repository browser.