- remove trailing dot in Summary (#225742)
- use preferred BuildRoot per packaging guidelines (#225742)
This commit is contained in:
parent
d6dd5857fe
commit
c4bc751586
12
expat.spec
12
expat.spec
@ -1,13 +1,13 @@
|
||||
Summary: A library for parsing XML.
|
||||
Summary: A library for parsing XML documents
|
||||
Name: expat
|
||||
Version: 1.95.8
|
||||
Release: 9
|
||||
Release: 10
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
|
||||
Patch0: expat-1.95.8-pedantic.patch
|
||||
URL: http://www.libexpat.org/
|
||||
License: BSD
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
|
||||
%description
|
||||
@ -19,7 +19,7 @@ start tag is an example of the kind of structures for which you may
|
||||
register handlers.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and include files to develop XML applications with expat.
|
||||
Summary: Libraries and header files to develop applications using expat
|
||||
Group: Development/Libraries
|
||||
Requires: expat = %{version}-%{release}
|
||||
|
||||
@ -74,6 +74,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_includedir}/*.h
|
||||
|
||||
%changelog
|
||||
* Sun Feb 4 2007 Joe Orton <jorton@redhat.com> 1.95.8-10
|
||||
- remove trailing dot in Summary (#225742)
|
||||
- use preferred BuildRoot per packaging guidelines (#225742)
|
||||
|
||||
* Tue Jan 30 2007 Joe Orton <jorton@redhat.com> 1.95.8-9
|
||||
- regenerate configure/libtool correctly (#199361)
|
||||
- strip DSP files from examples (#186889)
|
||||
|
Loading…
Reference in New Issue
Block a user