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

Revision 521, 4.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           parcellite
2Version:        0.9.2
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
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 あなたがこのパッケージを使用したいのなら、他のデスクトップ或いは
33 ウィンドウマネージャのために、システムトレイか通知領域に
34 パネルをインストールしなければなりません。
35
36%prep
37%setup -q
38#%patch0 -p1
39
40%build
41%configure
42make %{?_smp_mflags}
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
48%find_lang %{name}
49
50desktop-file-install --vendor="vine"                     \
51  --delete-original                                        \
52  --remove-category=Application                            \
53  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
54  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
55
56desktop-file-install --vendor="vine"                           \
57  --delete-original                                        \
58  --add-category=TrayIcon                                  \
59  --dir=${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/     \
60  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files -f %{name}.lang
66%defattr(-,root,root,-)
67%doc AUTHORS ChangeLog COPYING README NEWS
68%config(noreplace) %{_sysconfdir}/xdg/autostart/vine-%{name}-startup.desktop
69%{_bindir}/%{name}
70%{_datadir}/applications/vine-%{name}.desktop
71%{_mandir}/man1/%{name}.1.gz
72
73
74%changelog
75* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
76- new upstream release
77- dropt Patch0
78
79* Fri Sep 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-7
80- cleaned up spec
81- added Patch0 from Debain to fix man page
82- added BuildRequires:  gettext
83
84* Wed Jul 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-6vl5
85- improved and fixed Japanese description
86
87* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-5vl5
88- fixed BuildRoot
89- cleaned up spec
90- added Japanese description
91
92* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-4vl5
93- changed Group: Applications/Accessories
94- spec in UTF-8
95
96* Sat Mar 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-3vl5
97- enabled autostart again
98
99* Fri Mar 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-2vl5
100- fixed changelog typo
101
102* Thu Mar 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-1vl5
103- Update to 0.9.1
104- added BuildRequires:  glib2-devel >= 2.14.0
105- dropped Patch0,1
106
107* Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9-1vl5
108- initial build for VineSeed (imported Fedora development Package)
109- disabled autostart
110
111* Sun Nov 23 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9-1
112- Update to 0.9
113- Fix Control+Click behaviour
114- Small corrections to German translation
115
116* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8-1
117- Update to 0.8
118
119* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
120- No longer require lxpanel
121- Preserve timestamps during install
122- Include NEWS in doc
123
124* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-1
125- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.