]> git.pld-linux.org Git - packages/desktop-file-utils.git/blobdiff - desktop-file-utils.spec
- updated to 0.15
[packages/desktop-file-utils.git] / desktop-file-utils.spec
index bc152752fea0d887767693b36e7e9bc72db9b258..fdc138d94e26287227ddb5d965b3325e25060aba 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A couple of command line utilities for working with desktop entries
 Summary(pl.UTF-8):     Kilka narzędzi do pracy z elementami biurkowymi
 Name:          desktop-file-utils
-Version:       0.14
-Release:       3
-License:       GPL
+Version:       0.15
+Release:       1
+License:       GPL v2+
 Group:         Applications
 Source0:       http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
-# Source0-md5: e0b5057a4e3166f34635ac6f27c712c0
+# Source0-md5: 2fe8ebe222fc33cd4a959415495b7eed
 URL:           http://www.freedesktop.org/wiki/Software/desktop-file-utils
 BuildRequires: autoconf
 BuildRequires: automake
@@ -29,8 +29,8 @@ poleceń, służących do pracy z elementami biurkowymi.
 %build
 %{__libtoolize}
 %{__aclocal}
-%{__autoheader}
 %{__automake}
+%{__autoheader}
 %{__autoconf}
 %configure \
        --disable-static
@@ -38,11 +38,11 @@ poleceń, służących do pracy z elementami biurkowymi.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_desktopdir}
 touch $RPM_BUILD_ROOT%{_desktopdir}/mimeinfo.cache
 
 %clean
@@ -51,5 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/desktop-file-install
+%attr(755,root,root) %{_bindir}/desktop-file-validate
+%attr(755,root,root) %{_bindir}/update-desktop-database
 %ghost %{_desktopdir}/mimeinfo.cache
This page took 0.039608 seconds and 4 git commands to generate.