[edelib/f18] Fix missing BR.

Christopher Meng cicku at fedoraproject.org
Thu Jun 13 09:57:45 UTC 2013


commit ec4aab97c77f749ccf8bc1c74f8d6192d5aa16f1
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Jun 13 17:56:14 2013 +0800

    Fix missing BR.

 edelib.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/edelib.spec b/edelib.spec
index bd48fc4..1658e6f 100644
--- a/edelib.spec
+++ b/edelib.spec
@@ -1,6 +1,6 @@
 Name:              edelib
 Version:           2.0
-Release:           2%{?dist}
+Release:           3%{?dist}
 Summary:           Small and portable C++ library for EDE
 License:           LGPLv2
 URL:               http://equinox-project.org/
@@ -15,6 +15,7 @@ BuildRequires:     jam
 BuildRequires:     libX11
 BuildRequires:     libjpeg-devel
 BuildRequires:     libpng-devel
+BuildRequires:     libXpm-devel
 
 %description
 A small and portable C++ library for EDE (Equinox Desktop Environment). Aims 
@@ -41,6 +42,7 @@ This package contains document files for %{name}.
 %patch0
 
 %build
+CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \
 ./configure --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir}
 sed -i 's|%{buildroot}||' *.pc edelib/edelib-config.h
 jam
@@ -69,6 +71,9 @@ jam test
 %{_defaultdocdir}/%{name}-2.0.0/
 
 %changelog
+* Wed Jun 12 2013 Christopher Meng <rpm at cicku.me> - 2.0-3
+- Add some missing BRs.
+
 * Fri May 31 2013 Christopher Meng <rpm at cicku.me> - 2.0-2
 - Split out the doc package.
 


More information about the scm-commits mailing list