[libmatecomponent] Change build requires style

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 23 20:12:47 UTC 2012


commit c74a0bc263f41c8401fd6fb9678ee6689de39771
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 23 21:12:32 2012 +0100

    Change build requires style

 libmatecomponent.spec |   44 ++++++++++++++++++++++++++------------------
 1 files changed, 26 insertions(+), 18 deletions(-)
---
diff --git a/libmatecomponent.spec b/libmatecomponent.spec
index f0817da..981c766 100644
--- a/libmatecomponent.spec
+++ b/libmatecomponent.spec
@@ -1,17 +1,22 @@
-Name:	libmatecomponent
-Version:	1.4.0
-Release:	13%{?dist}
-Summary:	Libraries for matecomponent package of MATE-Desktop
-License:	LGPLv2+ and GPLv2+
-URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
-
-BuildRequires:	byacc flex libxml2-devel mate-common mate-corba-devel popt-devel
-
-Provides:	libmatecomponent-activation%{?_isa} = %{version}-%{release}
-Provides:	libmatecomponent-activation = %{version}-%{release}
-
-Patch0:		libmatecomponent-multishlib.patch
+Name:           libmatecomponent
+Version:        1.4.0
+Release:        14%{?dist}
+Summary:        Libraries for matecomponent package of MATE-Desktop
+License:        LGPLv2+ and GPLv2+
+URL:            http://mate-desktop.org
+Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+
+BuildRequires:  byacc
+BuildRequires:  flex
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  mate-common
+BuildRequires:  pkgconfig(MateCORBA-2.0)
+BuildRequires:  popt-devel
+
+Provides:       libmatecomponent-activation%{?_isa} = %{version}-%{release}
+Provides:       libmatecomponent-activation = %{version}-%{release}
+
+Patch0:         libmatecomponent-multishlib.patch
 
 # momentary lapse of reason introducing a -libs subpkg here, sorry -- rex
 Obsoletes: libmatecomponent-libs < 1.4.0-13
@@ -22,10 +27,10 @@ Provides:  libmatecomponent-libs%{?_isa} = %{version}-%{release}
 Libraries for matecomponent package of MATE-Desktop
 
 %package devel
-Summary:	Development libraries for libmatecomponent
-Requires:	%{name}%{?_isa} = %{version}-%{release}
-Provides: 	libmatecomponent-activation-devel%{?_isa} = %{version}-%{release}
-Provides: 	libmatecomponent-activation-devel = %{version}-%{release}
+Summary:        Development libraries for libmatecomponent
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Provides:       libmatecomponent-activation-devel%{?_isa} = %{version}-%{release}
+Provides:       libmatecomponent-activation-devel = %{version}-%{release}
 
 %description devel
 Development libraries and includes for libmatecomponent.
@@ -90,6 +95,9 @@ mkdir -p %{buildroot}%{_prefix}/lib/matecomponent/servers
 
 
 %changelog
+* Tue Oct 23 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-14
+- Change build requires style
+
 * Tue Aug 14 2012 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-13
 - drop needless -libs subpkg
 


More information about the scm-commits mailing list