source: projects/specs/trunk/g/gnome-mime-data/gnome-mime-data-vl.spec @ 521

Revision 521, 4.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: MIME type data files for GNOME desktop
2Summary(ja): GNOME desktop 用 MIME タイプデータ
3Name: gnome-mime-data
4Version: 2.18.0
5Release: 2%{?_dist_release}
6URL: http://www.gnome.org
7Source0: %{name}-%{version}.tar.bz2
8License: GPL
9Group: System Environment/Libraries
10BuildArch: noarch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: perl-XML-Parser
13BuildRequires: gettext
14Conflicts: gnome-vfs < 1.0.5
15
16Patch0: gnome-mime-data-2.2.0-openoffice.patch
17Patch2: gnome-mime-data-2.3.2-nohtmlcomponent.patch
18Patch5: gnome-mime-data-2.4.0-OOo-startup.patch
19
20%description
21gnome-mime-data provides the file type recognition data files for gnome-vfs
22
23%prep
24%setup -q
25
26%patch0 -p1 -b .openoffice
27%patch2 -p1 -b .nohtmlcomponent
28%patch5 -p1 -b .OOo-startup
29
30## be sure .keys is regenerated from patched .keys.in
31rm gnome-vfs.keys
32
33## no command line apps as bindings
34perl -pi -e 's/,mpg123//g' gnome-vfs.keys.in
35perl -pi -e 's/mpg123//g' gnome-vfs.keys.in
36
37%build
38%configure
39%__make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43%makeinstall
44
45%find_lang %name
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files -f %{name}.lang
51%defattr(-,root,root)
52%doc COPYING ChangeLog README
53%config %{_sysconfdir}/gnome-vfs-mime-magic
54%{_datadir}/application-registry
55%{_datadir}/mime-info/*.keys
56%{_datadir}/mime-info/*.mime
57%{_datadir}/pkgconfig/*
58#%{_datadir}/man/man*/*
59
60%changelog
61* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-2
62- spec in utf-8
63
64* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-1vl5
65- used %%{?_dist_release}
66
67* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
68- new upstream release
69
70* Mon Oct 16 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-0vl2
71- moved pkgconfig/*.pc to %%{_datadir}
72
73* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
74- new upstream release
75
76* Fri Jan  9 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-0vl1
77- new upstream release
78- fixed %files section
79
80* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
81- new upstream release
82
83* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
84- new upstream release
85
86* Wed Jun 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
87- new upstream release
88- remove mimetype icons
89
90* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl2
91- add Conflicts: gnome-vfs < 1.0.5
92
93* Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
94- build for Vine Linux
95
96* Tue Sep  3 2002 Jonathan Blandford <jrb@redhat.com>
97- fix the gimp to run 'gimp' instead of 'gimp-remote'
98
99* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
100- ah, did not know about default_application_id. fix various things to
101  work properly. also, change some unrelated stuff: bind openoffice to
102  more file types, don't use gnumeric embedded control for gnumeric
103  files.
104
105* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
106- don't try to view html in-place, use htmlview as default html viewer
107- remove mpg123 as a viewer, it's a command line app
108
109* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-6
110- Changed appname from redhat-install-package to redhat-install-packages
111
112* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-5
113- bind rpm to redhat-install-package
114
115* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
116- bind openoffice to excel/word documents
117
118* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
119- automated rebuild
120
121* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
122- remove empty NEWS/AUTHORS, #66082
123
124* Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
125- 2.0.0
126- check file list, add icons and man pages
127
128* Sun May 26 2002 Tim Powers <timp@redhat.com>
129- automated rebuild
130
131* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
132- rebuild in different environment
133
134* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
135- 1.0.8
136
137* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
138- 1.0.7
139
140* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
141- 1.0.6
142
143* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
144- 1.0.4
145- make it noarch
146
147* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
148- 1.0.3
149
150* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
151- Version 1.0.2
152
153* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
154- automated rebuild
155
156* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
157- 1.0.1.90 cvs snap
158
159* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
160- add doc files
161
162* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
163- Initial build.
164
165
Note: See TracBrowser for help on using the repository browser.