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

Revision 1856, 19.0 KB checked in by iwaim, 14 years ago (diff)

build with rpm-4.8.1-1; see [VineSeed:21791]

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