rpms/libxklavier/devel .cvsignore, 1.9, 1.10 libxklavier.spec, 1.25, 1.26 sources, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 30 17:31:48 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/libxklavier/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24744

Modified Files:
	.cvsignore libxklavier.spec sources 
Log Message:
3.0



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libxklavier/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	15 Jun 2006 14:23:04 -0000	1.9
+++ .cvsignore	30 Aug 2006 17:31:45 -0000	1.10
@@ -1 +1 @@
-libxklavier-2.91.tar.gz
+libxklavier-3.0.tar.gz


Index: libxklavier.spec
===================================================================
RCS file: /cvs/dist/rpms/libxklavier/devel/libxklavier.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libxklavier.spec	12 Jul 2006 07:10:26 -0000	1.25
+++ libxklavier.spec	30 Aug 2006 17:31:45 -0000	1.26
@@ -1,7 +1,7 @@
 Summary:	library providing high-level API for X Keyboard Extension
 Name:		libxklavier
-Version:	2.91
-Release: 	1.1
+Version:	3.0
+Release: 	1%{?dist}
 License:	LGPL
 Group:		Development/Libraries
 Url: http://gswitchit.sourceforge.net/
@@ -14,9 +14,6 @@
 Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-#Patch0: libxklavier-1.14-werror.patch
-#Patch1: libxklavier-2.1.0.2006.02.23-trap-x-error.patch
-
 %description
 libxklavier is a library providing high-level API for X Keyboard Extension
 known as XKB. This library is intended to support XFree86 and other
@@ -27,14 +24,13 @@
 Summary: Libraries, includes, etc to develop libxklavier applications
 Group: Development/Libraries
 Requires: %{name} = %{version}
+Requires: pkgconfig
 
 %description devel
 Libraries, include files, etc you can use to develop libxklavier applications.
 
 %prep
 %setup -q
-#%patch0 -p1 -b .werror
-#%patch1 -p1 -b .trap-x-error
 
 %build
 
@@ -46,7 +42,7 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 
 %clean
 rm -rf %{buildroot}
@@ -66,12 +62,16 @@
 %defattr(-, root, root)
 
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_includedir}/*
 %{_datadir}/gtk-doc/html/libxklavier/
 
 %changelog
+* Wed Aug 30 2006 Matthias Clasen <mclasen at redhat.com> - 3.0-1.fc6
+- Update to 3.0
+- Require pkgconfig in the -devel package
+- Don't ship static libraries
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.91-1.1
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libxklavier/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	15 Jun 2006 14:23:04 -0000	1.9
+++ sources	30 Aug 2006 17:31:45 -0000	1.10
@@ -1 +1 @@
-53d9864d165c86edb6a67f7ebe140814  libxklavier-2.91.tar.gz
+7457dc72cfcb57498882ea652cb79eeb  libxklavier-3.0.tar.gz




More information about the fedora-cvs-commits mailing list