]> git.pld-linux.org Git - packages/desktop-file-utils.git/blob - desktop-file-utils.spec
- typo
[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 linii
21 poleceñ, s³u¿±cych do pracy z elementami biurkowymi.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %attr(755,root,root) %{_bindir}/*
This page took 0.037967 seconds and 4 git commands to generate.