source: projects/specs/branches/6/g/gnome-mime-data/gnome-mime-data-vl.spec @ 1897

Revision 1897, 4.4 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary: MIME type data files for GNOME desktop
2Summary(ja): GNOME desktop 用 MIME タイプデータ
3Name: gnome-mime-data
4Version: 2.18.0
5Release: 3%{?_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* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.0-3
62- rebuild with rpm-4.8.1 for pkg-config file
63
64* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-2
65- spec in utf-8
66
67* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-1vl5
68- used %%{?_dist_release}
69
70* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
71- new upstream release
72
73* Mon Oct 16 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-0vl2
74- moved pkgconfig/*.pc to %%{_datadir}
75
76* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
77- new upstream release
78
79* Fri Jan  9 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-0vl1
80- new upstream release
81- fixed %files section
82
83* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
84- new upstream release
85
86* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
87- new upstream release
88
89* Wed Jun 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
90- new upstream release
91- remove mimetype icons
92
93* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl2
94- add Conflicts: gnome-vfs < 1.0.5
95
96* Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
97- build for Vine Linux
98
99* Tue Sep  3 2002 Jonathan Blandford <jrb@redhat.com>
100- fix the gimp to run 'gimp' instead of 'gimp-remote'
101
102* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
103- ah, did not know about default_application_id. fix various things to
104  work properly. also, change some unrelated stuff: bind openoffice to
105  more file types, don't use gnumeric embedded control for gnumeric
106  files.
107
108* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
109- don't try to view html in-place, use htmlview as default html viewer
110- remove mpg123 as a viewer, it's a command line app
111
112* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-6
113- Changed appname from redhat-install-package to redhat-install-packages
114
115* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.0-5
116- bind rpm to redhat-install-package
117
118* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
119- bind openoffice to excel/word documents
120
121* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
122- automated rebuild
123
124* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
125- remove empty NEWS/AUTHORS, #66082
126
127* Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
128- 2.0.0
129- check file list, add icons and man pages
130
131* Sun May 26 2002 Tim Powers <timp@redhat.com>
132- automated rebuild
133
134* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
135- rebuild in different environment
136
137* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
138- 1.0.8
139
140* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
141- 1.0.7
142
143* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
144- 1.0.6
145
146* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
147- 1.0.4
148- make it noarch
149
150* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
151- 1.0.3
152
153* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
154- Version 1.0.2
155
156* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
157- automated rebuild
158
159* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
160- 1.0.1.90 cvs snap
161
162* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
163- add doc files
164
165* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
166- Initial build.
167
168
Note: See TracBrowser for help on using the repository browser.