]> git.pld-linux.org Git - packages/gnome-mime-data.git/blob - gnome-mime-data.spec
- updated to 1.0.2 (bugfix release).
[packages/gnome-mime-data.git] / gnome-mime-data.spec
1 Summary:        The GNOME2 virtual file-system libraries
2 Summary(pl):    Biblioteki wirtualnego systemu plików dla GNOME2
3 Name:           gnome-mime-data
4 Version:        1.0.2
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-mime-data/%{name}-%{version}.tar.bz2
14 URL:            http://www.gnome.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libtool
18 BuildArch:      noarch
19 Provides:       gnome-vfs-data = %{version}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24 %define         _sysconfdir     /etc/X11/GNOME2
25
26 %description
27 This module contains the base MIME and Application database for GNOME.
28 It is meant to be accessed through the MIME functions in GnomeVFS.
29
30 %description -l pl
31 Ten modu³ zawiera bazowe MIME oraz bazê Aplikacji dla GNOME.
32 Przeznaczony jest do udostêpniania przez funkcje MIME w GnomeVFS.
33
34 %prep
35 %setup -q
36
37 %build
38 gettextize --copy --force
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         pkgconfigdir=%{_pkgconfigdir}
48
49 gzip -9nf AUTHORS ChangeLog README NEWS
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz
57 %{_sysconfdir}/*
58 %{_pkgconfigdir}/*.pc
59 %{_datadir}/*/*
This page took 0.059974 seconds and 3 git commands to generate.