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

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

new upstream release or rebuild

Line 
1Name:           xfce4-clipman-plugin
2Summary:        Clipboard manager plugin for the Xfce panel
3Summary(ja):    Xfce パネル用クリップボード管理プラグイン
4Version:        1.2.3
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.2/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  gtk2-devel >= 2.14
15BuildRequires:  libxfce4util-devel >= 4.8.0
16BuildRequires:  libxfce4ui-devel >= 4.8.0
17BuildRequires:  xfce4-panel-devel >= 4.8.0
18BuildRequires:  libexo-devel >= 0.6.0
19BuildRequires:  xfconf-devel >= 4.8.0
20BuildRequires:  xorg-x11-proto-devel
21BuildRequires:  libXtst-devel
22BuildRequires:  unique-devel
23BuildRequires:  gettext, intltool, desktop-file-utils
24Requires:       xfce4-panel >= 4.4.0
25
26Vendor: Project Vine
27Distribution: Vine Linux
28
29%description
30xfce4-clipman is a clipboard history plugin for the Xfce4 panel.
31
32%description -l ja
33xfce4-clipman は Xfce パネル用のクリップボード履歴管理プラグインです.
34
35%prep
36%setup -q
37
38%build
39%configure --disable-static
40make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install-strip
45
46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
47
48%find_lang %{name}
49
50desktop-file-install                                      \
51  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
52  --add-category=X-Xfce                                   \
53  --delete-original                                       \
54  ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-clipman.desktop
55
56desktop-file-install                                      \
57  --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart     \
58  --add-category=X-Xfce                                   \
59  --delete-original                                       \
60  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post
66touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
67
68%postun
69if [ $1 -eq 0 ] ; then
70    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
71    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
72fi
73
74%posttrans
75gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
76
77
78%files -f %{name}.lang
79%defattr(-,root,root)
80%doc AUTHORS COPYING ChangeLog NEWS README TODO
81%config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
82%config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
83%{_bindir}/xfce4-clipman
84%{_bindir}/xfce4-clipman-settings
85%{_bindir}/xfce4-popup-clipman
86%{_libdir}/xfce4/panel/plugins/libclipman.so
87%{_datadir}/applications/xfce4-clipman.desktop
88%{_datadir}/icons/hicolor/*/apps/%{name}.*
89%{_datadir}/xfce4/panel/plugins/%{name}.desktop
90%{_docdir}/%{name}/html
91
92%changelog
93* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
94- rebuild with VineSeed environment
95
96* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
97- new upstream release
98- remove BuildRequires: libxfcegui4-devel, libglade2-devel
99- add BuildRequires: gtk2-devel, libxfce4util-devel, libxfce4ui-devel, xorg-x11-proto-devel, libXtst-devel
100- remove old patches
101
102* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-2
103- do not apply Patch1 on Vine Linux 5
104
105* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
106- updated to 1.1.3
107- added Patch1 from Fedora for building with new libexo
108- added BR: unique-devel
109
110* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.0-2vl5
111- applied new versioning policy, spec in utf-8
112
113* Sun Oct 14 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.8.0-1vl2
114- upstream release
115- remove unnecessary Requires and Packager macro
116- whole rewrite %%files section
117
118* Sun Jan 23 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl3
119- rebuild with XFce 4.2.0 packages
120- changed required version number of xfce4-panel
121
122* Fri Oct 22 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl2
123- rebuild for VineSeed
124
125* Thu Oct 21 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl1
126- initial build for Vine Linux
127- spec file from http://download.berlios.de/xfce-goodies/xfce4-clipman-plugin-0.4.0-1suse82.src.rpm
128- change Packager
129- change spec file name
130- fix URL, License
131- add BuildRequires: libxfcegui4-devel, gtk2-devel, libxfce4util-devel,
132  zlib-devel, libxml2-devel, XOrg-devel, atk-devel, glibs-devel, pango-devel
133- add Requires: XOrg-libs, atk, gtk2, glib2, pango, libxfcegui4, libxfce4util,
134  libxml2, zlib
Note: See TracBrowser for help on using the repository browser.