]> git.pld-linux.org Git - packages/desktop-file-utils.git/blob - desktop-file-utils.spec
- new
[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.3
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  a1c8bcd648da58bfe0b142042292caa8
10 URL:            http://www.freedesktop.org/software/desktop-file-utils/
11 BuildRequires:  glib2-devel >= 2.0.0
12 BuildRequires:  popt-devel >= 1.5
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 desktop-file-utils contains a couple of command line utilities for
17 working with desktop entries.
18
19 %description -l pl
20 desktop-file-utils zawiera kilka narzêdzi uruchamianych z lini poleceñ
21 s³u¿±cych do pracy z elementami biurkowymi.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS ChangeLog README
42 %attr(755,root,root) %{_bindir}/*
This page took 0.0471 seconds and 4 git commands to generate.