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

Revision 5361, 19.9 KB checked in by Takemikaduchi, 12 years ago (diff)

remove Requires: hal

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