- Update to upstream release 0.16
- Drop all patches as they are in the new upstream release
This commit is contained in:
parent
d5912edc27
commit
fa0be90945
@ -1 +1,2 @@
|
||||
shared-mime-info-0.15.tar.gz
|
||||
shared-mime-info-0.16.tar.gz
|
||||
|
@ -1,17 +1,12 @@
|
||||
Summary: Shared MIME information database
|
||||
Name: shared-mime-info
|
||||
Version: 0.15
|
||||
Release: 11
|
||||
Version: 0.16
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://freedesktop.org/Software/shared-mime-info
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: defaults.list
|
||||
Patch0: shared-mime-info-0.15-xul.patch
|
||||
# Endian patch from https://freedesktop.org/bugzilla/show_bug.cgi?id=1507
|
||||
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
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: glib2-devel
|
||||
@ -29,9 +24,6 @@ and looking up the correct MIME type in a database.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .xul
|
||||
%patch1 -p0 -b .endian
|
||||
%patch2 -p0 -b .ooo2
|
||||
|
||||
%build
|
||||
|
||||
@ -65,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 1 2005 David Zeuthen <davidz@redhat.com> - 0.16-1
|
||||
- Update to upstream release 0.16
|
||||
- Drop all patches as they are in the new upstream release
|
||||
|
||||
* Wed Mar 9 2005 David Zeuthen <davidz@redhat.com> - 0.15-11
|
||||
- Add mimetypes for OOo2 (#150546)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user