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

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