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

Revision 10245, 20.6 KB checked in by Takemikaduchi, 8 years ago (diff)

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