source: projects/specs/trunk/x/xdg-utils/xdg-utils-vl.spec @ 12226

Revision 12226, 5.9 KB checked in by tomop, 5 years ago (diff)

updated 4 packages

bubblewrap-0.3.3-6

libappstream-glib-0.7.15-1

libcap-2.27-1

xdg-utils-1.1.3-1

Line 
1Summary: Basic desktop integration functions
2Summary(ja): デスクトップ統合の基本機能
3Name:    xdg-utils
4Version: 1.1.3
5Release: 1%{?_dist_release}
6URL:     http://portland.freedesktop.org/
7License: MIT
8Group:   System Environment/Base
9
10Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}.tar.gz
11Source1: htmlview.sh
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15
16BuildRequires: w3m
17BuildRequires: xmlto
18
19Requires: coreutils
20Requires: desktop-file-utils
21Requires: which
22
23Obsoletes: htmlview
24Provides: htmlview
25
26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: daisuke
29
30%description
31The xdg-utils package is a set of simple scripts that provide basic
32desktop integration functions for any Free Desktop, such as Linux.
33They are intended to provide a set of defacto standards. 
34This means that:
35*  Third party software developers can rely on these xdg-utils
36   for all of their simple integration needs.
37*  Developers of desktop environments can make sure that their
38   environments are well supported
39*  Distribution vendors can provide custom versions of these utilities
40
41The following scripts are provided at this time:
42* xdg-desktop-menu      Install desktop menu items
43* xdg-desktop-icon      Install icons to the desktop
44* xdg-icon-resource     Install icon resources
45* xdg-mime              Query information about file type handling and
46                        install descriptions for new file types
47* xdg-open              Open a file or URL in the user's preferred application
48* xdg-email             Send mail using the user's preferred e-mail composer
49* xdg-screensaver       Control the screensaver
50* xdg-settings          Get various settings from the desktop environment
51
52%description -l ja
53xdg-utils パッケージは、Linux を含むさまざまな自由デスクトップにおける
54デスクトップ統合の基本機能を提供するスクリプト群が含まれています。
55下記のような目的のために、デファクトスタンダードを提供する目的で用意さ
56れています。
57* サードパーティのソフトウエア開発者は、xdg-utils を前提とすることで共
58  通化することができます。
59* デスクトップ環境の開発者はその環境がよりサポートされるようにすること
60  ができます。
61* ディストリビューションベンダは、これらのユーティリティのカスタム版を
62  提供することができます。
63
64現在は、下記のスクリプトが提供されています:
65* xdg-desktop-menu      デスクトップメニューのインストール
66* xdg-desktop-icon      デスクトップへのアイコンのインストール
67* xdg-icon-resource     アイコンのインストール
68* xdg-mime              ファイルタイプハンドラに関するクエリーと、
69                        新しいファイルタイプの登録
70* xdg-open              お気に入りのアプリケーションでファイルまたはURLを開く
71* xdg-email             お気に入りのメーラーでメールを送る
72* xdg-screensaver       スクリーンセーバーの制御
73* xdg-settings          デスクトップ環境からさまざまな設定を取り出す
74
75
76%prep
77%setup -q -n %{name}-%{version}
78
79%build
80%configure
81
82%__make %{?_smp_mflags}
83
84%install
85rm -rf $RPM_BUILD_ROOT
86
87%__make install DESTDIR=$RPM_BUILD_ROOT
88
89install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/htmlview
90
91%clean
92rm -rf $RPM_BUILD_ROOT
93
94%files
95%defattr(-,root,root,-)
96%license LICENSE
97%doc ChangeLog README TODO
98%{_bindir}/xdg-*
99%{_bindir}/htmlview
100%{_mandir}/man1/xdg-*
101
102%changelog
103* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.3-1
104- new upstream release.
105- dropped Patch1: fixed in upstream.
106
107* Thu Jul 28 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
108- new upstream release.
109- updated Patch1.
110
111* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2.rc1
112- rebuild with VineSeed environment
113
114* Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1.rc1
115- add htmlview compatibility script
116- add Obsoletes: htmlview, add Provides: htmlview
117
118* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-0.rc1
119- update to 1.1.0-rc1
120
121* Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
122- spec in UTF-8
123
124* Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
125- new upstream release
126- add Patch4 to fix CVS-2008-0386
127
128* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
129- initial build for Vine Linux
130
131* Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
132- add htmlview,links to browser fallbacks
133
134* Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
135- fix typo in xdg-icon-resource manpage
136
137* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
138- xdg-utils-1.0.1
139
140* Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net 1.0-3
141- actually *use* mimeopen patch (#210797)
142
143* Tue Oct 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
144- prefer mimeopen as generic default (#210797)
145
146* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-1
147- 1.0(final)
148
149* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.9.rc1
150- update %%description (#208926)
151
152* Wed Sep 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.8.rc1
153- 1.0rc1
154
155* Fri Sep 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.7.beta4
156- 1.0beta4
157
158* Mon Aug 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.6.beta3
159- 1.0beta3
160
161* Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.5.20060721
162- Release: append/use %%{?dist}
163
164* Wed Jul 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.4.20060721
165- specfile cosmetics, tabs -> spaces
166- %%makeinstall -> make install DESTDIR=...
167
168* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.3.20060721
169- 20060721 snapshot
170- optgnome.patch
171
172* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.2.beta1
173- Requires: desktop-file-utils
174
175* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.1.beta1
176- 1.0beta1
177
Note: See TracBrowser for help on using the repository browser.