rpms/libXdamage/devel .cvsignore, 1.7, 1.8 libXdamage.spec, 1.15, 1.16 sources, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 6 16:08:10 UTC 2007


Author: ajackson

Update of /cvs/dist/rpms/libXdamage/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15146/devel

Modified Files:
	.cvsignore libXdamage.spec sources 
Log Message:
auto-import libXdamage-1.1-1.fc7 on branch devel from libXdamage-1.1-1.fc7.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libXdamage/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	20 Nov 2006 15:45:12 -0000	1.7
+++ .cvsignore	6 Mar 2007 16:08:08 -0000	1.8
@@ -1 +1 @@
-libXdamage-1.0.4.tar.bz2
+libXdamage-1.1.tar.bz2


Index: libXdamage.spec
===================================================================
RCS file: /cvs/dist/rpms/libXdamage/devel/libXdamage.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libXdamage.spec	20 Nov 2006 15:45:12 -0000	1.15
+++ libXdamage.spec	6 Mar 2007 16:08:08 -0000	1.16
@@ -1,8 +1,8 @@
 Summary: X.Org X11 libXdamage runtime library
 Name: libXdamage
-Version: 1.0.4
-Release: 1
-License: MIT/X11
+Version: 1.1
+Release: 1%{?dist}
+License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -11,8 +11,8 @@
 
 BuildRequires: pkgconfig
 BuildRequires: libX11-devel
-# NOTE: Needs damageproto >= 1.0
-BuildRequires: xorg-x11-proto-devel >= 7.0-1
+# damageproto 1.1.  should probably turn those into virtual provides...
+BuildRequires: xorg-x11-proto-devel >= 7.2-3
 BuildRequires: libXfixes-devel
 
 Obsoletes: XFree86-libs, xorg-x11-libs
@@ -27,7 +27,7 @@
 Requires: %{name} = %{version}-%{release}
 
 # xdamage.pc Requires: xproto damageproto >= 1.0 xfixes
-Requires: xorg-x11-proto-devel >= 7.0-1
+Requires: xorg-x11-proto-devel >= 7.2-3
 Requires: libXfixes-devel
 
 Obsoletes: XFree86-devel, xorg-x11-devel
@@ -38,14 +38,8 @@
 %prep
 %setup -q
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
-%configure \
-%if ! %{with_static}
-	--disable-static
-%endif
+%configure --disable-static
 make
 
 %install
@@ -62,7 +56,7 @@
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%%files
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
 %{_libdir}/libXdamage.so.1
@@ -73,13 +67,13 @@
 %dir %{_includedir}/X11
 %dir %{_includedir}/X11/extensions
 %{_includedir}/X11/extensions/Xdamage.h
-%if %{with_static}
-%{_libdir}/libXdamage.a
-%endif
 %{_libdir}/libXdamage.so
 %{_libdir}/pkgconfig/xdamage.pc
 
 %changelog
+* Mon Mar 05 2007 Adam Jackson <ajax at redhat.com> 1.1-1
+- libXdamage 1.1
+
 * Mon Nov 20 2006 Adam Jackson <ajax at redhat.com> 1.0.4-1
 - Update to 1.0.4
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libXdamage/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Nov 2006 15:45:12 -0000	1.9
+++ sources	6 Mar 2007 16:08:08 -0000	1.10
@@ -1 +1 @@
-4d0eece7a8372a7754db1de08c2be324  libXdamage-1.0.4.tar.bz2
+8aeb25ee35f5538a338462a712e7f9d4  libXdamage-1.1.tar.bz2




More information about the fedora-cvs-commits mailing list