source: projects/specs/trunk/g/gnome-libs/gnome-libs-vl.spec @ 1976

Revision 1976, 12.8 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1# Note that this is NOT a relocatable package
2%define name    gnome-libs
3%define ver     1.4.2
4%define rel     4%{?_dist_release}
5
6Summary:        The libraries needed to run the GNOME GUI desktop environment.
7Summary(ja):    GNOME GUI デスクトップ環境に必要なライブラリ集
8
9Name:           %name
10Version:        %ver
11Release:        %rel
12License:        LGPL
13Group:          System Environment/Libraries
14Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.4/%{name}-%{ver}.tar.bz2
15Source2:        gnome-libs-pofiles.tar.gz
16
17URL:            http://www.gnome.org/
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  libutempter-devel
20BuildRequires:  zlib-devel
21BuildRequires:  db4-devel
22BuildRequires:  imlib-devel
23BuildRequires:  esound-devel
24BuildRequires:  ORBit-devel
25BuildRequires:  glib-devel
26BuildRequires:  gtk+-devel >= 1.2.5
27BuildRequires:  libpng-devel >= 1.2.5
28BuildRequires:  libXt-devel
29BuildRequires:  libXpm-devel
30BuildRequires:  automake14
31BuildRequires:  autoconf213
32
33Requires:       gtk+ >= 1.2.5
34Requires:       libpng >= 1.2.5
35Requires:       gnome-audio
36#Requires:      utempter
37Requires:       ORBit
38Requires:       imlib
39
40Obsoletes:      gnome
41
42# Red Hat-specific patches are prefaced with RH, please.
43Patch5:         gnome-libs-gtkrc.patch
44
45Patch25:        http://www.kr.freebsd.org/~hwang/patch/gnome-icon-item.c-preedit-diff
46# Enable setting canvas into a "bghack" mode with gtk_object_set_data
47Patch34:        gnome-libs-1.2.13-bghack.patch
48Patch40:        gnome-libs-1.4.1.2.90-png10.patch
49Patch41:        gnome-libs-1.4.1.2.90-db1.patch
50Patch42:        gnome-libs-1.4.1.2.90-ac25.patch
51Patch44:        gnome-libs-1.4.1.2.90-alpha_size_t.patch
52Patch45:        gnome-libs-1.4.1.2.90-moz-remote-fix.patch
53Patch46:        gnome-libs-1.4.1.2.90-ghelp.patch
54Patch50:        gnome-libs-1.2.13-config-dir-variable.patch
55Patch52:        gnome-libs-1.4.1.2.90-htmlview.patch
56Patch53:        gnome-libs-1.4.1.2.90-remove-duplicate-definition.patch
57
58# Fedora patches
59Patch80:        gnome-libs-1.4.2-multilib.patch
60Patch81:        gnome-libs-1.4.2-dateedit-fix1.patch
61
62# source/patch for vine
63Source100:      gnome-libs-gtkrc.ja
64Patch100:       gnome-libs-1.0.61-fontset.patch
65Patch101:       gnome-libs-1.2.8-vine-font.patch
66Patch107:       gnome-libs-1.2.4-zvt-fontsize.patch
67Patch108:       gnome-libs-1.2.12-config.patch
68Patch109:       gnome-libs-1.4.2-db48.patch
69Patch110:       gnome-libs-1.4.2-noxalf.patch
70Patch111:       gnome-libs-1.4.2-dentry.patch
71Patch112:       gnome-libs-1.4.2-html_escape.patch
72Patch113:       gnome-libs-1.4.2-vine-font.patch
73Patch120:       gnome-libs-1.4.2-iconfont.patch
74
75# patch from kondara
76Patch200:       gnome-libs-1.0.55-i18nfix.patch
77
78Packager:       inagaki
79
80%description
81GNOME (GNU Network Object Model Environment) is a user-friendly set of
82GUI applications and desktop tools to be used in conjunction with a
83window manager for the X Window System.  The gnome-libs package
84includes libraries that are needed to run GNOME.
85
86%description -l ja
87GNOME (GNU Network Object Model Environment) は、
88Xウィンドウ・システム用ウィンドウマネージャと結合して利用される、
89ユーザ・フレンドリなGUIアプリケーションとデスクトップ・ツールの
90セットです。gnome-libsパッケージはGNOMEの実行に必要なライブラリ
91郡を含んでいます。
92
93%package devel
94Summary:        Libraries and include files for developing GNOME applications.
95Summary(ja):    GNOMEアプリケーション開発用のライブラリとインクルードファイル郡
96Group:          Development/Libraries
97Requires:       %{name} = %{version}-%{release}
98Requires:       imlib-devel
99Requires:       ORBit-devel
100Requires:       esound-devel
101Requires:       gtk+-devel
102Obsoletes:      gnome-devel
103
104%description devel
105GNOME (GNU Network Object Model Environment) is a user-friendly set of
106GUI applications and desktop tools to be used in conjunction with a
107window manager for the X Window System. The gnome-libs-devel package
108includes the libraries and include files that you will need to develop
109GNOME applications.
110
111You should install the gnome-libs-devel package if you would like to
112develop GNOME applications.  You don't need to install gnome-libs-devel
113if you just want to use the GNOME desktop environment.
114
115%description -l ja
116GNOME (GNU Network Object Model Environment) は、
117Xウィンドウ・システム用ウィンドウマネージャと結合して利用される、
118ユーザ・フレンドリなGUIアプリケーションとデスクトップ・ツールの
119セットです。gnome-libs-develパッケージはGNOMEアプリケーションの
120開発に必要なライブラリ郡を含んでいます。
121
122GNOMEアプリケーションを開発したい場合、gnome-libs-develパッケージ
123をインストールする必要があります。単にGNOMEデスクトップ環境を利用
124するだけなら、gnome-libs-develパッケージは必要ありません。
125
126%prep
127%setup -q
128
129cp %{SOURCE100} libgnomeui/gtkrc.ja
130
131%patch5 -p1 -b .gtkrc
132
133%patch25 -p0 -b .iconedit
134%patch34 -p1 -b .bghack
135
136## using a perl munge instead to avoid rerunning autoconf
137# %patch40 -p1 -b .png10
138# %patch41 -p1 -b .db1
139%patch42 -p1 -b .ac25
140%patch44 -p1 -b .alpha_size_t
141
142%patch45 -p1 -b .moz-remote-fix
143%patch46 -p1 -b .ghelp
144%patch50 -p1 -b .config-dir-variable
145%patch52 -p1 -b .htmlview
146%patch53 -p1 -b .remove-duplicate-definition
147
148%patch80 -p1 -b .multilib
149%patch81 -p1 -b .dateedit-fix1
150
151%patch100 -p1 -b .fontset
152#%patch101 -p1 -b .vine-font
153%patch107 -p1 -b .zvt-fontsize
154%patch108 -p1 -b .config
155%patch109 -p1 -b .db46
156
157%patch110 -p1 -b .noxalf
158%patch111 -p1 -b .dentry
159%patch112 -p1 -b .html_escape
160%patch113 -p1 -b .vine-font
161%patch120 -p0 -b .iconfont
162
163%patch200 -p1 -b .i18nfix
164
165# translations
166tar zxf %{SOURCE2}
167
168
169%build
170#libtoolize --copy --force
171## the gtkrc patch changes a Makefile.am
172automake-1.4
173autoconf-2.13
174%configure --disable-static \
175    --enable-prefer-db1 \
176    --with-kde-datadir=/usr/share \
177    --disable-gtk-doc
178make %{?_smp_mflags}
179
180%install
181[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
182
183%makeinstall
184mv $RPM_BUILD_ROOT%{_datadir}/doc/gnome-doc $RPM_BUILD_ROOT%{_bindir}
185chmod a+x $RPM_BUILD_ROOT%{_bindir}/gnome-doc
186mv $RPM_BUILD_ROOT%{_datadir}/doc/mkstub $RPM_BUILD_ROOT%{_bindir}
187chmod a+x $RPM_BUILD_ROOT%{_bindir}/mkstub
188%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
189mv $RPM_BUILD_ROOT%{_datadir}/doc/gnome-doc.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
190
191%find_lang %{name}
192
193## remove unused files
194rm -f $RPM_BUILD_ROOT%{_prefix}/doc/*
195rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
196rm -f $RPM_BUILD_ROOT%{_datadir}/doc/*
197rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/*
198
199
200%clean
201[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
202
203%post -p /sbin/ldconfig
204%postun -p /sbin/ldconfig
205
206%files -f %{name}.lang
207%defattr(-, root, root)
208%doc AUTHORS COPYING ChangeLog NEWS README
209%{_bindir}/dns-helper
210%{_bindir}/gconfigger
211%{_bindir}/gnome-bug
212%{_bindir}/gnome-dump-metadata
213%{_bindir}/gnome-gen-mimedb
214%{_bindir}/gnome-moz-remote
215%{_bindir}/gnome-name-service
216%{_bindir}/gnome_segv
217%{_bindir}/goad-browser
218%{_bindir}/loadshlib
219%{_bindir}/new-object
220%attr(2755, root, utmp) %{_sbindir}/gnome-pty-helper
221%{_libdir}/lib*.so.*
222%{_datadir}/idl/*
223%{_datadir}/pixmaps/*
224%{_datadir}/mime-info/gnome.mime
225%{_datadir}/type-convert/*
226%{_mandir}/man1/*
227%{_mandir}/man5/*
228%config %{_sysconfdir}/*
229
230%files devel
231%defattr(-, root, root)
232%doc devel-docs
233%{_bindir}/gnome-config
234%{_bindir}/libart-config
235%{_bindir}/gnome-doc
236%{_bindir}/mkstub
237%{_libdir}/lib*.so
238#{_libdir}/*.a
239#{_libdir}/*.la
240%{_libdir}/*.sh
241%{_libdir}/gnome-libs
242%{_includedir}/*
243%{_datadir}/aclocal/*
244%{_datadir}/gnome
245%{_datadir}/emacs/site-lisp/*
246
247%changelog
248* Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.2-4
249- rebuilt with rpm-4.8.1 for pkg-config
250
251* Fri Feb 12 2010 NAKAMURA Kenta <kenta@vinelinux.org> 1.4.2-3
252- rebuilt with db4-4.8
253- updated Patch109: gnome-libs-1.4.2-db48.patch
254
255* Sat May  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-2
256- updated Patch109 for using db-4.6.21
257- BuildRequires: libutempter-devel instead of utempter
258- removed lib*.a
259
260* Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.2-1vl5
261- removed lib*.la
262- removed unused files
263- applied new versioning policy and spec in utf-8
264
265* Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-0vl8
266- rebuilt for fixing libgnorba.la
267
268* Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-0vl7
269- rebuilt with new toolchains/environment
270- updated Patch109 for using db-4.3.29
271- added patches from Fedora
272  * Fri Mar  9 2007 Paul Howarth <paul@city-fan.org> 1:1.4.2-5
273  - Fix GnomeDateEdit time format regression (#230186)
274  * Tue Feb 13 2007 Paul Howarth <paul@city-fan.org> 1:1.4.2-4
275  - Fix multilib conflict in /etc/mime-magic.dat (#228361)
276
277* Tue Feb 28 2006 Shu KONNO <owa@bg.wakwak.com> 1.4.2-0vl6
278- dropt libtoolize
279- rebuilt for x86_64 architecture
280
281* Mon Oct 11 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.2-0vl5
282- rebuilt with db4-4.2.25
283- --disable-gtk-doc
284
285* Tue Dec 23 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-0vl4
286- rebuilt with new toolchains
287- added Patch120 from Vine Linux 2.6r3 release
288- s/Copyright/License/
289
290* Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.2-0vl3
291- rebuilt against libpng >= 1.2.5
292
293* Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.2-0vl2
294- rebuilt against db4 (disabled Patch41, added Patch109)
295
296* Fri Oct 25 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-0vl1
297- new upstream release.
298- cleaned patch files (several was merged source)
299- noxalf.pactch was renewal   (Patch110)
300- vine-font.patch was renewal (Patch113)
301
302* Tue Dec 18 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.4.1.2-0vl1
303- New upstream release.
304- Merged several RH patches.
305
306* Wed Mar 21 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2.13-0vl1
307- New upstream release.
308- Use rpmmacros.
309
310* Sat Dec  9 2000 Jun Nishii <jun@vinelinux.org>
311- 1.2.8-0vl1
312
313* Mon Oct 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-0vl3
314- zvt default font size changed
315
316* Mon Oct 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-0vl2
317- XmHTML default font size changed
318
319* Wed Jul 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
320- updated to 1.2.4
321- added dialog_default patch to focus a specfied button for keybord.
322
323* Fri Jun 21 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
324- updated to 1.2.3
325
326* Mon Jun 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
327- added vine's gtkrc.ja.
328
329* Fri Jun  2 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
330- updated to 1.2.1
331
332* Wed May 31 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
333- modified zvt_mb pach to fix threshold value of MB_CUR_MAX for glibc 2.1.3.
334
335* Mon May 29 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
336- updated 1.2.0
337
338* Tue May 16 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
339- updated 1.0.61
340
341* Mon May  8 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
342- updated 1.0.60
343- removed some RH patch (RH-snd*) merged.
344- add japo_fix patch to fix a bug that make popt to segfault.
345
346* Wed Mar 29 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
347- updated 1.0.57
348- remake SPEC from RH6.2 for vine
349
350* Mon Feb 21 2000 Preston Brown <pbrown@redhat.com>
351- keyboard mapping follows debian policy, xterm
352
353* Tue Feb 15 2000 Owen Taylor <otaylor@redhat.com>
354- Add checks to make sure gnome-terminal survives if the
355  bg pixmap vanishes.
356
357* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
358- Install gtkrc files in /etc/gnome
359
360* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
361- Remove broken alpha timeval fix, fix bug in configure.in
362  that was misdetecting ut_tv field of utmpx
363
364* Thu Feb 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
365- Fix up escape sequences in zvt (Bug #9143)
366
367* Fri Feb 04 2000 Elliot Lee <sopwith@redhat.com>
368- Accept true/yes/non-zero as TRUE for gnome-config boolean values.
369
370* Wed Feb 03 2000 Havoc Pennington <hp@redhat.com>
371- set ECHOK for terminal widget, bug 8823
372
373* Wed Feb 02 2000 Havoc Pennington <hp@redhat.com>
374- include man pages in the file list, also bug 8017
375
376* Wed Feb 02 2000 Havoc Pennington <hp@redhat.com>
377- Fix an alpha warning bugzilla #8017
378
379* Tue Feb 01 2000 Elliot Lee <sopwith@redhat.com>
380- Update to 1.0.55
381
382* Tue Aug 31 1999 Elliot Lee <sopwith@redhat.com>
383- Update to 1.0.15
384
385* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com>
386- Merge in various minor things from RHL
387
388* Mon Jun 14 1999 Gregory McLean <gregm@comstar.net>
389
390- Added the -q option to the setup stage, quiet please!
391
392* Tue Mar 2  1999 Gregory McLean <gregm@comstar.net>
393
394- Added some hackage in for the brain dead libtool on the alpha
395- Cleaned up the spec file abit to be more consistant.
396
397* Wed Feb 17 1999 Elliot Lee <sopwith@redhat.com>
398
399- Add debugging disabling flags to $CFLAGS
400
401* Fri Nov 20 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
402
403- use --localstatedir=/var/lib in config state (score files for games
404  for exemple will go there).
405- added several more files to %files section, in particular language
406  files and corba IDLs
407
408* Wed Sep 23 1998 Michael Fulbright <msf@redhat.com>
409
410- Updated to version 0.30
411
412* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
413- Added %{prefix}/lib/gnome-libs
414
415* Fri Mar 13 1998 Marc Ewing <marc@redhat.com>
416
417- Integrate into gnome-libs source tree
Note: See TracBrowser for help on using the repository browser.