source: projects/specs/trunk/g/gnome-vfs2/gnome-vfs2-vl.spec @ 8109

Revision 8109, 20.4 KB checked in by Takemikaduchi, 10 years ago (diff)

update patch

Line 
1%define libbonobo_version 2.32.0
2%define gconf2_version 2.26.0
3%define gtkdoc_version 1.1
4##%define gnome_mime_data_version 2.18.0
5%define gamin_version 0.1.10
6%define vine_menus_version 3.0
7%define samba_version 3.2.5
8##%define gnome_mount_version 0.8
9%define avahi_version 0.6.23
10%define dbus_version 1.4.0
11%define dbus_glib_version 0.88
12
13%define po_package gnome-vfs-2.0
14
15%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
16
17Summary: The GNOME virtual file-system libraries.
18Summary(ja): GNOME 仮想ファイルシステムライブラリ
19Name: gnome-vfs2
20Version: 2.24.4
21Release: 4%{?_dist_release}
22License: LGPL
23Group: System Environment/Libraries
24Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
25URL: http://www.gnome.org/
26
27BuildRoot:     %{_tmppath}/%{name}-%{version}-root
28Requires:      gnome-mime-data >= %{gnome_mime_data_version}
29Requires:      shared-mime-info
30Requires:      gamin >= %{gamin_version}
31Requires:      vine-menus >= %{vine_menus_version}
32Requires(post,pre,preun): GConf2 >= %{gconf2_version}
33
34BuildRequires: libbonobo-devel >= %{libbonobo_version}
35BuildRequires: GConf2-devel >= %{gconf2_version}
36BuildRequires: gnome-mime-data >= %{gnome_mime_data_version}
37BuildRequires: gamin-devel >= %{gamin_version}
38BuildRequires: glib2-devel, libxml2-devel, zlib-devel
39BuildRequires: popt-devel, bzip2-devel, ORBit2-devel, openjade
40BuildRequires: pkgconfig
41BuildRequires: gtk-doc >= %{gtkdoc_version}
42BuildRequires: libsmbclient-devel >= %{samba_version}
43##BuildRequires: gnome-mount-devel >= %{gnome_mount_version}
44BuildRequires: avahi-glib-devel >= %{avahi_version}
45BuildRequires: dbus-devel >= %{dbus_version}
46BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
47BuildRequires: openssl-devel
48BuildRequires: automake, autoconf
49
50Patch0: gnome-vfs-2.24.4-glib-2.36.x.patch
51Patch1: gnome-vfs-2.24.4-samba-4.0.patch
52
53Patch3: gnome-vfs-2.9.90-modules-conf.patch
54
55# CVE-2009-2473 neon, gnome-vfs2 embedded neon: billion laughs DoS attack
56# https://bugzilla.redhat.com/show_bug.cgi?id=518215
57Patch5: gnome-vfs-2.24.3-CVE-2009-2473.patch
58
59# RH bug #197868
60Patch6: gnome-vfs-2.15.91-mailto-command.patch
61
62# send to upstream
63Patch101: gnome-vfs-2.8.2-schema_about_for_upstream.patch
64
65Patch201: gnome-vfs-2.8.1-console-mount-opt.patch
66
67
68# https://bugzilla.redhat.com/show_bug.cgi?id=333041
69# https://bugzilla.redhat.com/show_bug.cgi?id=335241
70Patch300: gnome-vfs-2.20.0-ignore-certain-mountpoints.patch
71
72# backported from upstream
73
74# gnome-vfs-daemon exits on dbus, and constantly restarted causing dbus/hal to hog CPU
75# https://bugzilla.redhat.com/show_bug.cgi?id=486286
76Patch404: gnome-vfs-2.24.xx-utf8-mounts.patch
77
78# https://bugzilla.gnome.org/show_bug.cgi?id=435653
79Patch405: 0001-Add-default-media-application-schema.patch
80
81# vine default
82Patch1000: gnome-vfs2-2.22.0-vine.patch
83
84
85%description
86GNOME VFS is the GNOME virtual file system. It is the foundation of
87the Nautilus file manager. It provides a modular architecture and
88ships with several modules that implement support for file systems,
89http, ftp, and others. It provides a URI-based API, backend
90supporting asynchronous file operations, a MIME type manipulation
91library, and other features.
92
93%package devel
94Summary: Libraries and include files for developing GNOME VFS applications.
95Summary(ja): GNOME VFS アプリケーション開発用ライブラリ
96Group: Development/Libraries
97Requires:  %{name} = %{version}-%{release}
98Requires:  GConf2-devel >= %{gconf2_version}
99Requires:  libbonobo-devel >= %{libbonobo_version}
100Conflicts: bonobo-devel < 1.0.8
101Conflicts: gnome-vfs-devel < 1.0.2
102
103%description devel
104This package provides the necessary development libraries for writing
105GNOME VFS modules and applications that use the GNOME VFS APIs.
106
107%package smb
108Summary: Windows fileshare support for gnome-vfs
109Summary(ja): gnome-vfs の Windows ファイル共有サポート
110Group: System Environment/Libraries
111Requires:  %{name} = %{version}
112Requires:  samba-common >= %{samba_version}
113Obsoletes: gnome-vfs2-extras
114Provides:  gnome-vfs2-extras
115
116%description smb
117This package provides support for reading and writing files on windows
118shares (SMB) to applications using GNOME VFS.
119
120# compat32
121%package -n compat32-%{name}
122Summary: The GNOME virtual file-system libraries.
123Summary(ja): GNOME 仮想ファイルシステムライブラリ
124Group: System Environment/Libraries
125Requires:  %{name} = %{version}-%{release}
126
127%description -n compat32-%{name}
128GNOME VFS is the GNOME virtual file system. It is the foundation of
129the Nautilus file manager. It provides a modular architecture and
130ships with several modules that implement support for file systems,
131http, ftp, and others. It provides a URI-based API, backend
132supporting asynchronous file operations, a MIME type manipulation
133library, and other features.
134
135%package -n compat32-%{name}-devel
136Summary: Libraries and include files for developing GNOME VFS applications.
137Summary(ja): GNOME VFS アプリケーション開発用ライブラリ
138Group: Development/Libraries
139Requires:  %{name}-devel = %{version}-%{release}
140Requires:  compat32-%{name} = %{version}-%{release}
141Requires:  compat32-GConf2-devel >= %{gconf2_version}
142Requires:  compat32-libbonobo-devel >= %{libbonobo_version}
143
144%description -n compat32-%{name}-devel
145This package provides the necessary development libraries for writing
146GNOME VFS modules and applications that use the GNOME VFS APIs.
147
148
149%prep
150%setup -q -n gnome-vfs-%{version}
151 
152%patch0 -p1 -b .glib
153%patch1 -p1 -b .samba
154%patch3 -p1 -b .modules-conf
155%patch5 -p1 -b .CVE-2009-2473
156%patch6 -p1 -b .mailto-command
157
158# send to upstream
159%patch101 -p1 -b .schema_about
160
161%patch201 -p0 -b .console
162
163%patch300 -p1 -b .ignore-certain-mount-points
164
165%patch404 -p1 -b .utf8-mounts
166
167%patch405 -p1 -b .default-media
168
169# Vine
170%patch1000 -p1 -b .browser_default
171
172# for patch 10
173autoheader
174autoconf
175
176%build
177if pkg-config openssl ; then
178        CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
179        LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
180fi
181
182%configure --disable-gtk-doc --disable-hal
183
184export tagname=CC
185make LIBTOOL=/usr/bin/libtool
186
187%install
188rm -fr $RPM_BUILD_ROOT
189
190export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
191export tagname=CC
192make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
193unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
194
195# remove unpackaged files
196rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/lib*.{a,la}
197rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
198rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la}
199
200%find_lang %{po_package}
201
202%clean
203rm -fr $RPM_BUILD_ROOT
204
205%post
206/sbin/ldconfig
207export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
208SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
209         desktop_gnome_url_handlers.schemas \
210         desktop_default_applications.schemas"
211for S in $SCHEMAS; do
212  gconftool-2 --makefile-install-rule \
213      %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
214done
215
216%pre
217if [ "$1" -gt 1 ]; then
218  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
219  SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
220           desktop_gnome_url_handlers.schemas \
221           desktop_default_applications.schemas"
222  for S in $SCHEMAS; do
223      gconftool-2 --makefile-uninstall-rule \
224          %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
225  done
226fi
227
228%preun
229if [ "$1" -eq 0 ]; then
230  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
231  SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas \
232           desktop_gnome_url_handlers.schemas \
233           desktop_default_applications.schemas"
234  for S in $SCHEMAS; do
235      gconftool-2 --makefile-uninstall-rule \
236          %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
237  done
238fi
239
240%postun -p /sbin/ldconfig
241
242%post -n compat32-%{name} -p /sbin/ldconfig
243
244%postun -n compat32-%{name} -p /sbin/ldconfig
245
246%files -f %{po_package}.lang
247%defattr(-, root, root)
248%doc AUTHORS COPYING ChangeLog NEWS README
249%dir %{_sysconfdir}/gnome-vfs-2.0
250%dir %{_sysconfdir}/gnome-vfs-2.0/modules
251%config %{_sysconfdir}/gnome-vfs-2.0/modules/*.conf
252%exclude %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
253%{_bindir}/*
254%{_libexecdir}/*
255%{_libdir}/*.so.*
256%{_libdir}/gnome-vfs-2.0/modules
257%exclude %{_libdir}/gnome-vfs-2.0/modules/libsmb.so
258%dir %{_libdir}/gnome-vfs-2.0
259%{_sysconfdir}/gconf/schemas/*
260%{_datadir}/dbus-1/services/gnome-vfs-daemon.service
261
262%files devel
263%defattr(-, root, root)
264%{_libdir}/lib*.so
265%{_libdir}/pkgconfig/*.pc
266%{_libdir}/gnome-vfs-2.0/include/*.h
267%{_includedir}/*
268%{_datadir}/gtk-doc/html/*
269
270%files smb
271%defattr(-, root, root)
272%{_libdir}/gnome-vfs-2.0/modules/libsmb.so
273%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
274
275# compat32
276%if %{build_compat32}
277%files -n compat32-%{name}
278%defattr(-, root, root)
279%{_libdir}/*.so.*
280%{_libdir}/gnome-vfs-2.0/modules
281%exclude %{_libdir}/gnome-vfs-2.0/modules/libsmb.so
282%dir %{_libdir}/gnome-vfs-2.0
283
284%files -n compat32-%{name}-devel
285%defattr(-, root, root)
286%{_libdir}/lib*.so
287%{_libdir}/pkgconfig/*.pc
288%{_libdir}/gnome-vfs-2.0/include/*.h
289%endif
290
291
292%changelog
293* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-4
294- update Patch0 (gnome-vfs-2.24.4-glib-2.36.x.patch)
295
296* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-3
297- rebuild with VineSeed environment
298- add Patch0 (gnome-vfs-2.24.4-glib-2.36.x.patch)
299- add Patch1 (gnome-vfs-2.24.4-samba-4.0.patch)
300
301* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-2
302- add BuildRequires: openssl-devel
303- remove BuildRequires: hal-devel
304- add configure option (--disable-hal)
305- add patches from fedora
306  - Patch5 (gnome-vfs-2.24.3-CVE-2009-2473.patch)
307  - Patch404 (gnome-vfs-2.24.xx-utf8-mounts.patch)
308  - Patch405 (0001-Add-default-media-application-schema.patch)
309
310* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-1
311- new upstream release
312- remove BuildRequires: gnome-mount-devel
313
314* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.24.3-2
315- build with rpm-4.8.1-1 for pkg-config file
316
317* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-1
318- new upstream release
319
320* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
321- new upstream release
322
323* Sun Jul 12 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.24.1-2
324- added compat32 package for x86_64 arch support
325- removed static libraries
326
327* Fri Mar 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
328- new upstream release
329
330* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
331- new upstream release
332
333* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-2vl5
334- added Patches from Fedora Core
335  * Tue Oct 16 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-3
336  - Also avoid showing /var/tmp as an icon on the desktop (#335241)
337  * Wed Sep 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-2
338  - Fix a small memory leak
339- updated Patch1000
340
341* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
342- new upstream release(Patch31 was merged into upstream)
343
344* Sun Dec  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
345- new upstream release
346
347* Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl2
348- rebuilt with new toolchain and openssl-0.9.8e
349
350* Mon Apr 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
351- new upstream release
352- add Paatch31/32 from fedora
353
354* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl2
355- rebuild with dbus-1.0/dbus-glib-0.73
356- add BuildRequires: dbus-devel >= 1.0, dbus-glib-devel >= 0.73
357
358* Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
359- new upstream release
360
361* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl4
362- add Requires: gamin and BuildRequires: gamin-devel
363- remove fam dependency (replaced by gamin)
364
365* Fri Jul 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.14.2-0vl3
366- add BuildRequires: samba-libsmbclient-devel instead of samba-libsmbclient
367
368* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
369- remove Patch10 to fix smb browsing
370
371* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
372- new upstream release
373
374* Mon May 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
375- new upstream release
376- add BuildRequires: avahi-glib-devel instead of avahi-glib
377
378* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
379- new upstream release
380- build with avahi, add BuildRequires: avahi
381
382* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl3
383- re-numbering patches
384- update Patch100 to change default url-handlers for vine
385
386* Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl2
387- use "make install DESTDIR.." instead of "%%makeinstall" to remove
388  bogus buildroot path from server location in GNOME_VFS_Daemon.server
389- remove unneeded files
390
391* Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
392- new upstream release
393
394* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
395- new upstream release
396
397* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1.1-0vl1
398- new upstream release
399
400* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
401- new upstream release
402
403* Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
404- new upstream release
405
406* Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.92-0vl1
407- new upstream release
408
409* Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
410- new upstream release
411
412* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
413- new upstream release
414- build with hal
415
416* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
417- remove bonobo-activation dependency
418
419* Fri Mar 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
420- add Patch1000 from ubuntu package
421
422* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
423- new upstream version
424
425* Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.4-0vl1
426- new upstream release
427
428* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-0vl1
429- new upstream release
430- add smb subpackage and obsolete gnome-vfs2-extras
431
432* Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl2
433- update vine patch to add missing patch for preferences vfolder.
434
435* Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
436- new upstream release
437- update vine patch
438
439* Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
440- new upstream release
441
442* Sun Dec 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl2
443- rebuild with new toolchain
444
445* Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
446- new upstream release
447
448* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
449- new upstream release
450
451* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
452- new upstream release
453
454* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl2
455- update applications-all-users.vfolder-info
456
457* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl1
458- new upstream release
459
460* Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
461- new upstream release
462
463* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
464- modified vfolder-info for Vine Linux.
465
466* Wed May 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
467- new upstream release
468- drop redhat customized patches.
469
470* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
471- new upstream release
472
473* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
474- rebuild
475
476* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
477- new upstream release
478
479* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
480- new upstream release
481
482* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
483- new upstream release
484
485* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
486- fixed dependancy.
487
488* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
489- new upstream release
490
491* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
492- build for Vine Linux
493
494* Sun Nov 10 2002 Havoc Pennington <hp@redhat.com>
495- 2.1.3
496- update moved-menu-files patch
497
498* Wed Oct 23 2002 Havoc Pennington <hp@redhat.com>
499- add patch for OnlyShowIn support
500- use plain menu files for .vfolder-info-default
501- don't install unused vfolder-info files
502
503* Tue Oct  8 2002 Havoc Pennington <hp@redhat.com>
504- require new gnome-mime-data in proper libdir
505- 2.0.4
506- drop most patches as they are now upstream or
507  don't apply to new vfolder code
508
509* Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
510- Backport a gnome-vfs locking fix from CVS
511  (Hopefully fixes #71419)
512
513* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
514- make vfolder method read-only #72208
515
516* Mon Aug 19 2002 Jonathan Blandford <jrb@redhat.com>
517- notice when new files are installed
518
519* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
520- don't include pointless .a files
521
522* Fri Aug  2 2002 Havoc Pennington <hp@redhat.com>
523- 2.0.2
524- use vfolders for system-settings and server-settings
525
526* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
527- fix OnlyShowIn
528
529* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
530- Version 2.0.1, fix missing po files
531
532* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
533- 2.0.0
534- put schema files in file list, and install them
535- put libdir/vfs in file list
536
537* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
538- rebuild in different environment
539
540* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
541- look for menus in redhat-menus
542
543* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
544- rebuild in different environment
545
546* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
547- 1.9.16
548
549* Sun May 26 2002 Tim Powers <timp@redhat.com>
550- automated rebuild
551
552* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
553- rebuild in different environment
554
555* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
556- 1.9.15
557- comment out docdir patch for now
558
559* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
560- 1.9.14
561
562* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
563- 1.9.11
564- update file list
565
566* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
567- 1.9.7
568
569* Thu Jan 31 2002 Owen Taylor <otaylor@redhat.com>
570- Fix location of installed docs not to conflict with gnome-vfs1
571
572* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
573- Rebuild with new libs
574
575* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
576- automated rebuild
577
578* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
579- 1.0.4.91 snap
580
581* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
582- 1.9.4.90 snap
583- require gnome-mime-data
584
585* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
586- new snap, rebuild for glib 1.3.10
587
588* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
589- cvs snap
590
591* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
592- rebuild cvs snap with changes merged upstream
593- fix a requires
594- fix up requires/buildrequires a bit
595
596* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
597- initial gnome-vfs2 build, remove all patches
598- change config files not to be noreplace
599
600* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
601- Add po files from sources.redhat.com
602
603* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
604- fix #51864 (Gimp can't handle file: URIs)
605
606* Mon Aug 20 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-15
607- Moved gnome-conf and pkgconfig files to the devel package
608- Fixes SHOULD-FIX bug #49795
609
610* Mon Aug  6 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-14
611- Added a patch that fixed AbiWord mimetype handling.
612
613* Fri Jul 27 2001 Jonathan Blandford <jrb@redhat.com>
614- Add .desktop file sniffing
615
616* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
617- don't do the giant trash scan thing; did not play nice
618  with NFS.
619
620* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
621- fix desktop-file.conf file
622
623* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
624- change some URI scheme names
625
626* Fri Jul 20 2001 Alexander Larsson <alexl@redhat.com>
627- Add pkgconfig and gnome-libs-devel build reqs.
628- Remove dependency on gnome-vfs-devel by doing some
629- CPPFLAGS and LDFLAGS magic
630
631* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
632- add missing directories
633
634* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
635- fix a segv
636- change which dirs the desktop VFS module points to
637
638* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
639- add desktop VFS module hack
640
641* Fri Jul  6 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
642- Remove Distribution and Vendor
643- Make the config files noreplace
644- Move .so links to devel subpackage
645- langify
646- Add BuildRequires
647- Don't mess with /etc/ld.so.conf
648- Use %%{_tmppath}
649- s/Copyright/License/
650
651* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
652- Bump release + rebuild.
653
654* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
655- New Version.
656
657* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
658- New Version.
659- clean up spec file some.
660
661* Mon Feb 19 2001 Gregory Leblanc <gleblanc@cu-portland.edu>
662- fix paths and macros
663
664* Tue Feb 22 2000 Ross Golder <rossigee@bigfoot.com>
665- Integrate into source tree
Note: See TracBrowser for help on using the repository browser.