auto-import changelog data from xhtml1-dtds-1.0-7.src.rpm
Wed Jun 02 2004 Daniel Veillard <veillard@redhat.com> 1.0-7 - add BuildRequires: libxml2, fixes 125030 Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> - Use ':' instead of '.' as separator for chown.
This commit is contained in:
parent
37564468c7
commit
5fe50e8f39
@ -1,6 +1,6 @@
|
||||
Name: xhtml1-dtds
|
||||
Version: 1.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: XML document type definition for XHTML 1.0
|
||||
@ -12,6 +12,7 @@ PreReq: fileutils
|
||||
PreReq: libxml2 >= 2.4.8
|
||||
# xml-common for /etc/xml
|
||||
PreReq: xml-common
|
||||
BuildRequires: libxml2 >= 2.4.8
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
|
||||
@ -30,7 +31,7 @@ the foundation for future extensibility of XHTML.
|
||||
%setup -c -T
|
||||
tar xvzf %{SOURCE0}
|
||||
if [ `id -u` -eq 0 ]; then
|
||||
chown -R root.root .
|
||||
chown -R root:root .
|
||||
chmod -R a+rX,g-w,o-w .
|
||||
fi
|
||||
|
||||
@ -122,6 +123,12 @@ if [ "$1" = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Wed Jun 2 2004 Daniel Veillard <veillard@redhat.com> 1.0-7
|
||||
- add BuildRequires: libxml2, fixes 125030
|
||||
|
||||
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Use ':' instead of '.' as separator for chown.
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user