rpms/xorg-x11-xsm/devel xorg-x11-xsm.spec,1.26,1.27

Matej Cepl mcepl at fedoraproject.org
Fri Mar 5 14:18:20 UTC 2010


Author: mcepl

Update of /cvs/pkgs/rpms/xorg-x11-xsm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4053

Modified Files:
	xorg-x11-xsm.spec 
Log Message:
Fixed bad directory ownerships


Index: xorg-x11-xsm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xsm/devel/xorg-x11-xsm.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- xorg-x11-xsm.spec	9 Feb 2010 22:22:16 -0000	1.26
+++ xorg-x11-xsm.spec	5 Mar 2010 14:18:20 -0000	1.27
@@ -5,11 +5,10 @@ Name: xorg-x11-%{pkgname}
 # NOTE: The Version field should be the version of the xsm tarball.
 Version: 1.0.2
 # Bump the release on rebuilds/bugfixes/etc.
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: ftp://ftp.x.org/pub/individual/app/xsm-1.0.1.tar.bz2
 Source1: ftp://ftp.x.org/pub/individual/app/smproxy-1.0.2.tar.bz2
@@ -94,7 +93,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/rstartd
 %{_bindir}/smproxy
 %{_bindir}/xsm
-%dir %{_datadir}/X11
 %dir %{_datadir}/X11/rstart
 %dir %{_datadir}/X11/rstart/commands
 %{_datadir}/X11/rstart/commands/@List
@@ -109,7 +107,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/rstart/contexts/default
 %{_datadir}/X11/rstart/contexts/x11r6
 %{_datadir}/X11/app-defaults/XSm
-%dir %{_libdir}/X11
 %dir %{_libdir}/X11/rstart
 # NOTE: This binary can and probably should sit in /usr/sbin, but oh well.
 %{_libdir}/X11/rstart/rstartd.real
@@ -118,13 +115,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/rstartd.1*
 %{_mandir}/man1/smproxy.1*
 %{_mandir}/man1/xsm.1*
-%dir %{_sysconfdir}/X11
 %dir %{_sysconfdir}/X11/rstart
 %config %{_sysconfdir}/X11/rstart/config
 %dir %{_sysconfdir}/X11/xsm
 %config %{_sysconfdir}/X11/xsm/system.xsm
 
 %changelog
+* Fri Mar 05 2010 Matěj Cepl <mcepl at redhat.com> - 1.0.2-14
+- Fixed bad directory ownership of /usr/share/X11
+
 * Tue Feb 09 2010 Adam Jackson <ajax at redhat.com> 1.0.2-13
 - xsm-1.0.1-add-needed.patch, smproxy-1.0.2-add-needed.patch: Fix FTBFS for
   --no-add-needed



More information about the scm-commits mailing list