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