rpms/gluegen/devel gluegen.spec,1.2,1.3 import.log,1.2,1.3

Henrique Junior lspooky at fedoraproject.org
Sat May 1 03:55:37 UTC 2010


Author: lspooky

Update of /cvs/pkgs/rpms/gluegen/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24853/devel

Modified Files:
	gluegen.spec import.log 
Log Message:
This is a minor fix that moves libgluegen-rt.so to the right place



Index: gluegen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gluegen/devel/gluegen.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gluegen.spec	1 May 2010 02:29:06 -0000	1.2
+++ gluegen.spec	1 May 2010 03:55:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		gluegen
 Version:	1
-Release:	0.20102502svn10%{?dist}
+Release:	0.20102502svn11%{?dist}
 Summary:	Java/JNI glue code generator to call out to ANSI C
 
 Group:		Development/Libraries
@@ -139,7 +139,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_javadir}/%{name}
 install -D build/gluegen.jar %{buildroot}%{_libdir}/%{name}/gluegen-%{version}.jar
 install -D build/gluegen-rt.jar %{buildroot}%{_libdir}/%{name}/gluegen-rt-%{version}.jar
-install -D build/obj/libgluegen-rt.so %{buildroot}%{_libdir}/java/libgluegen-rt.so
+install -D build/obj/libgluegen-rt.so %{buildroot}%{_libdir}/%{name}/libgluegen-rt.so
 
 # Make the source package. This package is essencial to build JOGL
 %define gluegen_source_dir %{_datadir}/gluegen-source
@@ -161,7 +161,7 @@ rm -rf %{buildroot}
 %doc LICENSE.txt
 #%{_javadir}/%{name}/*.jar
 %{_libdir}/%{name}/*.jar
-%{_libdir}/java/libgluegen-rt.so
+%{_libdir}/%{name}/libgluegen-rt.so
 
 %files source
 %defattr(-, root, root, -)
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %{_docdir}/%{name}/*
 
 %changelog
+* Thu Apr 23 2010 Henrique Junior <lspooky at fedoraproject.org> - 1-0.20102502svn11
+- A minor fix in the .spec file that puts all files in the right place
+
 * Thu Apr 23 2010 Henrique Junior <lspooky at fedoraproject.org> - 1-0.20102502svn10
 - Fixing PPC build error
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gluegen/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	1 May 2010 02:29:06 -0000	1.2
+++ import.log	1 May 2010 03:55:37 -0000	1.3
@@ -1,2 +1,3 @@
 gluegen-1-0_20102502svn9_fc12:HEAD:gluegen-1-0.20102502svn9.fc12.src.rpm:1272584347
 gluegen-1-0_20102502svn10_fc12:HEAD:gluegen-1-0.20102502svn10.fc12.src.rpm:1272767233
+gluegen-1-0_20102502svn11_fc12:HEAD:gluegen-1-0.20102502svn11.fc12.src.rpm:1272772438



More information about the scm-commits mailing list