| Revision 6679,
1.4 KB
checked in by Takemikaduchi, 14 years ago
(diff) |
|
MATE-1.4.0
|
| Line | |
|---|
| 1 | Summary: The base MIME and Application database for MATE. |
|---|
| 2 | Name: mate-mime-data |
|---|
| 3 | Version: 1.4.0 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | Source: http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz |
|---|
| 6 | License: GPLv2 |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | URL: http://mate-desktop.org/ |
|---|
| 9 | BuildArch: noarch |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 11 | |
|---|
| 12 | BuildRequires: mate-common |
|---|
| 13 | BuildRequires: glib2-devel |
|---|
| 14 | BuildRequires: autoconf |
|---|
| 15 | BuildRequires: automake |
|---|
| 16 | |
|---|
| 17 | Vendor: Project Vine |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | Packager: Takemikaduchi |
|---|
| 20 | |
|---|
| 21 | %description |
|---|
| 22 | This module contains the base MIME and Application database for MATE. |
|---|
| 23 | It 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 |
|---|
| 31 | make |
|---|
| 32 | |
|---|
| 33 | %install |
|---|
| 34 | make 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.