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

Revision 8084, 20.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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: 3%{?_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-3
294- rebuild with VineSeed environment
295- add Patch0 (gnome-vfs-2.24.4-glib-2.36.x.patch)
296- add Patch1 (gnome-vfs-2.24.4-samba-4.0.patch)
297
298* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-2
299- add BuildRequires: openssl-devel
300- remove BuildRequires: hal-devel
301- add configure option (--disable-hal)
302- add patches from fedora
303  - Patch5 (gnome-vfs-2.24.3-CVE-2009-2473.patch)
304  - Patch404 (gnome-vfs-2.24.xx-utf8-mounts.patch)
305  - Patch405 (0001-Add-default-media-application-schema.patch)
306
307* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-1
308- new upstream release
309- remove BuildRequires: gnome-mount-devel
310
311* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.24.3-2
312- build with rpm-4.8.1-1 for pkg-config file
313
314* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-1
315- new upstream release
316
317* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
318- new upstream release
319
320* Sun Jul 12 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.24.1-2
321- added compat32 package for x86_64 arch support
322- removed static libraries
323
324* Fri Mar 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
325- new upstream release
326
327* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
328- new upstream release
329
330* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-2vl5
331- added Patches from Fedora Core
332  * Tue Oct 16 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-3
333  - Also avoid showing /var/tmp as an icon on the desktop (#335241)
334  * Wed Sep 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-2
335  - Fix a small memory leak
336- updated Patch1000
337
338* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
339- new upstream release(Patch31 was merged into upstream)
340
341* Sun Dec  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
342- new upstream release
343
344* Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl2
345- rebuilt with new toolchain and openssl-0.9.8e
346
347* Mon Apr 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
348- new upstream release
349- add Paatch31/32 from fedora
350
351* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl2
352- rebuild with dbus-1.0/dbus-glib-0.73
353- add BuildRequires: dbus-devel >= 1.0, dbus-glib-devel >= 0.73
354
355* Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
356- new upstream release
357
358* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl4
359- add Requires: gamin and BuildRequires: gamin-devel
360- remove fam dependency (replaced by gamin)
361
362* Fri Jul 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.14.2-0vl3
363- add BuildRequires: samba-libsmbclient-devel instead of samba-libsmbclient
364
365* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
366- remove Patch10 to fix smb browsing
367
368* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
369- new upstream release
370
371* Mon May 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
372- new upstream release
373- add BuildRequires: avahi-glib-devel instead of avahi-glib
374
375* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
376- new upstream release
377- build with avahi, add BuildRequires: avahi
378
379* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl3
380- re-numbering patches
381- update Patch100 to change default url-handlers for vine
382
383* Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl2
384- use "make install DESTDIR.." instead of "%%makeinstall" to remove
385  bogus buildroot path from server location in GNOME_VFS_Daemon.server
386- remove unneeded files
387
388* Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
389- new upstream release
390
391* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
392- new upstream release
393
394* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1.1-0vl1
395- new upstream release
396
397* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
398- new upstream release
399
400* Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
401- new upstream release
402
403* Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.92-0vl1
404- new upstream release
405
406* Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
407- new upstream release
408
409* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
410- new upstream release
411- build with hal
412
413* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
414- remove bonobo-activation dependency
415
416* Fri Mar 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
417- add Patch1000 from ubuntu package
418
419* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
420- new upstream version
421
422* Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.4-0vl1
423- new upstream release
424
425* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-0vl1
426- new upstream release
427- add smb subpackage and obsolete gnome-vfs2-extras
428
429* Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl2
430- update vine patch to add missing patch for preferences vfolder.
431
432* Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
433- new upstream release
434- update vine patch
435
436* Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
437- new upstream release
438
439* Sun Dec 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl2
440- rebuild with new toolchain
441
442* Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
443- new upstream release
444
445* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
446- new upstream release
447
448* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
449- new upstream release
450
451* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl2
452- update applications-all-users.vfolder-info
453
454* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-0vl1
455- new upstream release
456
457* Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
458- new upstream release
459
460* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
461- modified vfolder-info for Vine Linux.
462
463* Wed May 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
464- new upstream release
465- drop redhat customized patches.
466
467* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
468- new upstream release
469
470* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
471- rebuild
472
473* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
474- new upstream release
475
476* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
477- new upstream release
478
479* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
480- new upstream release
481
482* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
483- fixed dependancy.
484
485* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
486- new upstream release
487
488* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
489- build for Vine Linux
490
491* Sun Nov 10 2002 Havoc Pennington <hp@redhat.com>
492- 2.1.3
493- update moved-menu-files patch
494
495* Wed Oct 23 2002 Havoc Pennington <hp@redhat.com>
496- add patch for OnlyShowIn support
497- use plain menu files for .vfolder-info-default
498- don't install unused vfolder-info files
499
500* Tue Oct  8 2002 Havoc Pennington <hp@redhat.com>
501- require new gnome-mime-data in proper libdir
502- 2.0.4
503- drop most patches as they are now upstream or
504  don't apply to new vfolder code
505
506* Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
507- Backport a gnome-vfs locking fix from CVS
508  (Hopefully fixes #71419)
509
510* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
511- make vfolder method read-only #72208
512
513* Mon Aug 19 2002 Jonathan Blandford <jrb@redhat.com>
514- notice when new files are installed
515
516* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
517- don't include pointless .a files
518
519* Fri Aug  2 2002 Havoc Pennington <hp@redhat.com>
520- 2.0.2
521- use vfolders for system-settings and server-settings
522
523* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
524- fix OnlyShowIn
525
526* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
527- Version 2.0.1, fix missing po files
528
529* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
530- 2.0.0
531- put schema files in file list, and install them
532- put libdir/vfs in file list
533
534* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
535- rebuild in different environment
536
537* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
538- look for menus in redhat-menus
539
540* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
541- rebuild in different environment
542
543* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
544- 1.9.16
545
546* Sun May 26 2002 Tim Powers <timp@redhat.com>
547- automated rebuild
548
549* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
550- rebuild in different environment
551
552* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
553- 1.9.15
554- comment out docdir patch for now
555
556* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
557- 1.9.14
558
559* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
560- 1.9.11
561- update file list
562
563* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
564- 1.9.7
565
566* Thu Jan 31 2002 Owen Taylor <otaylor@redhat.com>
567- Fix location of installed docs not to conflict with gnome-vfs1
568
569* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
570- Rebuild with new libs
571
572* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
573- automated rebuild
574
575* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
576- 1.0.4.91 snap
577
578* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
579- 1.9.4.90 snap
580- require gnome-mime-data
581
582* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
583- new snap, rebuild for glib 1.3.10
584
585* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
586- cvs snap
587
588* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
589- rebuild cvs snap with changes merged upstream
590- fix a requires
591- fix up requires/buildrequires a bit
592
593* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
594- initial gnome-vfs2 build, remove all patches
595- change config files not to be noreplace
596
597* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
598- Add po files from sources.redhat.com
599
600* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
601- fix #51864 (Gimp can't handle file: URIs)
602
603* Mon Aug 20 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-15
604- Moved gnome-conf and pkgconfig files to the devel package
605- Fixes SHOULD-FIX bug #49795
606
607* Mon Aug  6 2001 Alexander Larsson <alexl@redhat.com> 1.0.1-14
608- Added a patch that fixed AbiWord mimetype handling.
609
610* Fri Jul 27 2001 Jonathan Blandford <jrb@redhat.com>
611- Add .desktop file sniffing
612
613* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
614- don't do the giant trash scan thing; did not play nice
615  with NFS.
616
617* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
618- fix desktop-file.conf file
619
620* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
621- change some URI scheme names
622
623* Fri Jul 20 2001 Alexander Larsson <alexl@redhat.com>
624- Add pkgconfig and gnome-libs-devel build reqs.
625- Remove dependency on gnome-vfs-devel by doing some
626- CPPFLAGS and LDFLAGS magic
627
628* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
629- add missing directories
630
631* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
632- fix a segv
633- change which dirs the desktop VFS module points to
634
635* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
636- add desktop VFS module hack
637
638* Fri Jul  6 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
639- Remove Distribution and Vendor
640- Make the config files noreplace
641- Move .so links to devel subpackage
642- langify
643- Add BuildRequires
644- Don't mess with /etc/ld.so.conf
645- Use %%{_tmppath}
646- s/Copyright/License/
647
648* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
649- Bump release + rebuild.
650
651* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
652- New Version.
653
654* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
655- New Version.
656- clean up spec file some.
657
658* Mon Feb 19 2001 Gregory Leblanc <gleblanc@cu-portland.edu>
659- fix paths and macros
660
661* Tue Feb 22 2000 Ross Golder <rossigee@bigfoot.com>
662- Integrate into source tree
Note: See TracBrowser for help on using the repository browser.