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

Revision 1260, 18.9 KB checked in by Takemikaduchi, 14 years ago (diff)

update gnome (2.30.2)

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