source: projects/specs/trunk/x/xfce4-clipman-plugin/xfce4-clipman-plugin-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Clipboard history plugin for the XFce4 panel
2Summary(ja):    XFce4用クリップボード履歴監視プラグイン
3Name:           xfce4-clipman-plugin
4Version:        0.8.0
5Release:        2%{?_dist_release}
6License:        BSD
7URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
8Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
9Group:          User Interface/Desktops
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11#BuildRequires: XOrg-devel, glib2-devel, gtk2-devel, libxfcegui4-devel, libxfce4util-devel
12
13%description
14xfce4-clipman is a clipboard history plugin for the XFce4 panel.
15
16%description -l ja
17xfce4-clipmanはXFce4用のクリップボード履歴監視プラグインです。
18
19%prep
20%setup -q
21
22%build
23./configure --prefix=/usr
24make
25
26%install
27rm -rf $RPM_BUILD_ROOT
28make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install-strip
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root)
35%doc README ChangeLog INSTALL COPYING AUTHORS NEWS THANKS TODO
36%{_libexecdir}/xfce4/panel-plugins/%{name}
37%{_datadir}/xfce4/panel-plugins/clipman.desktop
38%{_localedir}/*/LC_MESSAGES/%{name}.mo
39
40%changelog
41* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.0-2vl5
42- applied new versioning policy, spec in utf-8
43
44* Sun Oct 14 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.8.0-1vl2
45- upstream release
46- remove unnecessary Requires and Packager macro
47- whole rewrite %%files section
48
49* Sun Jan 23 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl3
50- rebuild with XFce 4.2.0 packages
51- changed required version number of xfce4-panel
52
53* Fri Oct 22 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl2
54- rebuild for VineSeed
55
56* Thu Oct 21 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl1
57- initial build for Vine Linux
58- spec file from http://download.berlios.de/xfce-goodies/xfce4-clipman-plugin-0.4.0-1suse82.src.rpm
59- change Packager
60- change spec file name
61- fix URL, License
62- add BuildRequires: libxfcegui4-devel, gtk2-devel, libxfce4util-devel,
63  zlib-devel, libxml2-devel, XOrg-devel, atk-devel, glibs-devel, pango-devel
64- add Requires: XOrg-libs, atk, gtk2, glib2, pango, libxfcegui4, libxfce4util,
65  libxml2, zlib
Note: See TracBrowser for help on using the repository browser.