rpms/scim/devel .cvsignore, 1.4, 1.5 scim.spec, 1.5, 1.6 sources, 1.4, 1.5

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Sat Jul 9 03:38:18 UTC 2005


Author: petersen

Update of /cvs/extras/rpms/scim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19274

Modified Files:
	.cvsignore scim.spec sources 
Log Message:
- update to 1.3.3 release
  - disable linking with version-scripts for now since they cause some problems
- disable building of static libs



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scim/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	5 Jul 2005 00:45:47 -0000	1.4
+++ .cvsignore	9 Jul 2005 03:38:16 -0000	1.5
@@ -1 +1 @@
-scim-1.3.2.tar.gz
+scim-1.3.3.tar.gz


Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/devel/scim.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim.spec	5 Jul 2005 00:45:47 -0000	1.5
+++ scim.spec	9 Jul 2005 03:38:16 -0000	1.6
@@ -1,5 +1,5 @@
 Name:      scim
-Version:   1.3.2
+Version:   1.3.3
 Release:   1%{?dist}
 Summary:   Smart Common Input Method platform
 
@@ -36,7 +36,7 @@
 
 
 %build
-%configure
+%configure --disable-static --disable-ld-version-script
 make %{?_smp_mflags}
 
 
@@ -45,8 +45,8 @@
 make DESTDIR=${RPM_BUILD_ROOT} install
 mkdir -pm 755 ${RPM_BUILD_ROOT}/%{_libdir}/scim-1.0/{Config,FrontEnd,IMEngine,SetupUI,Helper}
 
-# Kill all .a and .la
-find ${RPM_BUILD_ROOT} -name "*.a" -o -name '*.la' | xargs rm -f
+# remove .la files
+find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm
 
 # install setup panel
 desktop-file-install \
@@ -134,6 +134,11 @@
 
 
 %changelog
+* Sat Jul  9 2005 Jens Petersen <petersen at redhat.com> - 1.3.3-1
+- update to 1.3.3 release
+  - disable linking with version-scripts for now since they cause some problems
+- disable building of static libs
+
 * Tue Jul  5 2005 Jens Petersen <petersen at redhat.com> - 1.3.2-1
 - update to 1.3.2 test release
 - don't set xinput.d script executable


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scim/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	5 Jul 2005 00:45:47 -0000	1.4
+++ sources	9 Jul 2005 03:38:16 -0000	1.5
@@ -1 +1 @@
-94a808c6a2d952d7842a4e9bfe71a7bc  scim-1.3.2.tar.gz
+6644e6ff3a5c01fbb06ea5809c9396f8  scim-1.3.3.tar.gz




More information about the fedora-extras-commits mailing list