source: projects/specs/trunk/s/shared-mime-info/shared-mime-info-vl.spec @ 7536

Revision 7536, 4.0 KB checked in by kudoh, 11 years ago (diff)

--force-log

Line 
1Summary: Shared MIME information database
2Summary(ja): 共有 MIME 情報データベース
3Name: shared-mime-info
4Version: 1.1
5Release: 1%{?_dist_release}
6License: GPL
7Group: User Interface/Desktops
8URL: http://freedesktop.org/wiki/Software/shared-mime-info
9Source0: %{name}-%{version}.tar.xz
10Source1: defaults.list
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  gawk
14BuildRequires:  libxml2-devel
15BuildRequires:  glib2-devel >= 2.6.0
16BuildRequires:  gettext
17# For intltool:
18BuildRequires: perl-XML-Parser >= 2.31-16
19Requires: libxml2
20Requires: glib2 >= 2.6.0
21
22%description
23This is the freedesktop.org shared MIME info database.
24
25Many programs and desktops use the MIME system to represent the types of
26files. Frequently, it is necessary to work out the correct MIME type for
27a file. This is generally done by examining the file's name or contents,
28and looking up the correct MIME type in a database.
29
30%prep
31%setup -q
32
33%build
34%configure --disable-update-mimedb
35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%makeinstall
40
41mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
42install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
43
44## remove these bogus files
45rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
46
47%post
48%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%doc README NEWS shared-mime-info-spec.xml
56%{_bindir}/*
57%dir %{_datadir}/mime/
58%{_datadir}/mime/packages
59%{_datadir}/applications/defaults.list
60%{_datadir}/pkgconfig/*.pc
61%{_mandir}/man*/*
62
63%changelog
64* Sun Mar 03 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1-1
65- new upstream release
66- changed source archive bz2 to xz
67
68* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.71-2
69- rebuilt with rpm-4.8.1 for pkg-config
70
71* Sat May 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.71-1
72- new upstream release
73
74* Mon Aug 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.51-1
75- new upstream release
76- sepc in UTF-8
77
78* Fri May 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.30-1
79- new upstream release
80- updated Source1
81
82* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23-1vl5
83- new upstream release
84
85* Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22-0vl1
86- new upstream release
87- changed Group to User Interface/Desktops
88
89* Wed Feb  7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.20-0vl1
90- new upstream release
91- changed pkgconfig dir
92
93* Sun Nov 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.19-0vl1
94- new upstream release
95
96* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16-0vl1
97- new upstream release
98
99* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15-10vl1
100- initial build for Vine Linux based on fedora package.
101
102* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
103- Fix for mime sniffing on big-endian
104
105* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
106- Handle renaming of hxplay.desktop to realplay.desktop
107
108* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 0.15-8
109- Handle XUL files. #134122
110
111* Wed Oct 13 2004 Colin Walters <walters@redhat.com> - 0.15-7
112- Make helix default for ogg and mp3, will switch wav/flac too
113  when support is added
114
115* Wed Oct  6 2004 Alexander Larsson <alexl@redhat.com> - 0.15-6
116- Change default pdf viewer to ggv
117
118* Tue Sep  7 2004 Alexander Larsson <alexl@redhat.com> - 0.15-4
119- Fixed evo desktop file reference in defaults.list
120
121* Mon Sep  6 2004 Caolan McNamara <caolanm@redhat.com> - 0.15-3
122- wpd can be opened in abiword, but not in openoffice.org (#114907)
123
124* Fri Sep  3 2004 Alexander Larsson <alexl@redhat.com> - 0.15-2
125- Add list of default apps (#131643)
126
127* Mon Aug 30 2004 Jonathan Blandford <jrb@redhat.com> 0.15-1
128- bump version
129
130* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
131- rebuilt
132
133* Mon Mar 22 2004 Alex Larsson <alexl@redhat.com> 0.14-1
134- update to 0.14
135
136* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
137- rebuilt
138
139* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.13-1
140- 0.13
141
142* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> mime-info
143- Initial build.
Note: See TracBrowser for help on using the repository browser.