rpms/libXt/devel .cvsignore, 1.10, 1.11 libXt.spec, 1.30, 1.31 sources, 1.11, 1.12

Adam Jackson ajax at fedoraproject.org
Thu Jul 2 17:34:08 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/libXt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7472

Modified Files:
	.cvsignore libXt.spec sources 
Log Message:
* Thu Jul 02 2009 Adam Jackson <ajax at redhat.com> 1.0.6-1
- libXt 1.0.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libXt/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	4 Sep 2008 19:52:09 -0000	1.10
+++ .cvsignore	2 Jul 2009 17:33:37 -0000	1.11
@@ -1 +1 @@
-libXt-1.0.5.tar.bz2
+libXt-1.0.6.tar.bz2


Index: libXt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXt/devel/libXt.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- libXt.spec	25 Feb 2009 13:28:53 -0000	1.30
+++ libXt.spec	2 Jul 2009 17:33:37 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libXt runtime library
 Name: libXt
-Version: 1.0.5
-Release: 2%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -25,7 +25,7 @@ Requires(pre): xorg-x11-filesystem >= 0.
 Requires: %{name} = %{version}-%{release}
 
 # needed by xt.pc
-Requires: xorg-x11-proto-devel pkgconfig
+Requires: xorg-x11-proto-devel
 Requires: libX11-devel
 Requires: libSM-devel
 
@@ -37,16 +37,10 @@ X.Org X11 libXt development package
 
 %patch0 -p1 -b .libsm-fix
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
 # FIXME: Work around pointer aliasing warnings from compiler for now
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure \
-%if ! %{with_static}
-  --disable-static \
-%endif
+%configure --disable-static \
   --with-xfile-search-path="%{_sysconfdir}/X11/%%L/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%l/%%T/\%%N%%C%%S:%{_sysconfdir}/X11/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%L/%%T/%%N%%S:%{_sysconfdir}/X\11/%%l/%%T/%%N%%S:%{_sysconfdir}/X11/%%T/%%N%%S:%{_datadir}/X11/%%L/%%T/%%N%%C%%S:%{_datadir}/X1\1/%%l/%%T/%%N%%C%%S:%{_datadir}/X11/%%T/%%N%%C%%S:%{_datadir}/X11/%%L/%%T/%%N%%S:%{_datadir}/X11/%%\l/%%T/%%N%%S:%{_datadir}/X11/%%T/%%N%%S"
 
 make %{?_smp_mflags}
@@ -55,11 +49,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
-# NOTE: Create app-defaults directory so this package can be the canonical
-# owner of the directory.
 mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
-
-# We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -79,9 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_bindir}/makestrs
 %dir %{_includedir}/X11
-# Listed explicitly instead of with glob, in order for rpm to autodetect
-# when any additions or removals happen.  ie: New Xprint support that we
-# do not want.
 %{_includedir}/X11/CallbackI.h
 %{_includedir}/X11/Composite.h
 %{_includedir}/X11/CompositeP.h
@@ -115,17 +102,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/X11/Vendor.h
 %{_includedir}/X11/VendorP.h
 %{_includedir}/X11/Xtos.h
-%if %{with_static}
-%{_libdir}/libXt.a
-%endif
 %{_libdir}/libXt.so
 %{_libdir}/pkgconfig/xt.pc
-#%dir %{_mandir}/man1x
 %{_mandir}/man1/makestrs.1*
-#%dir %{_mandir}/man3x
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 02 2009 Adam Jackson <ajax at redhat.com> 1.0.6-1
+- libXt 1.0.6
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libXt/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	4 Sep 2008 19:52:09 -0000	1.11
+++ sources	2 Jul 2009 17:33:37 -0000	1.12
@@ -1 +1 @@
-f3bdd67785ace8cd0b23249e9d8c9975  libXt-1.0.5.tar.bz2
+953930ddf9fdaa1405732c7f01e9e599  libXt-1.0.6.tar.bz2




More information about the fedora-extras-commits mailing list