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

Revision 8084, 5.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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