[mate-user-share] Update spec file

Dan Mashal vicodan at fedoraproject.org
Mon Feb 10 01:10:15 UTC 2014


commit 62ef94ee9c5dc0073ecf01f66459918f34a353dc
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Feb 9 17:10:48 2014 -0800

    Update spec file

 mate-user-share.spec |   46 +++++++++++++++++++++++++++-------------------
 1 files changed, 27 insertions(+), 19 deletions(-)
---
diff --git a/mate-user-share.spec b/mate-user-share.spec
index 99a8670..c7b79d1 100644
--- a/mate-user-share.spec
+++ b/mate-user-share.spec
@@ -12,13 +12,13 @@
 %{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}}
 %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz}
 
-Summary:     Mate user file sharing
+Summary:         Mate user file sharing
 Name:            mate-user-share
-Version:        %{branch}.0
-Release:        0.4%{?git_rel}%{?dist}
-License:        GPLv2+
-Group:          System Environment/Libraries
-URL:              http://mate-desktop.org
+Version:         %{branch}.0
+Release:         0.4%{?git_rel}%{?dist}
+License:         GPLv2+
+Group:           System Environment/Libraries
+URL:             http://mate-desktop.org
 
 # for downloading the tarball use 'spectool -g -R mate-user-share.spec'
 # Source for release-builds.
@@ -26,29 +26,35 @@ URL:              http://mate-desktop.org
 # Source for snapshot-builds.
 %{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
-BuildRequires: gtk2-devel
-BuildRequires: httpd  mod_dnssd
+BuildRequires:  caja-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  gnome-doc-utils
+BuildRequires:  gtk2-devel
+BuildRequires:  httpd
+BuildRequires:  libcanberra-devel
+BuildRequires:  libICE-devel
+BuildRequires:  libnotify-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libSM-devel
+BuildRequires:  mate-common
+BuildRequires:  mate-file-manager-devel
+BuildRequires:  mod_dnssd
+BuildRequires:  perl(XML::Parser)
+BuildRequires:  unique-devel
+
 # disable bluetooth support for bluez5
 %if 0%{?fedora} > 19
 #BuildRequires: mate-bluetooth-devel
 %else
-BuildRequires: mate-bluetooth-devel
+BuildRequires:  mate-bluetooth-devel
 %endif
-BuildRequires: libcanberra-devel
-BuildRequires: desktop-file-utils
-BuildRequires: libselinux-devel
-BuildRequires: dbus-glib-devel
-BuildRequires: libnotify-devel
 %if 0%{?fedora} > 20
 BuildRequires: caja-devel
 %else
 BuildRequires: mate-file-manager-devel
 %endif
-BuildRequires: unique-devel
-BuildRequires: perl(XML::Parser)
-BuildRequires: mate-common
-BuildRequires: libICE-devel
-BuildRequires: libSM-devel
+
 
 Requires: httpd
 # obsolete with bluez5
@@ -154,6 +160,8 @@ fi
 * Sun Feb 09 2014 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
 - Update to 1.7.0
 - Remove unused patches
+- Add gnome-doc-utils to BR
+- Make spec file a little bit easier to read
 
 * Sat Dec 21 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-0.4.git20130919.77a6040
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser


More information about the scm-commits mailing list