source: projects/specs/branches/6/p/parcellite/parcellite-vl.spec @ 4259

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