source: projects/specs/branches/6/x/xdg-utils/xdg-utils-vl.spec @ 10714

Revision 10714, 5.8 KB checked in by tomop, 8 years ago (diff)

xdg-utils-1.1.1-1

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