source: projects/specs/trunk/g/gnome-user-docs/gnome-user-docs-vl.spec @ 1058

Revision 1058, 4.8 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release, and new package pyclutter, pyclutter-gst and pyclutter-gtk

Line 
1Summary:        GNOME User Documentation
2Summary(ja):    GNOME ユーザドキュメント
3Name:           gnome-user-docs
4Version:        2.30.1
5Release:        1%{?_dist_release}
6License:        FDL
7Source:         gnome-user-docs-%{version}.tar.bz2
8Group:          Applications/Documentation
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  gnome-doc-utils
13BuildRequires:  gettext, pkgconfig
14BuildRequires:  which
15Obsoletes:      gnome-users-guide
16Requires(post,postun): scrollkeeper >= 0.3.10
17
18%description
19This package contains end user documentation for the GNOME desktop
20environment.
21
22%description -l ja
23このパッケージには GNOME デスクトップ環境のエンドユーザドキュメントが
24含まれています。
25
26%package l10n
27Summary: Localized documentations for %{name}
28Summary(ja): %{name} の各国語ドキュメント
29Group: Applications/Documentation
30Requires: %{name} = %{version}
31
32%description l10n
33This package contains localized documentation for GNOME
34desktop environment. (except for English and Japanese)
35
36%description -l ja l10n
37このパッケージには GNOME デスクトップ環境の各国語のエンドユーザ
38ドキュメントが含まれています。(英語および日本語以外の言語)
39
40%prep
41%setup -q
42
43%build
44%configure --disable-scrollkeeper
45%__make %{?_smp_mflags}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%makeinstall
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post
56scrollkeeper-update > /dev/null 2>&1 || :
57exit 0
58
59%post l10n
60scrollkeeper-update > /dev/null 2>&1 || :
61exit 0
62
63%postun
64scrollkeeper-update > /dev/null 2>&1 || :
65exit 0
66
67%postun l10n
68scrollkeeper-update > /dev/null 2>&1 || :
69exit 0
70
71%files
72%defattr(-, root, root)
73%{_datadir}/gnome/help/*/C
74%{_datadir}/gnome/help/*/ja
75%{_datadir}/omf/*/*-C.omf
76%{_datadir}/omf/*/*-ja.omf
77
78%files l10n
79%defattr(-, root, root)
80%{_datadir}/gnome
81%{_datadir}/omf
82%exclude %{_datadir}/gnome/help/*/C
83%exclude %{_datadir}/gnome/help/*/ja
84%exclude %{_datadir}/omf/*/*-C.omf
85%exclude %{_datadir}/omf/*/*-ja.omf
86
87
88%changelog
89* Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
90- new upstream release
91
92* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
93- new upstream release
94
95* Wed Mar 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
96- new upstream release
97
98* Sat Nov 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-1
99- new upstream release
100
101* Wed Apr 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
102- new upstream release
103- split l10n docs to -l10n subpackage (except for C and ja)
104
105* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
106- new upstream release
107
108* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
109- new upstream release
110
111* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
112- new upstream release
113
114* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.2-0vl2
115- change Group to Applications/Documentation. <BTS:VineLinux:163>
116
117* Mon May 08 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
118- new upstream release
119- added BuildRequires: gnome-doc-utils
120
121* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.1.1-0vl1
122- new upstream release
123
124* Fri Nov 26 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
125- new upstream release, dropped SOURCE2
126- added Japanese summary and description
127
128* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
129- new upstream release
130
131* Thu May 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl1
132- new upstream release
133
134* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.4-0vl1
135- new upstream release
136- build for Vine Linux
137
138* Mon Dec 16 2002 Havoc Pennington <hp@redhat.com>
139- add introduction-to-gnome.xml from CVS so the XML won't be broken
140
141* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 2.0.1-1
142- update to 2.0.1
143
144* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
145- 2.0.0 stable release
146- clean up uninstalled file warnings
147- blow build root at start of install
148
149* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
150- Version 1.93, should fix #67207
151
152* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
153- automated rebuild
154
155* Thu Jun 20 2002 Havoc Pennington <hp@redhat.com>
156- prereq scrollkeeper
157
158* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
159- upgrade to gnome 2 docs
160- clean up the spec file a bit
161
162* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com>
163- rebuild in different environment
164
165* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com>
166- fix a scrollkeeper validation bug
167
168* Thu May 23 2002 Tim Powers <timp@redhat.com>
169- automated rebuild
170
171* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
172- automated rebuild
173
174
175* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
176- Moved to red hat build system
177
178* Thu Feb 22 2001 Gregory Leblanc <gleblanc@cu-portland.edu>
179- de-uglification, and fixed the macros.
180
181* Mon Nov 27 2000 Kenny Graunke <kwg@teleport.com>
182- Initial cut
Note: See TracBrowser for help on using the repository browser.