This commit is contained in:
parent
d6ccf925d0
commit
798b6809c8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 15:45:49 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- test suite requires gcc-c++ to compile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 19 04:55:08 CET 2009 - crrodriguez@suse.de
|
Thu Feb 19 04:55:08 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 89
|
Release: 90
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Url: http://expat.sourceforge.net/
|
Url: http://expat.sourceforge.net/
|
||||||
@ -33,6 +33,7 @@ Summary: XML Parser Toolkit
|
|||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}faq.html
|
Source1: %{name}faq.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Expat is an XML 1.0 parser written in C. It aims to be fully
|
Expat is an XML 1.0 parser written in C. It aims to be fully
|
||||||
@ -183,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libexpat.so
|
%{_libdir}/libexpat.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 05 2009 crrodriguez@suse.de
|
||||||
|
- test suite requires gcc-c++ to compile
|
||||||
* Thu Feb 19 2009 crrodriguez@suse.de
|
* Thu Feb 19 2009 crrodriguez@suse.de
|
||||||
- remove static libraries, shouldnt be needed anymore.
|
- remove static libraries, shouldnt be needed anymore.
|
||||||
- run make check
|
- run make check
|
||||||
|
Loading…
Reference in New Issue
Block a user