[libwbxml/f13/master] Correct devel dependency typo

Petr Pisar ppisar at fedoraproject.org
Thu Feb 10 08:40:21 UTC 2011


commit 9059a199dad4daab56deb54d61e4f0d829e17a64
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 10 09:29:05 2011 +0100

    Correct devel dependency typo

 libwbxml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libwbxml.spec b/libwbxml.spec
index cdf78bb..8015e81 100644
--- a/libwbxml.spec
+++ b/libwbxml.spec
@@ -1,6 +1,6 @@
 Name:           libwbxml
 Version:        0.10.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library and tools to parse, encode and handle WBXML documents
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -18,7 +18,7 @@ bandwidth in mobile communications.
 %package devel
 Group:         Development/Libraries
 Summary:       Development files of %{name}
-Requires:      %{name}{?_isa} = %{version}-%{release}
+Requires:      %{name}%{?_isa} = %{version}-%{release}
 Requires:      libxml2-devel, pkgconfig
 Provides:      wbxml2-devel = %{version}-%{release}
 Obsoletes:     wbxml2-devel <= 0.9.3
@@ -69,6 +69,9 @@ ctest
 %{_libdir}/pkgconfig/libwbxml2.pc
 
 %changelog
+* Thu Feb 10 2011 Petr Pisar <ppisar at redhat.com> - 0.10.9-2
+- Correct devel dependency typo
+
 * Tue Feb 08 2011 Petr Pisar <ppisar at redhat.com> - 0.10.9-1
 - 0.10.9 bump
 - Remove BuildRoot stuff


More information about the scm-commits mailing list