source: projects/specs/branches/6/g/gnome-vfs2/gnome-vfs2-vl.spec @ 2041

Revision 2041, 19.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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