]> git.pld-linux.org Git - packages/gnome-mime-data.git/blob - gnome-mime-data.spec
4f7873108cb54d7ca146a87d9e10ba8c0a349871
[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 Summary(pt_BR): Arquivos de dados tipo MIME para o desktop GNOME
4 Name:           gnome-mime-data
5 Version:        2.3.0
6 Release:        1
7 License:        LGPL
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  glib2-devel >= 2.2.0
15 BuildArch:      noarch
16 Provides:       gnome-vfs-data = %{version}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 Obsoletes:      gnome-vfs-data
19
20
21 %description
22 This module contains the base MIME and Application database for GNOME.
23 It is meant to be accessed through the MIME functions in GnomeVFS.
24
25 %description -l pl
26 Ten modu³ zawiera bazowe MIME oraz bazê Aplikacji dla GNOME.
27 Przeznaczony jest do udostêpniania przez funkcje MIME w GnomeVFS.
28
29 %description -l pt_BR
30 O GNOME MIME contém arquivos de identificação e tipos MIME para o
31 sistema GNOME.
32
33 %package devel
34 Summary:        Development files for gnome-mime-data
35 Summary(pl):    Pliki potrzebne przy tworzeniu programów u¿ywajacych gnome-mime-data
36 Group:          X11/Development/Libraries
37 Requires:       %{name} = %{version}
38
39 %description devel
40 Developmet files for gnome-mime-data.
41
42 %description devel -l pl
43 Pliki potrzebne przy tworzeniu programów u¿ywajacych gnome-mime-data.
44
45 %prep
46 %setup -q
47
48 %build
49 rm -f missing
50 glib-gettextize --copy --force
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__automake}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT \
63         pkgconfigdir=%{_pkgconfigdir}
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog README NEWS
73 %{_sysconfdir}/*
74 %{_datadir}/application-registry
75 %{_datadir}/mime-info
76 %{_mandir}/man5/*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %{_pkgconfigdir}/*.pc
This page took 0.045821 seconds and 2 git commands to generate.