source: projects/specs/trunk/p/parcellite/parcellite-vl.spec @ 8352

Revision 8352, 5.4 KB checked in by kudoh, 10 years ago (diff)

rebuilt an new upstream release

RevLine 
[521]1Name:           parcellite
[8003]2Version:        1.1.7
[8352]3Release:        2%{?_dist_release}
[521]4Summary:        A lightweight GTK+ clipboard manager
5Summary(ja):    軽量な GTK+ クリップボードマネージャ
6
7Group:          Applications/Accessories
8License:        GPLv3+
9URL:            http://%{name}.sourceforge.net/
[7447]10Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
[4747]11       
[1008]12Patch1:         parcellite-0.9.2-dsofix.patch
[521]13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
16BuildRequires:  desktop-file-utils, intltool >= 0.23
17BuildRequires:  gettext
18
19%description
20Parcellite is a stripped down, basic-features-only clipboard manager with a
21small memory footprint for those who like simplicity.
22
23 In GNOME and Xfce the clipboard manager will be started automatically. For
24 other desktops or window managers you should also install a panel with a
25 system tray or notification area if you want to use this package.
26
27%description -l ja
28Parcellite はシンプルさを好む人々のための使用メモリ量が小さい
29洗練された基礎的機能のみのクリップボードマネージャです。
30
31 GNOME と Xfce ではクリップボードマネージャは自動的に起動します。
32 あなたがこのパッケージを使用したいのなら、他のデスクトップ或いは
[1008]33 ウィンドウマネージャのために、システムトレイ或いは通知領域のある
[521]34 パネルをインストールしなければなりません。
35
36%prep
[7447]37%setup -q -n %{name}-%{version}
[1008]38%patch1 -p1 -b .dsofix
[521]39
[7753]40%if %{?_dist_release} == "vl6"
41sed -i 's/\(OnlyShowIn=GNOME\;KDE\;LXDE\;\)MATE\;Razor\;ROX\;TDE\;Unity\;XFCE\;Old\;/\1XFCE;/g' \
42data/parcellite.desktop.in
43%endif
44
[521]45%build
46%configure
47make %{?_smp_mflags}
48
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
53%find_lang %{name}
54
55desktop-file-install --vendor="vine"                     \
56  --delete-original                                        \
57  --remove-category=Application                            \
58  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
59  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
60
61desktop-file-install --vendor="vine"                           \
62  --delete-original                                        \
63  --dir=${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/     \
64  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files -f %{name}.lang
70%defattr(-,root,root,-)
71%doc AUTHORS ChangeLog COPYING README NEWS
72%config(noreplace) %{_sysconfdir}/xdg/autostart/vine-%{name}-startup.desktop
73%{_bindir}/%{name}
74%{_datadir}/applications/vine-%{name}.desktop
[4259]75%{_datadir}/pixmaps/%{name}.*
[521]76%{_mandir}/man1/%{name}.1.gz
77
78
79%changelog
[8352]80* Sat Apr 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.7-2
81- rebuilt with newtoolchain
82
[8003]83* Sat Nov 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.7-1
84- new upstream release
85
[7753]86* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.6-1
87- new upstream release
88- set conditional branch for Vine 6
89  - fix .desktop value
90
[7732]91* Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.5-1
92- new upstream release
93
[7447]94* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.4-1
[5877]95- new upstream release
96
[7447]97* Sun Mar 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc5-1
98- new upstream release
99
[4747]100* Sat Sep 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc4-1
101- new upstream release
102
[4259]103* Tue Jun 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc2-1
104- new upstream release
105
[7447]106* Wed Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
[2372]107- new upstream release
108- deleted wrong comment in 0.9.2-2
109
[1008]110* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
111- addd Patch1 from Fedora development to fix DSO linking
112- fix Japanese description
113
[521]114* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
115- new upstream release
116- dropt Patch0
117
118* Fri Sep 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-7
119- cleaned up spec
120- added Patch0 from Debain to fix man page
121- added BuildRequires:  gettext
122
123* Wed Jul 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-6vl5
124- improved and fixed Japanese description
125
126* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-5vl5
127- fixed BuildRoot
128- cleaned up spec
129- added Japanese description
130
131* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-4vl5
132- changed Group: Applications/Accessories
133- spec in UTF-8
134
135* Sat Mar 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-3vl5
136- enabled autostart again
137
138* Fri Mar 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-2vl5
139- fixed changelog typo
140
141* Thu Mar 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-1vl5
142- Update to 0.9.1
143- added BuildRequires:  glib2-devel >= 2.14.0
144- dropped Patch0,1
145
146* Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9-1vl5
147- initial build for VineSeed (imported Fedora development Package)
148- disabled autostart
149
150* Sun Nov 23 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9-1
151- Update to 0.9
152- Fix Control+Click behaviour
153- Small corrections to German translation
154
155* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8-1
156- Update to 0.8
157
158* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
159- No longer require lxpanel
160- Preserve timestamps during install
161- Include NEWS in doc
162
163* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-1
164- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.