cvsdist e8aa3bc
Summary: Shared MIME information database
cvsdist e8aa3bc
Name: shared-mime-info
1c3b850
Version: 2.1
cb67331
Release: 3%{?dist}
9dde123
License: GPLv2+
cvsdist e8aa3bc
URL: http://freedesktop.org/Software/shared-mime-info
1c3b850
Source0: https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/0ee50652091363ab0d17e335e5e74fbe/shared-mime-info-2.1.tar.xz
Bastien Nocera da05922
Bastien Nocera da05922
Source1: mimeapps.list
Kristian Høgsberg 9558efe
1c3b850
%global xdgmime_commit de283fc430460b9b3a7e61432a6d273cd64cb102
1c3b850
# Tarball for https://gitlab.freedesktop.org/xdg/xdgmime/-/tree/%%{xdgmime_commit}
1c3b850
Source6: https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/%{xdgmime_commit}/xdgmime-%{xdgmime_commit}.tar.bz2
Bastien Nocera c8159e2
Bastien Nocera 3708b41
# Work-around for https://bugs.freedesktop.org/show_bug.cgi?id=40354
Bastien Nocera 3708b41
Patch0: 0001-Remove-sub-classing-from-OO.o-mime-types.patch
Bastien Nocera 3708b41
b58c2ed
BuildRequires:  gcc
cvsdist e8aa3bc
BuildRequires:  libxml2-devel
Bastien Nocera c8159e2
BuildRequires:  xmlto
cvsdist e8aa3bc
BuildRequires:  glib2-devel
70fecc9
BuildRequires:  gettext
Bastien Nocera e401013
BuildRequires:  itstool
9260b00
BuildRequires:  make
Bastien Nocera c8159e2
BuildRequires:  meson
08b6c5b
BuildRequires:  git-core
cvsdist e8aa3bc
Rex Dieter 21d6e1c
# Disable pkgconfig autodep
Rex Dieter 21d6e1c
%global __requires_exclude ^/usr/bin/pkg-config$
Rex Dieter 21d6e1c
cvsdist e8aa3bc
%description
cvsdist e8aa3bc
This is the freedesktop.org shared MIME info database.
cvsdist e8aa3bc
cvsdist e8aa3bc
Many programs and desktops use the MIME system to represent the types of
cvsdist e8aa3bc
files. Frequently, it is necessary to work out the correct MIME type for
cvsdist e8aa3bc
a file. This is generally done by examining the file's name or contents,
cvsdist e8aa3bc
and looking up the correct MIME type in a database.
cvsdist e8aa3bc
cvsdist e8aa3bc
%prep
08b6c5b
%autosetup -S git_am
Bastien Nocera c8159e2
tar xjf %SOURCE6
1c3b850
mv xdgmime-%{xdgmime_commit}/ xdgmime/
5880f60
cvsdist e8aa3bc
%build
9260b00
%make_build -C xdgmime
45f0aee
# the updated mimedb is later owned as %%ghost to ensure proper file-ownership
45f0aee
# it also asserts it is possible to build it
45f0aee
%meson -Dupdate-mimedb=true -Dxdg-mime-path=./xdgmime/
Bastien Nocera c8159e2
%meson_build
cvsdist e8aa3bc
cvsdist e8aa3bc
%install
Bastien Nocera c8159e2
%meson_install
cvsdist e8aa3bc
f2718c1
find $RPM_BUILD_ROOT%{_datadir}/mime -type d \
f2718c1
| sed -e "s|^$RPM_BUILD_ROOT|%%dir |" > %{name}.files
f2718c1
find $RPM_BUILD_ROOT%{_datadir}/mime -type f -not -path "*/packages/*" \
f2718c1
| sed -e "s|^$RPM_BUILD_ROOT|%%ghost |" >> %{name}.files
f2718c1
Bastien Nocera da05922
# Support fallback/generic mimeapps.list (currently based on an old version of
Bastien Nocera da05922
# gnome-mimeapps.list), see:
Rex Dieter 458290b
# https://lists.fedoraproject.org/pipermail/devel/2015-July/212403.html
Rex Dieter 458290b
# https://bugzilla.redhat.com/show_bug.cgi?id=1243049
977fbba
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
977fbba
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/mimeapps.list
Rex Dieter 458290b
9dde123
## remove bogus translation files
9dde123
## translations are already in the xml file installed
9dde123
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
cvsdist e8aa3bc
Bastien Nocera c8159e2
%check
Bastien Nocera c8159e2
%meson_test
567c5ed
9dde123
%post
Rex Dieter 70618af
/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null ||:
Rex Dieter bcb6626
56dbc3f
%transfiletriggerin -- %{_datadir}/mime
54305cd
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
56dbc3f
56dbc3f
%transfiletriggerpostun -- %{_datadir}/mime
54305cd
update-mime-database -n %{_datadir}/mime &> /dev/null ||:
56dbc3f
f2718c1
%files -f %{name}.files
e114530
%license COPYING
Bastien Nocera c8159e2
%doc README.md NEWS HACKING.md data/shared-mime-info-spec.xml
94c1e87
%{_bindir}/update-mime-database
f2718c1
%{_datadir}/mime/packages/*
Rex Dieter 458290b
%{_datadir}/applications/mimeapps.list
1a0bbbe
# better to co-own this dir than to pull in pkgconfig
2b37f95
%dir %{_datadir}/pkgconfig
2b37f95
%{_datadir}/pkgconfig/shared-mime-info.pc
94c1e87
%{_mandir}/man*/update-mime-database.*
Bastien Nocera c8159e2
%{_datadir}/gettext/its/shared-mime-info.its
Bastien Nocera c8159e2
%{_datadir}/gettext/its/shared-mime-info.loc
cvsdist e8aa3bc
cvsdist e8aa3bc
%changelog
cb67331
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3
cb67331
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
cb67331
01769dc
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
01769dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
01769dc
1c3b850
* Mon Jan 04 2021 Miro Hrončok <mhroncok@redhat.com> - 2.1-1
1c3b850
- Update to 2.1
1c3b850
- Fixes: rhbz#1911850
1c3b850
45f0aee
* Sun Nov  8 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0-5
45f0aee
- Own the generated files (as %%ghosts)
45f0aee
- Fixes: rhbz#1486468
45f0aee
Bastien Nocera da05922
* Tue Aug 25 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-4
Bastien Nocera da05922
+ shared-mime-info-2.0-4
Bastien Nocera da05922
- Remove GNOME specific defaults apps list, move to gnome-desktop3
Bastien Nocera da05922
2231d36
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
2231d36
- Second attempt - Rebuilt for
2231d36
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2231d36
20eb950
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
20eb950
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
20eb950
Bastien Nocera c8159e2
* Wed May 06 2020 Bastien Nocera <bnocera@redhat.com> - 2.0-1
Bastien Nocera c8159e2
+ shared-mime-info-2.0-1
Bastien Nocera c8159e2
- Update to 2.0
Bastien Nocera c8159e2
Bastien Nocera 3102d15
* Tue May 05 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-4
Bastien Nocera 3102d15
+ shared-mime-info-1.15-4
Bastien Nocera 3102d15
- Update mime defaults (eog, totem, evince, file-roller)
Bastien Nocera 3102d15
Bastien Nocera f8d82fa
* Sun Mar 08 2020 Bastien Nocera <bnocera@redhat.com> - 1.15-3
Bastien Nocera f8d82fa
+ shared-mime-info-1.15-3
Bastien Nocera f8d82fa
- Update eog's defaults
Bastien Nocera f8d82fa
a8d15ff
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
a8d15ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a8d15ff
Bastien Nocera ff98ed4
* Tue Nov 05 2019 Bastien Nocera <bnocera@redhat.com> - 1.15-1
Bastien Nocera ff98ed4
+ shared-mime-info-1.15-1
Bastien Nocera ff98ed4
- Update to 1.15
Bastien Nocera ff98ed4
Bastien Nocera 151deba
* Fri Sep 20 2019 Bastien Nocera <bnocera@redhat.com> - 1.14-1
Bastien Nocera 151deba
+ shared-mime-info-1.14-1
Bastien Nocera 151deba
- Update to 1.14
Bastien Nocera 151deba
- Update defaults.list
Bastien Nocera 151deba
Bastien Nocera bf9291d
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13.1-1
Bastien Nocera bf9291d
+ shared-mime-info-1.13.1-1
Bastien Nocera bf9291d
- Update to 1.13.1
Bastien Nocera bf9291d
Bastien Nocera 5c73cb1
* Wed Sep 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.13-1
Bastien Nocera 5c73cb1
+ shared-mime-info-1.13-1
Bastien Nocera 5c73cb1
- Update to 1.13
Bastien Nocera 5c73cb1
aedf5a8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-3
aedf5a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
aedf5a8
78c0601
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
78c0601
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
78c0601
Bastien Nocera a1a8236
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.12-1
Bastien Nocera a1a8236
+ shared-mime-info-1.12-1
Bastien Nocera a1a8236
- Update to 1.12
Bastien Nocera a1a8236
Bastien Nocera e11a248
* Thu Jan 17 2019 Bastien Nocera <bnocera@redhat.com> - 1.11-1
Bastien Nocera e11a248
+ shared-mime-info-1.11-1
Bastien Nocera e11a248
- Update to 1.11
Bastien Nocera e11a248
Bastien Nocera 54d5311
* Wed Dec 12 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-4
Bastien Nocera 54d5311
+ shared-mime-info-1.10-4
Bastien Nocera 54d5311
- Add GNOME defaults for Evince
Bastien Nocera 54d5311
Bastien Nocera dca4b67
* Thu Oct 04 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-3
Bastien Nocera dca4b67
+ shared-mime-info-1.10-3
Bastien Nocera dca4b67
- Update evince's desktop filename
Bastien Nocera dca4b67
09c76b6
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
09c76b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
09c76b6
Bastien Nocera 8030c51
* Thu Jun 28 2018 Bastien Nocera <bnocera@redhat.com> - 1.10-1
Bastien Nocera 8030c51
+ shared-mime-info-1.10-1
Bastien Nocera 8030c51
- Update to 1.10
Bastien Nocera 8030c51
b58c2ed
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-4
b58c2ed
- BR: gcc, .spec cosmetics/cleanup
b58c2ed
b863c9a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3
b863c9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b863c9a
54305cd
* Mon Feb 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.9-2
54305cd
- cleanup scriptlets
54305cd
Bastien Nocera f202f4c
* Mon Sep 18 2017 Bastien Nocera <bnocera@redhat.com> - 1.9-1
Bastien Nocera f202f4c
+ shared-mime-info-1.9-1
Bastien Nocera f202f4c
- Update to 1.9
Bastien Nocera f202f4c
Bastien Nocera 2203e87
* Wed Sep 06 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-6
Bastien Nocera 2203e87
+ shared-mime-info-1.8-6
Bastien Nocera 2203e87
- Update file-roller-defaults.list updates
Bastien Nocera 2203e87
1a0dc28
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
1a0dc28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1a0dc28
d80669b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4
d80669b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d80669b
Bastien Nocera 1370734
* Tue Apr 11 2017 Bastien Nocera <bnocera@redhat.com> - 1.8-3
Bastien Nocera 1370734
+ shared-mime-info-1.8-3
Bastien Nocera 1370734
- Assign CSV files to LO Calc not Math
Bastien Nocera 1370734
ad74175
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
ad74175
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ad74175
5dc1382
* Mon Dec 05 2016 Kalev Lember <klember@redhat.com> - 1.8-1
5dc1382
- Update to 1.8
5dc1382
Bastien Nocera 3dbf78f
* Mon Sep 05 2016 Bastien Nocera <bnocera@redhat.com> - 1.7-1
Bastien Nocera 3dbf78f
- Update to 1.7
Bastien Nocera 3dbf78f
Bastien Nocera a701c61
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-3
Bastien Nocera a701c61
- Remove file-roller as handler for cbz/cbr files
Bastien Nocera a701c61
  See https://bugzilla.gnome.org/show_bug.cgi?id=767244
Bastien Nocera a701c61
Bastien Nocera 5578970
* Sat Jun 04 2016 Bastien Nocera <bnocera@redhat.com> - 1.6-2
Bastien Nocera 5578970
- Allow detecting multi-page DjVu files by filename
Bastien Nocera 5578970
Bastien Nocera 59c3f01
* Tue Feb 23 2016 Bastien Nocera <bnocera@redhat.com> 1.6-1
Bastien Nocera 59c3f01
- Update to 1.6
Bastien Nocera 59c3f01
a3e0fc9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
a3e0fc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a3e0fc9
Rex Dieter 21d6e1c
* Thu Sep 24 2015 Rex Dieter <rdieter@fedoraproject.org> 1.5-2
Rex Dieter 21d6e1c
- shared-mime-info requires /usr/bin/pkg-config (#1266089)
Rex Dieter 21d6e1c
f57d9a8
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> 1.5-1
f57d9a8
- Update to 1.5
f57d9a8
56dbc3f
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> 1.4-7
56dbc3f
- Add file triggers for rebuilding the mime database
56dbc3f
Rex Dieter 458290b
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 1.4-6
Rex Dieter 458290b
- Provide generic/fallback mimeapps.list too (#1243049)
Rex Dieter 458290b
fbc7fe0
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
fbc7fe0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fbc7fe0
Bastien Nocera 3c1722c
* Mon Apr 27 2015 Bastien Nocera <bnocera@redhat.com> 1.4-4
Bastien Nocera 3c1722c
- Make LibreOffice Math the default for CSV files (#1214896)
Bastien Nocera 3c1722c
5130950
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
5130950
- Rebuilt for Fedora 23 Change
5130950
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5130950
Bastien Nocera 5c7979d
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-2
Bastien Nocera 5c7979d
- Rename defaults.list to be GNOME specific and follow
Bastien Nocera 5c7979d
  the latest changes in the shared mime info spec
Bastien Nocera 5c7979d
Bastien Nocera d2c9ebd
* Thu Feb 05 2015 Bastien Nocera <bnocera@redhat.com> 1.4-1
Bastien Nocera d2c9ebd
- Update to 1.4
Bastien Nocera d2c9ebd
Bastien Nocera 64a90dd
* Tue Sep 30 2014 Bastien Nocera <bnocera@redhat.com> 1.3-15
Bastien Nocera 64a90dd
- Fix Totem being the default music player (#1146001)
Bastien Nocera 64a90dd
Bastien Nocera 8d34f92
* Wed Sep 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-14
Bastien Nocera 8d34f92
- Change default viewer to be eog (#1136953)
Bastien Nocera 8d34f92
Bastien Nocera efa08f4
* Tue Sep 02 2014 Bastien Nocera <bnocera@redhat.com> 1.3-13
Bastien Nocera efa08f4
- Update for totem desktop name change in GNOME 3.14
Bastien Nocera efa08f4
0556a63
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-12
0556a63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0556a63
e114530
* Tue Aug  5 2014 Tom Callaway 
e114530
- fix license handling
e114530
44575e8
* Thu Jul 31 2014 Kalev Lember <kalevlember@gmail.com> - 1.3-10
44575e8
- Update defaults.list for gedit desktop filename change
44575e8
Colin Walters f863abb
* Tue Jul 08 2014 Colin Walters <walters@redhat.com> - 1.3-9
Colin Walters f863abb
- Add requires(post) on coreutils to ensure /usr/bin/touch is present
Colin Walters f863abb
- Resolves: rhbz#1114119
Colin Walters f863abb
Rex Dieter 70618af
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-8
Rex Dieter 70618af
- scriptlet polish
Rex Dieter 70618af
Bastien Nocera 2d3d1f7
* Thu Jul 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-7
Bastien Nocera 2d3d1f7
- Update defaults.list for nautilus desktop filename change (#1095008)
Bastien Nocera 2d3d1f7
Rex Dieter bcb6626
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-6
Rex Dieter bcb6626
- pull in upstream support for new -n option, re-enable fsync default on (#1052173)
Rex Dieter bcb6626
Rex Dieter 7ecbd4c
* Thu Jun 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-5
Rex Dieter 7ecbd4c
- include PKGSYSTEM_ENABLE_FSYNC upstream implementation, except default off (#1052173)
Rex Dieter 7ecbd4c
45e4853
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
45e4853
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
45e4853
Rex Dieter be619fa
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-3
Rex Dieter be619fa
- support PKGSYSTEM_ENABLE_FSYNC (#1052173, #fdo70366)
Rex Dieter be619fa
Rex Dieter c23e5d9
* Tue May 20 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-2
Rex Dieter c23e5d9
- %%configure --disable-silent-rules
Rex Dieter c23e5d9
Bastien Nocera 5f68bed
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.3-1
Bastien Nocera 5f68bed
- Update to 1.3
Bastien Nocera 5f68bed
Bastien Nocera 0ea10c5
* Mon May 05 2014 Bastien Nocera <bnocera@redhat.com> 1.2-3
Bastien Nocera 0ea10c5
- Fix file-roller's desktop filename for GNOME 3.12
Bastien Nocera 0ea10c5
Bastien Nocera 5df4e75
* Thu Nov 07 2013 Bastien Nocera <bnocera@redhat.com> 1.2-2
Bastien Nocera 5df4e75
- Update totem mime-type list
Bastien Nocera 5df4e75
- Handle legacy Real Media files by default now that RealPlayer
Bastien Nocera 5df4e75
  doesn't exist any more
Bastien Nocera 5df4e75
Bastien Nocera 8484346
* Mon Sep 30 2013 Bastien Nocera <bnocera@redhat.com> 1.2-1
Bastien Nocera 8484346
- Update to 1.2
Bastien Nocera 8484346
- Open disk images with gnome-disk-image-writer
Bastien Nocera 8484346
eb5cccd
* Mon Aug 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-7
eb5cccd
- Don't open XWD files in eog / gthumb (#735611)
eb5cccd
6f0dc00
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
6f0dc00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6f0dc00
2b37f95
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 1.1-5
2b37f95
- Drop pkgconfig dep, instead co-own /usr/share/pkgconfig
2b37f95
5661336
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-4
5661336
- Update for file-roller desktop file vendor prefix removal
5661336
b6c72b8
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.1-3
b6c72b8
- Update for eog desktop file vendor prefix removal
b6c72b8
0c3bd33
* Sun Feb 17 2013 Christoph Wickert <cwickert@fedoraproject.org> - 1.1-2
0c3bd33
- De-vendorize defaults.list (https://fedorahosted.org/fesco/ticket/1077)
0c3bd33
Bastien Nocera 1286fd1
* Wed Feb 13 2013 Bastien Nocera <bnocera@redhat.com> 1.1-1
Bastien Nocera 1286fd1
- Update to 1.1
Bastien Nocera 1286fd1
Bastien Nocera 88d089d
* Fri Nov 30 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
Bastien Nocera 88d089d
- Open src.rpm files in file-roller instead of PackageKit
Bastien Nocera 88d089d
Bastien Nocera 32c87b9
* Mon Nov 05 2012 Bastien Nocera <bnocera@redhat.com> 1.0-6
Bastien Nocera 32c87b9
- Rebuild file-roller's default list
Bastien Nocera 32c87b9
add8975
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
add8975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
add8975
b5a22ea
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org> 
b5a22ea
- 1.0-4
b5a22ea
- defaults.list: s/mozilla-firefox/firefox/ (see #736558)
b5a22ea
- defaults.list: s/gpk-install-file/gpk-install-local-file/
b5a22ea
- defaults.list: application/x-catalog=gpk-install-catalog.desktop (#770019) 
b5a22ea
Bastien Nocera b6206a9
* Fri May 11 2012 Bastien Nocera <bnocera@redhat.com> 1.0-3
Bastien Nocera b6206a9
- Use gnome-disk-image-mounter from gnome-disk-utility to handle
Bastien Nocera b6206a9
  CD images by default (#820403)
Bastien Nocera b6206a9
f2718c1
* Wed Mar  7 2012 Matthias Clasen <mclasen@redhat.com> - 1.0-2
f2718c1
- Own/%%ghost files generated by update-mime-database from
b5a22ea
  freedesktop.org.xml (patch by Ville Skyttä, #716451))
f2718c1
Bastien Nocera 6ba65ec
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 1.0-1
Bastien Nocera 6ba65ec
- Update to 1.0
Bastien Nocera 6ba65ec
6b43642
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
6b43642
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6b43642
Jon Masters 5b448cb
* Mon Nov 21 2011 Jon Masters <jcm@jonmasters.org> 0.91-6
Jon Masters 5b448cb
- Fix interpretation of MP3 files as application/x-designer (#755472)
Jon Masters 5b448cb
567c5ed
* Mon Oct 24 2011 Rex Dieter <rdieter@fedoraproject.org> 0.91-5
567c5ed
- s/mozilla-firefox.desktop/firefox.desktop/ (f17+, #736558)
567c5ed
Bastien Nocera e108a6a
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-4
Bastien Nocera e108a6a
- Make Evolution the default calendar (and not Gedit...)
Bastien Nocera e108a6a
Bastien Nocera 3771e5b
* Thu Oct 13 2011 Bastien Nocera <bnocera@redhat.com> 0.91-3
Bastien Nocera 3771e5b
- Make shotwell the default for camera roll handling
Bastien Nocera 3771e5b
- Make shotwell-viewer the default image viewer (for the
Bastien Nocera 3771e5b
  image types it handles)
Bastien Nocera 3771e5b
- Prefer Rhythmbox to Totem for music files
Bastien Nocera 3771e5b
Bastien Nocera b354511
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-2
Bastien Nocera b354511
- Fix changelog entries
Bastien Nocera b354511
Bastien Nocera b354511
* Sun Sep 18 2011 Bastien Nocera <bnocera@redhat.com> 0.91-1
Bastien Nocera b354511
- Update to 0.91
Bastien Nocera b354511
Bastien Nocera 3708b41
* Thu Aug 25 2011 Bastien Nocera <bnocera@redhat.com> 0.90-9
Bastien Nocera 3708b41
- Never try to load OO.o files in file-roller
Bastien Nocera 3708b41
Bastien Nocera 10612f5
* Thu May 26 2011 Bastien Nocera <bnocera@redhat.com> 0.90-8
Bastien Nocera 10612f5
- Fix LibreOffice associations (patch from Caolan McNamara, #707971)
Bastien Nocera 10612f5
Bastien Nocera 03195fc
* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.90-7
Bastien Nocera 03195fc
- Fix name of nautilus.desktop file (#698502)
Bastien Nocera 03195fc
7e495aa
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-6
7e495aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7e495aa
Bastien Nocera d855f74
* Thu Dec 16 2010 Bastien Nocera <bnocera@redhat.com> 0.90-5
Bastien Nocera d855f74
- Auto-generate file-roller's bindings as well
Bastien Nocera d855f74
Bastien Nocera ee9cc03
* Wed Dec 08 2010 Bastien Nocera <bnocera@redhat.com> 0.90-4
Bastien Nocera ee9cc03
- Update defaults.list and update for newer desktop names,
Bastien Nocera ee9cc03
  with help from Edward Sheldrake (#659457)
Bastien Nocera ee9cc03
Bastien Nocera 51f9b52
* Tue Dec 07 2010 Bastien Nocera <bnocera@redhat.com> 0.90-3
Bastien Nocera 51f9b52
- Add Firefox as the default for application/xhtml+xml
Bastien Nocera 51f9b52
  (#660657)
Bastien Nocera 51f9b52
Bastien Nocera 95a57f3
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-2
Bastien Nocera 95a57f3
- Update list of defaults, adding new mime-types for Totem,
Bastien Nocera 95a57f3
  as well as scheme handlers, and install defaults for
Bastien Nocera 95a57f3
  Evolution and Firefox
Bastien Nocera 95a57f3
Bastien Nocera 3985de0
* Wed Dec 01 2010 Bastien Nocera <bnocera@redhat.com> 0.90-1
Bastien Nocera 3985de0
- Update to 0.90
Bastien Nocera 3985de0
41bd96e
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.80-2
41bd96e
- rebuild for new libxml
41bd96e
Bastien Nocera 0517397
* Thu Sep 30 2010 Bastien Nocera <bnocera@redhat.com> 0.80-1
Bastien Nocera 0517397
- Update to 0.80
Bastien Nocera 0517397
16988d0
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 0.71-4
16988d0
- Fix previous change to be Requires(post); spotted by
16988d0
  Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
16988d0
4b9228a
* Sat Jul  3 2010 Colin Walters <walters@verbum.org> - 0.71-3
4b9228a
- Requires(pre) on glib, since update-mime-database uses it
4b9228a
- Remove /dev/null redirection, we should see future errors
4b9228a
  And really, RPM is dumb here - this stuff needs to go to
4b9228a
  log files.
4b9228a
13e2255
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-2
13e2255
- Update some OO.o defaults, patch from Caolan McNamara
13e2255
26ce8b0
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-1
26ce8b0
- Update to 0.71
26ce8b0
565dfa2
* Tue Oct 06 2009 Bastien Nocera <bnocera@redhat.com> 0.70-1
565dfa2
- Update to 0.70
565dfa2
Caolan McNamara 8b10f10
* Thu Sep 24 2009 - Caolán McNamara <caolanm@redhat.com> - 0.60-5
Caolan McNamara 8b10f10
- Resolves: rhbz#508559 openoffice.org desktop files changed name
Caolan McNamara 8b10f10
48efb65
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
48efb65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
48efb65
11f3f9b
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-3
11f3f9b
- Remove Totem as handling Blu-ray and HD-DVD
11f3f9b
- Use brasero-ncb.desktop instead of nautilus-cd-burner for blank devices
11f3f9b
- Update media mime-types for Rhythmbox/Totem
11f3f9b
ab7613c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-2
ab7613c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ab7613c
f863e17
* Sat Feb 21 2009 - Bastien Nocera <bnocera@redhat.com> - 0.60-1
f863e17
- Update to 0.60
f863e17
9dde123
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-6
9dde123
- Update with comments from Orcan Ogetbil <orcanbahri@yahoo.com>
9dde123
3df9120
* Wed Nov 26 2008 - Julian Sikorski <belegdol[at]gmail[dot]com> - 0.51-5
3df9120
- Fix text/plain, gedit installs gedit.desktop and not gnome-gedit.desktop
3df9120
5880f60
* Wed Oct 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-4
5880f60
- Add patch to avoid picture CD being anything with a pictures directory
5880f60
  (#459365)
5880f60
d74088b
* Thu Oct 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-3
d74088b
- Use evince, not tetex-xdvi.desktop for DVI files (#465242)
d74088b
06e2e92
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-2
06e2e92
- Use Firefox and not redhat-web as the default app for HTML files (#452184)
06e2e92
d93eef1
* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.51-1
d93eef1
- Update to 0.51
d93eef1
7fc0bbd
* Tue Jul 22 2008 - Bastien Nocera <bnocera@redhat.com> - 0.50-1
7fc0bbd
- Update to 0.50
7fc0bbd
a88d309
* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.40-2
a88d309
- update license tag
a88d309
7fc0bbd
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.40-1
7fc0bbd
- Update to 0.40
7fc0bbd
bc5255b
* Mon May 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
bc5255b
- Update to 0.30
bc5255b
David Zeuthen 0d07a17
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 0.23-9
David Zeuthen 0d07a17
- Fix defaults for x-content/image-dcf (#445032)
David Zeuthen 0d07a17
4d69c6e
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-8
4d69c6e
- Make mount-archive.desktop the default for iso images (#442960)
4d69c6e
2f22496
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-7
2f22496
- Update the desktop file name for Gimp, too
2f22496
cd2f024
* Tue Apr 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-6
cd2f024
- Change default for rpm to gpk-install-file (#442485)
cd2f024
0f8fd32
* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.23-5
0f8fd32
- Make Totem the default for the mime-types it handles (#366101)
0f8fd32
- And make sure Rhythmbox is the second default only for the mime-types
0f8fd32
  it handles
0f8fd32
7aad95e
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-4
7aad95e
- Change default for rpm to pk-install-file
7aad95e
856a276
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.23-3
856a276
- Autorebuild for GCC 4.3
856a276
d14fe03
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.23-2
d14fe03
- Add defaults for content types
d14fe03
550f783
* Tue Dec 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.23-1
550f783
- Update to 0.23
550f783
37b8d7b
* Tue Nov 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-5
37b8d7b
- Remove Totem as the default music/movie player, it will be the
37b8d7b
  default for movies, as only it handles them, and Rhythmbox can
37b8d7b
  handle missing plugins now
37b8d7b
5cb19ce
* Mon Nov 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-4
5cb19ce
- Make Totem the default for the mime-types it handles (#366101)
5cb19ce
e27bc64
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 0.22-3
e27bc64
- Rebuild for PPC toolchain bug
7231816
- BuildRequires: gawk
e27bc64
4ec2114
* Tue Aug 21 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-2
4ec2114
- Don't say that webcal files are handled by evolution-2.0, it can't
4ec2114
- Disable vCard mapping as well, as evolution doesn't handle it
4ec2114
  (See http://bugzilla.gnome.org/show_bug.cgi?id=309073)
4ec2114
93211c4
* Mon Jul 30 2007 - Bastien Nocera <bnocera@redhat.com> - 0.22-1
93211c4
- Update to 0.22
93211c4
bnocera ba49b6b
* Tue Apr 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-2
bnocera ba49b6b
- Fix the dia association (#194313)
bnocera ba49b6b
bnocera 18511f1
* Tue Feb 06 2007 - Bastien Nocera <bnocera@redhat.com> - 0.20-1
bnocera 18511f1
- Update to 0.20, and remove outdated patches
bnocera 18511f1
fb639af
* Fri Nov 10 2006 Christopher Aillon <caillon@redhat.com> - 0.19-2
fb639af
- Alias image/pdf to application/pdf
fb639af
c3db303
* Fri Aug 25 2006 Christopher Aillon <caillon@redhat.com> - 0.19-1
c3db303
- Update to 0.19
c3db303
c730bf9
* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.18-2
de79793
- add an inode/directory entry to defaults.list (#187021)
c730bf9
e252206
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.18-1.1
e252206
- rebuild
e252206
Kristian Høgsberg d223f38
* Wed Jul  5 2006 Kristian Høgsberg <krh@redhat.com> - 0.18-1
Kristian Høgsberg d223f38
- Update to 0.18 and drop backported patches.
Kristian Høgsberg d223f38
Kristian Høgsberg 9558efe
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.17-3
Kristian Høgsberg 9558efe
- Adding PDF fix backported from CVS.
Kristian Høgsberg 9558efe
f879e9a
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
f879e9a
- Backport upstream change to fix postscript vs. matlab confusion
f879e9a
f879e9a
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-1
3cc4a27
- Update to 0.17
3cc4a27
426b4c8
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-3
426b4c8
- add gthumb as fallback
426b4c8
89d3a1c
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 0.16.cvs20060212-2
89d3a1c
- make eog the default image viewer
89d3a1c
14a234f
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.16.cvs20060212-1
14a234f
- Newer CVS snapshot
14a234f
89d3a1c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.16.cvs20051219-2.1
89d3a1c
- rebuilt for new gcc4.1 snapshot and glibc changes
cba43d1
Caolan McNamara f0022e8
* Mon Jan 30 2006 Caolan McNamara <caolanm@redhat.com> - 0.16.cvs20051219-2
Caolan McNamara f0022e8
- rh#179138# add openoffice.org as preferred app for oasis formats 
Caolan McNamara f0022e8
a82666f
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051219-1
a82666f
- Newer cvs snapshot
a82666f
4449c08
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
58bf9dd
- rebuilt
58bf9dd
731ce1c
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051201-1
731ce1c
- Incorporate upstream changes
731ce1c
76307fc
* Wed Nov 02 2005 John (J5) Palmieri <johnp@redhat.com> - 0.16.cvs20051018-2
76307fc
- Change all refs of eog to gthumb in defaults.list
76307fc
fed9216
* Tue Oct 18 2005 Matthias Clasen <mclasen@redhat.com> - 0.16.cvs20051018-1
fed9216
- Incorporate upstream changes
fed9216
f623971
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-6
f623971
- Add glade to defaults.list
f623971
104d22e
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-5
104d22e
- Make sure Type1 fonts are recognized as such (#160909)
104d22e
David Zeuthen f7cf4a7
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
David Zeuthen f7cf4a7
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
David Zeuthen f7cf4a7
8ebb403
* Fri May 20 2005 Dan Williams <dcbw@redhat.com> - 0.16-3
8ebb403
- Update OpenOffice.org desktop file names. #155353
29b995e
- WordPerfect default now OOo Writer, since Abiword is in Extras
8ebb403
David Zeuthen a1d02bf
* Sun Apr  3 2005 David Zeuthen <davidz@redhat.com> - 0.16-2
David Zeuthen a1d02bf
- Make Evince the default for application/pdf and application/postscript
David Zeuthen a1d02bf
- Remove remaining references to gnome-ggv (application/x-gzpostscript and
David Zeuthen a1d02bf
  image/x-eps) as this is no longer in the distribution
David Zeuthen a1d02bf
David Zeuthen fa0be90
* Fri Apr  1 2005 David Zeuthen <davidz@redhat.com> - 0.16-1
David Zeuthen fa0be90
- Update to upstream release 0.16
David Zeuthen fa0be90
- Drop all patches as they are in the new upstream release
David Zeuthen fa0be90
David Zeuthen d5912ed
* Wed Mar  9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
David Zeuthen d5912ed
- Add mimetypes for OOo2 (#150546)
David Zeuthen d5912ed
3b795ca
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
3b795ca
- Fix for mime sniffing on big-endian
3b795ca
1306bd0
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
1306bd0
- Handle renaming of hxplay.desktop to realplay.desktop
1306bd0
e27984c
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 0.15-8
e27984c
- Handle XUL files. #134122
e27984c
4022430
* Wed Oct 13 2004 Colin Walters <walters@redhat.com> - 0.15-7
4022430
- Make helix default for ogg and mp3, will switch wav/flac too 
4022430
  when support is added
4022430
94ca7a2
* Wed Oct  6 2004 Alexander Larsson <alexl@redhat.com> - 0.15-6
94ca7a2
- Change default pdf viewer to ggv
94ca7a2
cvsdist 8f4b196
* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 0.15-4
cvsdist 8f4b196
- Fixed evo desktop file reference in defaults.list
cvsdist 8f4b196
cvsdist 223900e
* Mon Sep  6 2004 Caolan McNamara <caolanm@redhat.com> - 0.15-3
cvsdist 223900e
- wpd can be opened in abiword, but not in openoffice.org (#114907)
cvsdist 223900e
cvsdist ea180dc
* Fri Sep  3 2004 Alexander Larsson <alexl@redhat.com> - 0.15-2
cvsdist ea180dc
- Add list of default apps (#131643)
cvsdist ea180dc
cvsdist 223be33
* Mon Aug 30 2004 Jonathan Blandford <jrb@redhat.com> 0.15-1
cvsdist 223be33
- bump version
cvsdist 223be33
cvsdist f7f2594
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f7f2594
- rebuilt
cvsdist f7f2594
cvsdist 3ed3bd5
* Mon Mar 22 2004 Alex Larsson <alexl@redhat.com> 0.14-1
cvsdist 3ed3bd5
- update to 0.14
cvsdist 3ed3bd5
cvsdist 3e92755
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3e92755
- rebuilt
cvsdist 3e92755
cvsdist e8aa3bc
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.13-1
cvsdist e8aa3bc
- 0.13
cvsdist e8aa3bc
cvsdist e8aa3bc
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> mime-info
cvsdist e8aa3bc
- Initial build.