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

Revision 6679, 1.4 KB checked in by Takemikaduchi, 12 years ago (diff)

MATE-1.4.0

Line 
1Summary:        The base MIME and Application database for MATE.
2Name:           mate-mime-data
3Version:        1.4.0
4Release:        1%{?_dist_release}
5Source:         http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
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* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
47- new upstream release
48
49* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
50- new upstream release
51
52* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
53- change category
54
55* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
56- initial build for Vine Linux
57
Note: See TracBrowser for help on using the repository browser.