]> git.pld-linux.org Git - packages/desktop-file-utils.git/blame - desktop-file-utils.spec
- package %{_desktopdir}/mimeinfo.cache; rel 2
[packages/desktop-file-utils.git] / desktop-file-utils.spec
CommitLineData
765e72d9 1Summary: A couple of command line utilities for working with desktop entries
2c6071c7 2Summary(pl.UTF-8): Kilka narzędzi do pracy z elementami biurkowymi
765e72d9 3Name: desktop-file-utils
e90f4e1b 4Version: 0.14
f7d742d5 5Release: 2
765e72d9 6License: GPL
7Group: Applications
f7d742d5 8Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
e90f4e1b 9# Source0-md5: e0b5057a4e3166f34635ac6f27c712c0
f7d742d5 10URL: http://www.freedesktop.org/wiki/Software/desktop-file-utils
418b0ad5
JB
11BuildRequires: autoconf
12BuildRequires: automake
e90f4e1b 13BuildRequires: glib2-devel >= 1:2.8.0
418b0ad5 14BuildRequires: libtool
e576cb68 15BuildRequires: pkgconfig
765e72d9 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19desktop-file-utils contains a couple of command line utilities for
20working with desktop entries.
21
437866bb
JR
22%description -l pl.UTF-8
23desktop-file-utils zawiera kilka narzędzi uruchamianych z linii
24poleceń, służących do pracy z elementami biurkowymi.
765e72d9 25
26%prep
5d9b2ef0 27%setup -q
765e72d9 28
29%build
bcbce630
MK
30%{__libtoolize}
31%{__aclocal}
32%{__autoheader}
33%{__automake}
34%{__autoconf}
93a5ae29
JB
35%configure \
36 --disable-static
765e72d9 37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
f7d742d5
ER
45install -d $RPM_BUILD_ROOT%{_desktopdir}
46touch $RPM_BUILD_ROOT%{_desktopdir}/mimeinfo.cache
47
765e72d9 48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog README
54%attr(755,root,root) %{_bindir}/*
f7d742d5 55%ghost %{_desktopdir}/mimeinfo.cache
This page took 0.049623 seconds and 4 git commands to generate.