]> git.pld-linux.org Git - packages/desktop-file-utils.git/blob - desktop-file-utils.spec
- rel.2 for th
[packages/desktop-file-utils.git] / desktop-file-utils.spec
1 Summary:        A couple of command line utilities for working with desktop entries
2 Summary(pl):    Kilka narzêdzi do pracy z elementami biurkowymi
3 Name:           desktop-file-utils
4 Version:        0.10
5 Release:        2
6 License:        GPL
7 Group:          Applications
8 Source0:        http://freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  8b930e9ad08ac6b8205dd00a1d694b0c
10 # don't append / at end of URL
11 URL:            http://www.freedesktop.org/software/desktop-file-utils
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 2.0.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  popt-devel >= 1.5
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 desktop-file-utils contains a couple of command line utilities for
22 working with desktop entries.
23
24 %description -l pl
25 desktop-file-utils zawiera kilka narzêdzi uruchamianych z linii
26 poleceñ, s³u¿±cych do pracy z elementami biurkowymi.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoheader}
35 %{__automake}
36 %{__autoconf}
37 %configure \
38         --disable-static
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README
53 %attr(755,root,root) %{_bindir}/*
This page took 0.06195 seconds and 4 git commands to generate.