Blame SPECS/shared-mime-info.spec

0f33bd
Summary: Shared MIME information database
0f33bd
Name: shared-mime-info
0f33bd
Version: 2.1
352706
Release: 5%{?dist}
0f33bd
License: GPLv2+
0f33bd
URL: http://freedesktop.org/Software/shared-mime-info
0f33bd
Source0: https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/0ee50652091363ab0d17e335e5e74fbe/shared-mime-info-2.1.tar.xz
0f33bd
0f33bd
Source1: mimeapps.list
0f33bd
0f33bd
%global xdgmime_commit de283fc430460b9b3a7e61432a6d273cd64cb102
0f33bd
# Tarball for https://gitlab.freedesktop.org/xdg/xdgmime/-/tree/%%{xdgmime_commit}
0f33bd
Source6: https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/%{xdgmime_commit}/xdgmime-%{xdgmime_commit}.tar.bz2
0f33bd
0f33bd
# Work-around for https://bugs.freedesktop.org/show_bug.cgi?id=40354
0f33bd
Patch0: 0001-Remove-sub-classing-from-OO.o-mime-types.patch
352706
# Fix build with meson 0.60+
352706
Patch1: 0001-freedesktop_generate.sh-Don-t-hardcode-ninja.patch
352706
Patch2: 0002-meson-make-xmlto-optional-build-spec-only-if-found.patch
352706
Patch3: 0003-migrate-from-custom-itstool-to-builtin-msgfmt-for-cr.patch
0f33bd
0f33bd
BuildRequires:  gcc
0f33bd
BuildRequires:  libxml2-devel
0f33bd
BuildRequires:  xmlto
0f33bd
BuildRequires:  glib2-devel
0f33bd
BuildRequires:  gettext
0f33bd
BuildRequires:  itstool
0f33bd
BuildRequires:  make
0f33bd
BuildRequires:  meson
0f33bd
BuildRequires:  git-core
0f33bd
0f33bd
# Disable pkgconfig autodep
0f33bd
%global __requires_exclude ^/usr/bin/pkg-config$
0f33bd
0f33bd
%description
0f33bd
This is the freedesktop.org shared MIME info database.
0f33bd
0f33bd
Many programs and desktops use the MIME system to represent the types of
0f33bd
files. Frequently, it is necessary to work out the correct MIME type for
0f33bd
a file. This is generally done by examining the file's name or contents,
0f33bd
and looking up the correct MIME type in a database.
0f33bd
0f33bd
%prep
0f33bd
%autosetup -S git_am
0f33bd
tar xjf %SOURCE6
0f33bd
mv xdgmime-%{xdgmime_commit}/ xdgmime/
0f33bd
0f33bd
%build
0f33bd
%make_build -C xdgmime
0f33bd
# the updated mimedb is later owned as %%ghost to ensure proper file-ownership
0f33bd
# it also asserts it is possible to build it
0f33bd
%meson -Dupdate-mimedb=true -Dxdg-mime-path=./xdgmime/
0f33bd
%meson_build
0f33bd
0f33bd
%install
0f33bd
%meson_install
0f33bd
0f33bd
find $RPM_BUILD_ROOT%{_datadir}/mime -type d \
0f33bd
| sed -e "s|^$RPM_BUILD_ROOT|%%dir |" > %{name}.files
0f33bd
find $RPM_BUILD_ROOT%{_datadir}/mime -type f -not -path "*/packages/*" \
0f33bd
| sed -e "s|^$RPM_BUILD_ROOT|%%ghost |" >> %{name}.files
0f33bd
0f33bd
# Support fallback/generic mimeapps.list (currently based on an old version of
0f33bd
# gnome-mimeapps.list), see:
0f33bd
# https://lists.fedoraproject.org/pipermail/devel/2015-July/212403.html
0f33bd
# https://bugzilla.redhat.com/show_bug.cgi?id=1243049
0f33bd
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
0f33bd
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/mimeapps.list
0f33bd
0f33bd
## remove bogus translation files
0f33bd
## translations are already in the xml file installed
0f33bd
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
0f33bd
0f33bd
%check
0f33bd
%meson_test
0f33bd
0f33bd
%post
0f33bd
/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null ||:
0f33bd
0f33bd
%transfiletriggerin -- %{_datadir}/mime
0f33bd
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
0f33bd
0f33bd
%transfiletriggerpostun -- %{_datadir}/mime
0f33bd
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
0f33bd
0f33bd
%files -f %{name}.files
0f33bd
%license COPYING
0f33bd
%doc README.md NEWS HACKING.md data/shared-mime-info-spec.xml
0f33bd
%{_bindir}/update-mime-database
0f33bd
%{_datadir}/mime/packages/*
0f33bd
%{_datadir}/applications/mimeapps.list
0f33bd
# better to co-own this dir than to pull in pkgconfig
0f33bd
%dir %{_datadir}/pkgconfig
0f33bd
%{_datadir}/pkgconfig/shared-mime-info.pc
0f33bd
%{_mandir}/man*/update-mime-database.*
0f33bd
%{_datadir}/gettext/its/shared-mime-info.its
0f33bd
%{_datadir}/gettext/its/shared-mime-info.loc
0f33bd
0f33bd
%changelog
352706
* Mon Nov 07 2022 Tomas Popela <tpopela@redhat.com> - 2.1-5
352706
- Fix build with a newer Meson (that we might rebase to)
352706
- Resolves: rhbz#2140541
352706
0f33bd
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-4
0f33bd
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0f33bd
  Related: rhbz#1991688
0f33bd
0f33bd
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-3
0f33bd
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0f33bd
0f33bd
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0f33bd
0f33bd
* Mon Jan 04 2021 Miro Hrončok <mhroncok@redhat.com> - 2.1-1
0f33bd
- Update to 2.1
0f33bd
- Fixes: rhbz#1911850
0f33bd
0f33bd
* Sun Nov  8 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0-5
0f33bd
- Own the generated files (as %%ghosts)
0f33bd
- Fixes: rhbz#1486468
0f33bd
0f33bd
* Tue Aug 25 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-4
0f33bd
+ shared-mime-info-2.0-4
0f33bd
- Remove GNOME specific defaults apps list, move to gnome-desktop3
0f33bd
0f33bd
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
0f33bd
- Second attempt - Rebuilt for
0f33bd
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0f33bd
0f33bd
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0f33bd
0f33bd
* Wed May 06 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-1
0f33bd
+ shared-mime-info-2.0-1
0f33bd
- Update to 2.0
0f33bd
0f33bd
* Tue May 05 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-4
0f33bd
+ shared-mime-info-1.15-4
0f33bd
- Update mime defaults (eog, totem, evince, file-roller)
0f33bd
0f33bd
* Sun Mar 08 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-3
0f33bd
+ shared-mime-info-1.15-3
0f33bd
- Update eog's defaults
0f33bd
0f33bd
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0f33bd
0f33bd
* Tue Nov 05 2019 Bastien Nocera <bnocera@redhat.com> - 1.15-1
0f33bd
+ shared-mime-info-1.15-1
0f33bd
- Update to 1.15
0f33bd
0f33bd
* Fri Sep 20 2019 Bastien Nocera <bnocera@redhat.com> - 1.14-1
0f33bd
+ shared-mime-info-1.14-1
0f33bd
- Update to 1.14
0f33bd
- Update defaults.list
0f33bd
0f33bd
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13.1-1
0f33bd
+ shared-mime-info-1.13.1-1
0f33bd
- Update to 1.13.1
0f33bd
0f33bd
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13-1
0f33bd
+ shared-mime-info-1.13-1
0f33bd
- Update to 1.13
0f33bd
0f33bd
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-3
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0f33bd
0f33bd
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0f33bd
0f33bd
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.12-1
0f33bd
+ shared-mime-info-1.12-1
0f33bd
- Update to 1.12
0f33bd
0f33bd
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.11-1
0f33bd
+ shared-mime-info-1.11-1
0f33bd
- Update to 1.11
0f33bd
0f33bd
* Wed Dec 12 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-4
0f33bd
+ shared-mime-info-1.10-4
0f33bd
- Add GNOME defaults for Evince
0f33bd
0f33bd
* Thu Oct 04 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-3
0f33bd
+ shared-mime-info-1.10-3
0f33bd
- Update evince's desktop filename
0f33bd
0f33bd
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0f33bd
0f33bd
* Thu Jun 28 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-1
0f33bd
+ shared-mime-info-1.10-1
0f33bd
- Update to 1.10
0f33bd
0f33bd
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-4
0f33bd
- BR: gcc, .spec cosmetics/cleanup
0f33bd
0f33bd
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0f33bd
0f33bd
* Mon Feb 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-2
0f33bd
- cleanup scriptlets
0f33bd
0f33bd
* Mon Sep 18 2017 Bastien Nocera <bnocera@redhat.com> - 1.9-1
0f33bd
+ shared-mime-info-1.9-1
0f33bd
- Update to 1.9
0f33bd
0f33bd
* Wed Sep 06 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-6
0f33bd
+ shared-mime-info-1.8-6
0f33bd
- Update file-roller-defaults.list updates
0f33bd
0f33bd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0f33bd
0f33bd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0f33bd
0f33bd
* Tue Apr 11 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-3
0f33bd
+ shared-mime-info-1.8-3
0f33bd
- Assign CSV files to LO Calc not Math
0f33bd
0f33bd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0f33bd
0f33bd
* Mon Dec 05 2016 Kalev Lember <klember@redhat.com> - 1.8-1
0f33bd
- Update to 1.8
0f33bd
0f33bd
* Mon Sep 05 2016 Bastien Nocera <bnocera@redhat.com> - 1.7-1
0f33bd
- Update to 1.7
0f33bd
0f33bd
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-3
0f33bd
- Remove file-roller as handler for cbz/cbr files
0f33bd
  See https://bugzilla.gnome.org/show_bug.cgi?id=767244
0f33bd
0f33bd
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-2
0f33bd
- Allow detecting multi-page DjVu files by filename
0f33bd
0f33bd
* Tue Feb 23 2016 Bastien Nocera <bnocera@redhat.com> 1.6-1
0f33bd
- Update to 1.6
0f33bd
0f33bd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0f33bd
0f33bd
* Thu Sep 24 2015 Rex Dieter <rdieter@fedoraproject.org> 1.5-2
0f33bd
- shared-mime-info requires /usr/bin/pkg-config (#1266089)
0f33bd
0f33bd
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> 1.5-1
0f33bd
- Update to 1.5
0f33bd
0f33bd
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> 1.4-7
0f33bd
- Add file triggers for rebuilding the mime database
0f33bd
0f33bd
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 1.4-6
0f33bd
- Provide generic/fallback mimeapps.list too (#1243049)
0f33bd
0f33bd
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0f33bd
0f33bd
* Mon Apr 27 2015 Bastien Nocera <bnocera@redhat.com> 1.4-4
0f33bd
- Make LibreOffice Math the default for CSV files (#1214896)
0f33bd
0f33bd
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
0f33bd
- Rebuilt for Fedora 23 Change
0f33bd
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
0f33bd
0f33bd
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-2
0f33bd
- Rename defaults.list to be GNOME specific and follow
0f33bd
  the latest changes in the shared mime info spec
0f33bd
0f33bd
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-1
0f33bd
- Update to 1.4
0f33bd
0f33bd
* Tue Sep 30 2014 Bastien Nocera <bnocera@redhat.com> 1.3-15
0f33bd
- Fix Totem being the default music player (#1146001)
0f33bd
0f33bd
* Wed Sep 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-14
0f33bd
- Change default viewer to be eog (#1136953)
0f33bd
0f33bd
* Tue Sep 02 2014 Bastien Nocera <bnocera@redhat.com> 1.3-13
0f33bd
- Update for totem desktop name change in GNOME 3.14
0f33bd
0f33bd
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-12
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0f33bd
0f33bd
* Tue Aug  5 2014 Tom Callaway 
0f33bd
- fix license handling
0f33bd
0f33bd
* Thu Jul 31 2014 Kalev Lember <kalevlember@gmail.com> - 1.3-10
0f33bd
- Update defaults.list for gedit desktop filename change
0f33bd
0f33bd
* Tue Jul 08 2014 Colin Walters <walters@redhat.com> - 1.3-9
0f33bd
- Add requires(post) on coreutils to ensure /usr/bin/touch is present
0f33bd
- Resolves: rhbz#1114119
0f33bd
0f33bd
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-8
0f33bd
- scriptlet polish
0f33bd
0f33bd
* Thu Jul 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-7
0f33bd
- Update defaults.list for nautilus desktop filename change (#1095008)
0f33bd
0f33bd
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-6
0f33bd
- pull in upstream support for new -n option, re-enable fsync default on (#1052173)
0f33bd
0f33bd
* Thu Jun 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-5
0f33bd
- include PKGSYSTEM_ENABLE_FSYNC upstream implementation, except default off (#1052173)
0f33bd
0f33bd
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0f33bd
0f33bd
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-3
0f33bd
- support PKGSYSTEM_ENABLE_FSYNC (#1052173, #fdo70366)
0f33bd
0f33bd
* Tue May 20 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-2
0f33bd
- %%configure --disable-silent-rules
0f33bd
0f33bd
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.3-1
0f33bd
- Update to 1.3
0f33bd
0f33bd
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.2-3
0f33bd
- Fix file-roller's desktop filename for GNOME 3.12
0f33bd
0f33bd
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 1.2-2
0f33bd
- Update totem mime-type list
0f33bd
- Handle legacy Real Media files by default now that RealPlayer
0f33bd
  doesn't exist any more
0f33bd
0f33bd
* Mon Sep 30 2013 Bastien Nocera <bnocera@redhat.com> 1.2-1
0f33bd
- Update to 1.2
0f33bd
- Open disk images with gnome-disk-image-writer
0f33bd
0f33bd
* Mon Aug 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-7
0f33bd
- Don't open XWD files in eog / gthumb (#735611)
0f33bd
0f33bd
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0f33bd
0f33bd
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 1.1-5
0f33bd
- Drop pkgconfig dep, instead co-own /usr/share/pkgconfig
0f33bd
0f33bd
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-4
0f33bd
- Update for file-roller desktop file vendor prefix removal
0f33bd
0f33bd
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-3
0f33bd
- Update for eog desktop file vendor prefix removal
0f33bd
0f33bd
* Sun Feb 17 2013 Christoph Wickert <cwickert@fedoraproject.org> - 1.1-2
0f33bd
- De-vendorize defaults.list (https://fedorahosted.org/fesco/ticket/1077)
0f33bd
0f33bd
* Wed Feb 13 2013 Bastien Nocera <bnocera@redhat.com> 1.1-1
0f33bd
- Update to 1.1
0f33bd
0f33bd
* Fri Nov 30 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
0f33bd
- Open src.rpm files in file-roller instead of PackageKit
0f33bd
0f33bd
* Mon Nov 05 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
0f33bd
- Rebuild file-roller's default list
0f33bd
0f33bd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0f33bd
0f33bd
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org> 
0f33bd
- 1.0-4
0f33bd
- defaults.list: s/mozilla-firefox/firefox/ (see #736558)
0f33bd
- defaults.list: s/gpk-install-file/gpk-install-local-file/
0f33bd
- defaults.list: application/x-catalog=gpk-install-catalog.desktop (#770019) 
0f33bd
0f33bd
* Fri May 11 2012 Bastien Nocera <bnocera@redhat.com> 1.0-3
0f33bd
- Use gnome-disk-image-mounter from gnome-disk-utility to handle
0f33bd
  CD images by default (#820403)
0f33bd
0f33bd
* Wed Mar  7 2012 Matthias Clasen <mclasen@redhat.com> - 1.0-2
0f33bd
- Own/%%ghost files generated by update-mime-database from
0f33bd
  freedesktop.org.xml (patch by Ville Skyttä, #716451))
0f33bd
0f33bd
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 1.0-1
0f33bd
- Update to 1.0
0f33bd
0f33bd
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0f33bd
0f33bd
* Mon Nov 21 2011 Jon Masters <jcm@jonmasters.org> 0.91-6
0f33bd
- Fix interpretation of MP3 files as application/x-designer (#755472)
0f33bd
0f33bd
* Mon Oct 24 2011 Rex Dieter <rdieter@fedoraproject.org> 0.91-5
0f33bd
- s/mozilla-firefox.desktop/firefox.desktop/ (f17+, #736558)
0f33bd
0f33bd
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-4
0f33bd
- Make Evolution the default calendar (and not Gedit...)
0f33bd
0f33bd
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-3
0f33bd
- Make shotwell the default for camera roll handling
0f33bd
- Make shotwell-viewer the default image viewer (for the
0f33bd
  image types it handles)
0f33bd
- Prefer Rhythmbox to Totem for music files
0f33bd
0f33bd
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-2
0f33bd
- Fix changelog entries
0f33bd
0f33bd
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-1
0f33bd
- Update to 0.91
0f33bd
0f33bd
* Thu Aug 25 2011 Bastien Nocera <bnocera@redhat.com> 0.90-9
0f33bd
- Never try to load OO.o files in file-roller
0f33bd
0f33bd
* Thu May 26 2011 Bastien Nocera <bnocera@redhat.com> 0.90-8
0f33bd
- Fix LibreOffice associations (patch from Caolan McNamara, #707971)
0f33bd
0f33bd
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.90-7
0f33bd
- Fix name of nautilus.desktop file (#698502)
0f33bd
0f33bd
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-6
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0f33bd
0f33bd
* Thu Dec 16 2010 Bastien Nocera <bnocera@redhat.com> 0.90-5
0f33bd
- Auto-generate file-roller's bindings as well
0f33bd
0f33bd
* Wed Dec 08 2010 Bastien Nocera <bnocera@redhat.com> 0.90-4
0f33bd
- Update defaults.list and update for newer desktop names,
0f33bd
  with help from Edward Sheldrake (#659457)
0f33bd
0f33bd
* Tue Dec 07 2010 Bastien Nocera <bnocera@redhat.com> 0.90-3
0f33bd
- Add Firefox as the default for application/xhtml+xml
0f33bd
  (#660657)
0f33bd
0f33bd
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-2
0f33bd
- Update list of defaults, adding new mime-types for Totem,
0f33bd
  as well as scheme handlers, and install defaults for
0f33bd
  Evolution and Firefox
0f33bd
0f33bd
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-1
0f33bd
- Update to 0.90
0f33bd
0f33bd
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.80-2
0f33bd
- rebuild for new libxml
0f33bd
0f33bd
* Thu Sep 30 2010 Bastien Nocera <bnocera@redhat.com> 0.80-1
0f33bd
- Update to 0.80
0f33bd
0f33bd
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 0.71-4
0f33bd
- Fix previous change to be Requires(post); spotted by
0f33bd
  Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
0f33bd
0f33bd
* Sat Jul  3 2010 Colin Walters <walters@verbum.org> - 0.71-3
0f33bd
- Requires(pre) on glib, since update-mime-database uses it
0f33bd
- Remove /dev/null redirection, we should see future errors
0f33bd
  And really, RPM is dumb here - this stuff needs to go to
0f33bd
  log files.
0f33bd
0f33bd
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-2
0f33bd
- Update some OO.o defaults, patch from Caolan McNamara
0f33bd
0f33bd
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-1
0f33bd
- Update to 0.71
0f33bd
0f33bd
* Tue Oct 06 2009 Bastien Nocera <bnocera@redhat.com> 0.70-1
0f33bd
- Update to 0.70
0f33bd
0f33bd
* Thu Sep 24 2009 - Caolán McNamara <caolanm@redhat.com> - 0.60-5
0f33bd
- Resolves: rhbz#508559 openoffice.org desktop files changed name
0f33bd
0f33bd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0f33bd
0f33bd
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-3
0f33bd
- Remove Totem as handling Blu-ray and HD-DVD
0f33bd
- Use brasero-ncb.desktop instead of nautilus-cd-burner for blank devices
0f33bd
- Update media mime-types for Rhythmbox/Totem
0f33bd
0f33bd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-2
0f33bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0f33bd
0f33bd
* Sat Feb 21 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-1
0f33bd
- Update to 0.60
0f33bd
0f33bd
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-6
0f33bd
- Update with comments from Orcan Ogetbil <orcanbahri@yahoo.com>
0f33bd
0f33bd
* Wed Nov 26 2008 - Julian Sikorski <belegdol[at]gmail[dot]com> - 0.51-5
0f33bd
- Fix text/plain, gedit installs gedit.desktop and not gnome-gedit.desktop
0f33bd
0f33bd
* Wed Oct 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-4
0f33bd
- Add patch to avoid picture CD being anything with a pictures directory
0f33bd
  (#459365)
0f33bd
0f33bd
* Thu Oct 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-3
0f33bd
- Use evince, not tetex-xdvi.desktop for DVI files (#465242)
0f33bd
0f33bd
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-2
0f33bd
- Use Firefox and not redhat-web as the default app for HTML files (#452184)
0f33bd
0f33bd
* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-1
0f33bd
- Update to 0.51
0f33bd
0f33bd
* Tue Jul 22 2008 - Bastien Nocera <bnocera@redhat.com> - 0.50-1
0f33bd
- Update to 0.50
0f33bd
0f33bd
* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.40-2
0f33bd
- update license tag
0f33bd
0f33bd
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.40-1
0f33bd
- Update to 0.40
0f33bd
0f33bd
* Mon May 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
0f33bd
- Update to 0.30
0f33bd
0f33bd
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 0.23-9
0f33bd
- Fix defaults for x-content/image-dcf (#445032)
0f33bd
0f33bd
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-8
0f33bd
- Make mount-archive.desktop the default for iso images (#442960)
0f33bd
0f33bd
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-7
0f33bd
- Update the desktop file name for Gimp, too
0f33bd
0f33bd
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-6
0f33bd
- Change default for rpm to gpk-install-file (#442485)
0f33bd
0f33bd
* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.23-5
0f33bd
- Make Totem the default for the mime-types it handles (#366101)
0f33bd
- And make sure Rhythmbox is the second default only for the mime-types
0f33bd
  it handles
0f33bd
0f33bd
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-4
0f33bd
- Change default for rpm to pk-install-file
0f33bd
0f33bd
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.23-3
0f33bd
- Autorebuild for GCC 4.3
0f33bd
0f33bd
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-2
0f33bd
- Add defaults for content types
0f33bd
0f33bd
* Tue Dec 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.23-1
0f33bd
- Update to 0.23
0f33bd
0f33bd
* Tue Nov 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-5
0f33bd
- Remove Totem as the default music/movie player, it will be the
0f33bd
  default for movies, as only it handles them, and Rhythmbox can
0f33bd
  handle missing plugins now
0f33bd
0f33bd
* Mon Nov 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-4
0f33bd
- Make Totem the default for the mime-types it handles (#366101)
0f33bd
0f33bd
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 0.22-3
0f33bd
- Rebuild for PPC toolchain bug
0f33bd
- BuildRequires: gawk
0f33bd
0f33bd
* Tue Aug 21 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-2
0f33bd
- Don't say that webcal files are handled by evolution-2.0, it can't
0f33bd
- Disable vCard mapping as well, as evolution doesn't handle it
0f33bd
  (See http://bugzilla.gnome.org/show_bug.cgi?id=309073)
0f33bd
0f33bd
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-1
0f33bd
- Update to 0.22
0f33bd
0f33bd
* Tue Apr 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-2
0f33bd
- Fix the dia association (#194313)
0f33bd
0f33bd
* Tue Feb 06 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-1
0f33bd
- Update to 0.20, and remove outdated patches
0f33bd
0f33bd
* Fri Nov 10 2006 Christopher Aillon <caillon@redhat.com> - 0.19-2
0f33bd
- Alias image/pdf to application/pdf
0f33bd
0f33bd
* Fri Aug 25 2006 Christopher Aillon <caillon@redhat.com> - 0.19-1
0f33bd
- Update to 0.19
0f33bd
0f33bd
* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.18-2
0f33bd
- add an inode/directory entry to defaults.list (#187021)
0f33bd
0f33bd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.18-1.1
0f33bd
- rebuild
0f33bd
0f33bd
* Wed Jul  5 2006 Kristian Høgsberg <krh@redhat.com> - 0.18-1
0f33bd
- Update to 0.18 and drop backported patches.
0f33bd
0f33bd
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.17-3
0f33bd
- Adding PDF fix backported from CVS.
0f33bd
0f33bd
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
0f33bd
- Backport upstream change to fix postscript vs. matlab confusion
0f33bd
0f33bd
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-1
0f33bd
- Update to 0.17
0f33bd
0f33bd
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-3
0f33bd
- add gthumb as fallback
0f33bd
0f33bd
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-2
0f33bd
- make eog the default image viewer
0f33bd
0f33bd
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.16.cvs20060212-1
0f33bd
- Newer CVS snapshot
0f33bd
0f33bd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.16.cvs20051219-2.1
0f33bd
- rebuilt for new gcc4.1 snapshot and glibc changes
0f33bd
0f33bd
* Mon Jan 30 2006 Caolan McNamara <caolanm@redhat.com> - 0.16.cvs20051219-2
0f33bd
- rh#179138# add openoffice.org as preferred app for oasis formats 
0f33bd
0f33bd
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051219-1
0f33bd
- Newer cvs snapshot
0f33bd
0f33bd
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
0f33bd
- rebuilt
0f33bd
0f33bd
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051201-1
0f33bd
- Incorporate upstream changes
0f33bd
0f33bd
* Wed Nov 02 2005 John (J5) Palmieri <johnp@redhat.com> - 0.16.cvs20051018-2
0f33bd
- Change all refs of eog to gthumb in defaults.list
0f33bd
0f33bd
* Tue Oct 18 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051018-1
0f33bd
- Incorporate upstream changes
0f33bd
0f33bd
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-6
0f33bd
- Add glade to defaults.list
0f33bd
0f33bd
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-5
0f33bd
- Make sure Type1 fonts are recognized as such (#160909)
0f33bd
0f33bd
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
0f33bd
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
0f33bd
0f33bd
* Fri May 20 2005 Dan Williams <dcbw@redhat.com> - 0.16-3
0f33bd
- Update OpenOffice.org desktop file names. #155353
0f33bd
- WordPerfect default now OOo Writer, since Abiword is in Extras
0f33bd
0f33bd
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> - 0.16-2
0f33bd
- Make Evince the default for application/pdf and application/postscript
0f33bd
- Remove remaining references to gnome-ggv (application/x-gzpostscript and
0f33bd
  image/x-eps) as this is no longer in the distribution
0f33bd
0f33bd
* Fri Apr  1 2005 David Zeuthen <davidz@redhat.com> - 0.16-1
0f33bd
- Update to upstream release 0.16
0f33bd
- Drop all patches as they are in the new upstream release
0f33bd
0f33bd
* Wed Mar  9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
0f33bd
- Add mimetypes for OOo2 (#150546)
0f33bd
0f33bd
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
0f33bd
- Fix for mime sniffing on big-endian
0f33bd
0f33bd
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
0f33bd
- Handle renaming of hxplay.desktop to realplay.desktop
0f33bd
0f33bd
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 0.15-8
0f33bd
- Handle XUL files. #134122
0f33bd
0f33bd
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> - 0.15-7
0f33bd
- Make helix default for ogg and mp3, will switch wav/flac too 
0f33bd
  when support is added
0f33bd
0f33bd
* Wed Oct  6 2004 Alexander Larsson <alexl@redhat.com> - 0.15-6
0f33bd
- Change default pdf viewer to ggv
0f33bd
0f33bd
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 0.15-4
0f33bd
- Fixed evo desktop file reference in defaults.list
0f33bd
0f33bd
* Mon Sep  6 2004 Caolan McNamara <caolanm@redhat.com> - 0.15-3
0f33bd
- wpd can be opened in abiword, but not in openoffice.org (#114907)
0f33bd
0f33bd
* Fri Sep  3 2004 Alexander Larsson <alexl@redhat.com> - 0.15-2
0f33bd
- Add list of default apps (#131643)
0f33bd
0f33bd
* Mon Aug 30 2004 Jonathan Blandford <jrb@redhat.com> 0.15-1
0f33bd
- bump version
0f33bd
0f33bd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
0f33bd
- rebuilt
0f33bd
0f33bd
* Mon Mar 22 2004 Alex Larsson <alexl@redhat.com> 0.14-1
0f33bd
- update to 0.14
0f33bd
0f33bd
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
0f33bd
- rebuilt
0f33bd
0f33bd
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.13-1
0f33bd
- 0.13
0f33bd
0f33bd
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> mime-info
0f33bd
- Initial build.