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

Revision 3555, 5.3 KB checked in by daisuke, 13 years ago (diff)

xdg-utils: update to 1.1.0-rc1

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