]> git.pld-linux.org Git - packages/desktop-file-utils.git/commitdiff
- updated to 0.20 auto/th/desktop-file-utils-0.20-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 24 Jul 2012 17:26:48 +0000 (19:26 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 24 Jul 2012 17:26:48 +0000 (19:26 +0200)
- use *.xz sources

desktop-file-utils.spec

index d0d89d9263ea4994052733f810e08d6cc430fd48..fe12145b0c4baa1baf7c98ad4742c00822dd4d23 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       A couple of command line utilities for working with desktop entries
 Summary(pl.UTF-8):     Narzędzia linii poleceń do pracy z plikami desktop
 Name:          desktop-file-utils
-Version:       0.18
+Version:       0.20
 Release:       1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: d966b743eb394650f98d5dd56b9aece1
+Source0:       http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 8c85cbc13632ba69077c6bc41ce4d0ac
 URL:           http://www.freedesktop.org/wiki/Software/desktop-file-utils
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake >= 1:1.9
+BuildRequires: automake >= 1:1.11
 BuildRequires: glib2-devel >= 1:2.8.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      glib2 >= 1:2.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,9 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/desktop-file-edit
 %attr(755,root,root) %{_bindir}/desktop-file-install
 %attr(755,root,root) %{_bindir}/desktop-file-validate
 %attr(755,root,root) %{_bindir}/update-desktop-database
+%{_mandir}/man1/desktop-file-edit.1*
 %{_mandir}/man1/desktop-file-install.1*
 %{_mandir}/man1/desktop-file-validate.1*
 %{_mandir}/man1/update-desktop-database.1*
This page took 0.084309 seconds and 4 git commands to generate.