]> git.pld-linux.org Git - packages/gnome-mime-data.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Jan 2002 07:25:34 +0000 (07:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-mime-data.spec -> 1.1

gnome-mime-data.spec [new file with mode: 0644]

diff --git a/gnome-mime-data.spec b/gnome-mime-data.spec
new file mode 100644 (file)
index 0000000..fbc53ac
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       The GNOME2 virtual file-system libraries
+Summary(pl):   Biblioteki wirtualnego systemu plików dla GNOME2
+Name:          gnome-mime-data
+Version:       1.0.0
+Release:       1
+License:       LGPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(es):     X11/Aplicaciones
+Group(pl):     X11/Aplikacje
+Group(pt_BR):  X11/Aplicações
+Group(pt):     X11/Aplicações
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-mime-data/%{name}-%{version}.tar.bz2
+URL:           http://www.gnome.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _prefix         /usr/X11R6
+%define         _mandir         %{_prefix}/man
+%define         _sysconfdir     /etc/X11/GNOME2
+
+%description
+This module contains the base MIME and Application database for GNOME.
+It is meant to be accessed through the MIME functions in GnomeVFS.
+
+%description -l pl
+Ten modu³ zawiera bazowe MIME oraz bazê Aplikacji dla GNOME.
+Przeznaczony jest do udostêpniania przez funkcje MIME w GnomeVFS.
+
+%prep
+%setup -q
+
+%build
+gettextize --copy --force
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       pkgconfigdir=%{_pkgconfigdir}
+
+gzip -9nf AUTHORS ChangeLog README NEWS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{_sysconfdir}/*
+%{_pkgconfigdir}/*.pc
+%{_datadir}/*/*
This page took 0.11537 seconds and 4 git commands to generate.