rpms/xorg-x11-filesystem/devel xorg-x11-filesystem.spec,1.8,1.9

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Feb 21 18:28:12 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-filesystem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31657

Modified Files:
	xorg-x11-filesystem.spec 
Log Message:
* Thu Feb 21 2008 Adam Jackson <ajax at redhat.com> 7.3-1
- Own %{_datadir}/X11. (#350651)
- Superstition bump to 7.3.



Index: xorg-x11-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-filesystem/devel/xorg-x11-filesystem.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-x11-filesystem.spec	10 Jul 2006 09:32:35 -0000	1.8
+++ xorg-x11-filesystem.spec	21 Feb 2008 18:27:38 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: X.Org X11 filesystem layout
 Name: xorg-x11-filesystem
-Version: 7.1
-Release: 2%{?dist}
+Version: 7.3
+Release: 1%{?dist}
 License: MIT/X11
 Group: System Environment/Base
 URL: http://www.redhat.com
@@ -27,6 +27,10 @@
 #       intentionally explicit.
 mkdir -p "$RPM_BUILD_ROOT/usr/lib/X11"
 mkdir -p "$RPM_BUILD_ROOT/usr/include/X11"
+
+# whereas this is not
+mkdir -p "$RPM_BUILD_ROOT%{_datadir}/X11"
+
 mkdir -p "$RPM_BUILD_ROOT%{_bindir}"
 
 UPGRADE_CMD="%{_bindir}/xorg-x11-filesystem-upgrade"
@@ -78,10 +82,15 @@
 #       regardless of what _libdir or _includedir point to.
 %dir /usr/lib/X11
 %dir /usr/include/X11
+%dir %{_datadir}/X11
 %dir %{_bindir}/xorg-x11-filesystem-upgrade
 %{_bindir}/xorg-x11-filesystem-upgrade
 
 %changelog
+* Thu Feb 21 2008 Adam Jackson <ajax at redhat.com> 7.3-1
+- Own %%{_datadir}/X11. (#350651)
+- Superstition bump to 7.3.
+
 * Mon Jul 10 2006 Mike A. Harris <mharris at redhat.com> 7.1-2.fc6
 - Reword package description for (#189648)
 




More information about the fedora-extras-commits mailing list