SHA256
6
0
forked from pool/expat
OBS User unknown
2009-04-23 17:05:43 +00:00
committed by Git OBS Bridge
parent d6ccf925d0
commit 798b6809c8
2 changed files with 9 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
Name: expat
Version: 2.0.1
Release: 89
Release: 90
Group: Development/Libraries/C and C++
License: X11/MIT
Url: http://expat.sourceforge.net/
@@ -33,6 +33,7 @@ Summary: XML Parser Toolkit
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}faq.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
%description
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
%changelog
* Sun Apr 05 2009 crrodriguez@suse.de
- test suite requires gcc-c++ to compile
* Thu Feb 19 2009 crrodriguez@suse.de
- remove static libraries, shouldnt be needed anymore.
- run make check