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

Revision 8959, 4.8 KB checked in by inagaki, 10 years ago (diff)

2014-09-18 Ryoichi INAGAKI <ryo1@…>

  • xfce4-clipman-plugin: fixed BR


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