source: projects/specs/trunk/m/mate-mime-data/mate-mime-data-vl.spec @ 5316

Revision 5316, 1.2 KB checked in by Takemikaduchi, 12 years ago (diff)

mate: change category
fontconfig: rebuild
others: new upstream release

Line 
1Summary:        The base MIME and Application database for MATE.
2Name:           mate-mime-data
3Version:        1.1.0
4Release:        2%{?_dist_release}
5Source:         %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            https://matsusoft.com.ar/projects/mate/
9BuildArch:      noarch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  mate-common
13BuildRequires:  glib2-devel
14BuildRequires:  autoconf
15BuildRequires:  automake
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       Takemikaduchi
20
21%description
22This module contains the base MIME and Application database for MATE.
23It is meant to be accessed through the MIME functions in MateVFS.
24
25%prep
26%setup -q
27
28%build
29(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
30%configure
31make
32
33%install
34make install DESTDIR=${RPM_BUILD_ROOT}
35
36%find_lang %{name}
37
38%files -f %{name}.lang
39%defattr(-, root, root)
40%{_sysconfdir}/mate-vfs-mime-magic
41%{_datadir}/application-registry/mate-vfs.applications
42%{_datadir}/mime-info/mate-vfs.*
43%{_datadir}/pkgconfig/mate-mime-data-2.0.pc
44
45%changelog
46* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
47- change category
48
49* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
50- initial build for Vine Linux
51
Note: See TracBrowser for help on using the repository browser.