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

Revision 1008, 4.4 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           parcellite
2Version:        0.9.2
3Release:        2%{?_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* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
78- new upstream release
79- addd Patch1 from Fedora development to fix DSO linking
80- fix Japanese description
81
82* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
83- new upstream release
84- dropt Patch0
85
86* Fri Sep 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-7
87- cleaned up spec
88- added Patch0 from Debain to fix man page
89- added BuildRequires:  gettext
90
91* Wed Jul 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-6vl5
92- improved and fixed Japanese description
93
94* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-5vl5
95- fixed BuildRoot
96- cleaned up spec
97- added Japanese description
98
99* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-4vl5
100- changed Group: Applications/Accessories
101- spec in UTF-8
102
103* Sat Mar 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-3vl5
104- enabled autostart again
105
106* Fri Mar 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-2vl5
107- fixed changelog typo
108
109* Thu Mar 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-1vl5
110- Update to 0.9.1
111- added BuildRequires:  glib2-devel >= 2.14.0
112- dropped Patch0,1
113
114* Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9-1vl5
115- initial build for VineSeed (imported Fedora development Package)
116- disabled autostart
117
118* Sun Nov 23 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9-1
119- Update to 0.9
120- Fix Control+Click behaviour
121- Small corrections to German translation
122
123* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8-1
124- Update to 0.8
125
126* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
127- No longer require lxpanel
128- Preserve timestamps during install
129- Include NEWS in doc
130
131* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-1
132- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.