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

Revision 6284, 4.3 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

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