rpms/scim/FC-3 scim.spec,1.9,1.10

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Sat Jul 30 06:13:08 UTC 2005


Author: ryo

Update of /cvs/extras/rpms/scim/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19359

Modified Files:
	scim.spec 
Log Message:
disable ld version script



Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-3/scim.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scim.spec	29 Jul 2005 13:55:49 -0000	1.9
+++ scim.spec	30 Jul 2005 06:13:06 -0000	1.10
@@ -1,7 +1,7 @@
 Name:      scim
 Version:   1.4.0
 # must be less than the release number of scim in Core
-Release:   3%{?dist}
+Release:   2.2%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPL
@@ -43,7 +43,8 @@
 
 
 %build
-%configure --disable-static --disable-ld-version-script
+%configure --disable-static
+# --disable-ld-version-script
 make %{?_smp_mflags}
 
 
@@ -95,7 +96,7 @@
 %doc AUTHORS COPYING NEWS README ChangeLog TODO
 %dir %{_sysconfdir}/scim
 %config(noreplace) %{_sysconfdir}/scim/*
-%{_sysconfdir}/X11/xinit/xinput.d/scim
+%{_sysconfdir}/X11/xinit/xinput.d
 %{_bindir}/*
 %{_libdir}/libscim*.so.*
 %{_libdir}/scim-1.0
@@ -117,7 +118,13 @@
 
 
 %changelog
-* Fri Jul 29 2005 Jens Petersen <petersen at redhat.com> - 1.4.0-3
+* Sat Jul 30 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 1.4.0-2.2
+- disable ld-version-script, which used to enabled due to broken configure file
+
+* Sat Jul 30 2005 Jens Petersen <petersen at redhat.com> - 1.4.0-2.1
+- own the system xinput.d dir
+
+* Fri Jul 29 2005 Jens Petersen <petersen at redhat.com>
 - sync with Core
   - remove xinput alternatives settings out to IME packages
   - drop the old Chinese manual from docs for now




More information about the scm-commits mailing list