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

Revision 9408, 5.0 KB checked in by inagaki, 9 years ago (diff)

2015-03-03 Ryoichi INAGAKI <ryo1@…>

  • libxfcegui4: rebuilt
  • xfce4-clipman-plugin: revamped


Line 
1Name:           xfce4-clipman-plugin
2Summary:        Clipboard manager plugin for the Xfce panel
3Summary(ja):    Xfce パネル用クリップボード管理プラグイン
4Version:        1.2.6
5Release:        4%{?_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* Tue Mar  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-4
98- revamped rel
99
100* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-3
101- rebuilt with libxfce4util 4.12.1
102
103* Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-2
104- added BR: libX11-devel
105
106* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.6-1
107- updated to 1.2.6
108- built with qrencode-devel
109
110* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
111- rebuild with VineSeed environment
112
113* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
114- new upstream release
115- remove BuildRequires: libxfcegui4-devel, libglade2-devel
116- add BuildRequires: gtk2-devel, libxfce4util-devel, libxfce4ui-devel, xorg-x11-proto-devel, libXtst-devel
117- remove old patches
118
119* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-2
120- do not apply Patch1 on Vine Linux 5
121
122* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
123- updated to 1.1.3
124- added Patch1 from Fedora for building with new libexo
125- added BR: unique-devel
126
127* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.0-2vl5
128- applied new versioning policy, spec in utf-8
129
130* Sun Oct 14 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.8.0-1vl2
131- upstream release
132- remove unnecessary Requires and Packager macro
133- whole rewrite %%files section
134
135* Sun Jan 23 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl3
136- rebuild with XFce 4.2.0 packages
137- changed required version number of xfce4-panel
138
139* Fri Oct 22 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl2
140- rebuild for VineSeed
141
142* Thu Oct 21 2004 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.1-1vl1
143- initial build for Vine Linux
144- spec file from http://download.berlios.de/xfce-goodies/xfce4-clipman-plugin-0.4.0-1suse82.src.rpm
145- change Packager
146- change spec file name
147- fix URL, License
148- add BuildRequires: libxfcegui4-devel, gtk2-devel, libxfce4util-devel,
149  zlib-devel, libxml2-devel, XOrg-devel, atk-devel, glibs-devel, pango-devel
150- add Requires: XOrg-libs, atk, gtk2, glib2, pango, libxfcegui4, libxfce4util,
151  libxml2, zlib
Note: See TracBrowser for help on using the repository browser.