- Add mimetypes for OOo2 (#150546)
This commit is contained in:
parent
3b795ca33e
commit
d5912edc27
@ -1,7 +1,7 @@
|
|||||||
Summary: Shared MIME information database
|
Summary: Shared MIME information database
|
||||||
Name: shared-mime-info
|
Name: shared-mime-info
|
||||||
Version: 0.15
|
Version: 0.15
|
||||||
Release: 10
|
Release: 11
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://freedesktop.org/Software/shared-mime-info
|
URL: http://freedesktop.org/Software/shared-mime-info
|
||||||
@ -10,6 +10,8 @@ Source1: defaults.list
|
|||||||
Patch0: shared-mime-info-0.15-xul.patch
|
Patch0: shared-mime-info-0.15-xul.patch
|
||||||
# Endian patch from https://freedesktop.org/bugzilla/show_bug.cgi?id=1507
|
# Endian patch from https://freedesktop.org/bugzilla/show_bug.cgi?id=1507
|
||||||
Patch1: shared-mime-info-0.15-endian.patch
|
Patch1: shared-mime-info-0.15-endian.patch
|
||||||
|
# OOo2 file types
|
||||||
|
Patch2: shared-mime-info-0.15-ooo2.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -29,6 +31,7 @@ and looking up the correct MIME type in a database.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .xul
|
%patch0 -p1 -b .xul
|
||||||
%patch1 -p0 -b .endian
|
%patch1 -p0 -b .endian
|
||||||
|
%patch2 -p0 -b .ooo2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -62,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
|
||||||
|
- Add mimetypes for OOo2 (#150546)
|
||||||
|
|
||||||
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
|
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
|
||||||
- Fix for mime sniffing on big-endian
|
- Fix for mime sniffing on big-endian
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user