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

Revision 10190, 4.4 KB checked in by kudoh, 8 years ago (diff)

new upstream release

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