source: projects/specs/trunk/g/gnome-audio/gnome-audio-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        Sounds for GNOME events.
2Summary(ja):    GNOMEイベント用効果音
3Name:           gnome-audio
4Version:        2.22.2
5Release:        2%{?_dist_release}
6License:        LGPL
7Group:          Applications/Multimedia
8Source:         ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.22/%{name}-%{version}.tar.bz2
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10URL:            http://www.gnome.org
11BuildArchitectures: noarch
12
13%description
14The gnome-audio package contains sounds for the GNOME GUI desktop
15environment. If you're installing GNOME, you may want to install this
16package of complementary sounds.
17
18%description -l ja
19gnome-audio パッケージには GNOME GUI デスクトップ環境用の
20サウンドファイルが納められています。
21GNOME をインストールする際には、このサウンドパッケージも
22一緒にインストールすると良いでしょう。
23
24
25%package extra
26Summary:        Files needed for customizing GNOME event sounds.
27Summary(ja):    イベント効果音 ユーザカスタマイズ用の拡張ファイル
28Group:          System Environment/Libraries
29
30%description extra
31This package contains extra sound files useful for customizing the
32sounds that the GNOME desktop environment makes. If you use GNOME and
33you'd like to customize the system sounds, install this package.
34
35%description extra -l ja
36このパッケージには GNOME デスクトップ環境用の追加サウンドファイルが
37納められています。GNOME を使っていてシステムサウンドをカスタマイズ
38したい場合には、このパッケージをインストールして下さい。
39
40
41%prep
42%setup -q
43
44%install
45[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
46mkdir -p $RPM_BUILD_ROOT
47%makeinstall
48
49%clean
50[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%defattr(-, root, root)
55%doc README
56%{_datadir}/sounds/email.wav
57%{_datadir}/sounds/info.wav
58%{_datadir}/sounds/error.wav
59%{_datadir}/sounds/warning.wav
60%{_datadir}/sounds/generic.wav
61%{_datadir}/sounds/question.wav
62%{_datadir}/sounds/shutdown1.wav
63%{_datadir}/sounds/startup3.wav
64%{_datadir}/sounds/panel
65%{_datadir}/sounds/gtk-events
66#symlinks
67%{_datadir}/sounds/login.wav
68%{_datadir}/sounds/logout.wav
69
70%files extra
71%defattr(-, root, root)
72%{_datadir}/sounds/card_shuffle.wav
73%{_datadir}/sounds/phone.wav
74
75
76%changelog
77* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.22.2-2
78- spec in utf-8
79
80* Thu May 15 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
81- new upstream release
82
83* Sat Apr  5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
84- new upstream release
85
86* Fri Sep 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl3
87- use License: tag instead of Copyright:
88
89* Wed Jul 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl2
90- add missing sound file to %%files
91- move email.wav to main package.
92
93* Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl1
94- new upstream release
95
96* Fri Mar 23 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.4.0-0vl1
97- New upstream release.
98- Use rpmmacros.
99
100* Wed Sep 06 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
101- 1.0.0-8vl3
102- login.wav pushed back (for esound-0.2.19-0vl2 and up)
103- added Japanese description
104
105* Tue Jul 18 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
106- remove default login sound for esound noisy bug.
107
108* Mon May 29 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
109- added %defattr(-, root, root) to extra
110- added japanese summary.
111- replace default login/logout sound.
112
113* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
114- rebuild for new description
115
116* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
117- switched generic and question sounds
118
119* Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
120- redid defaults
121
122 * Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
123- version 1.0.0 - made extra subpackage
124
125* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
126- version 0.99.8
127
128* Tue Jan 26 1999 Michael Fulbright <drmike@redhat.com>
129- version 0.99.4
130
131* Thu Dec 17 1998 Michael Fulbright <drmike@redhat.com>
132- first pass at a spec file
133
Note: See TracBrowser for help on using the repository browser.