- Added documentation to doc macro.
This commit is contained in:
parent
f45ed69d4f
commit
ff26aa6fdd
@ -1,9 +1,10 @@
|
|||||||
%define pkgname xinit
|
%define pkgname xinit
|
||||||
|
%define xinitver 1.0.2
|
||||||
|
|
||||||
Summary: X.Org X11 X Window System xinit startup scripts
|
Summary: X.Org X11 X Window System xinit startup scripts
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.0.2
|
Version: %{xinitver}
|
||||||
Release: 3
|
Release: 4
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc AUTHORS COPYING INSTALL README NEWS ChangeLog
|
||||||
%{_bindir}/startx
|
%{_bindir}/startx
|
||||||
%{_bindir}/xinit
|
%{_bindir}/xinit
|
||||||
%dir %{_sysconfdir}/X11
|
%dir %{_sysconfdir}/X11
|
||||||
@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/xinit.1x*
|
%{_mandir}/man1/xinit.1x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4
|
||||||
|
- Added documentation to doc macro.
|
||||||
|
|
||||||
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
|
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
|
||||||
- Added xinit-1.0.2-setuid.diff to fix potential security issue (#196094)
|
- Added xinit-1.0.2-setuid.diff to fix potential security issue (#196094)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user