rpms/flexdock/F-9 flexdock.spec,1.1,1.2

Daniel Haley mycae at fedoraproject.org
Fri Mar 27 14:49:03 UTC 2009


Author: mycae

Update of /cvs/pkgs/rpms/flexdock/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv516

Modified Files:
	flexdock.spec 
Log Message:
Created named symlink to name-version jar file



Index: flexdock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flexdock/F-9/flexdock.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flexdock.spec	1 Mar 2009 02:51:54 -0000	1.1
+++ flexdock.spec	27 Mar 2009 14:48:32 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		flexdock
 Version:	0.5.1
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Docking framework for Java Swing GUI apps
 
 Group:		Development/Libraries
@@ -145,6 +145,11 @@
 #install jar file into lib dir as it is a JNI requiring jar
 install -pm644 build/%{name}-%{version}.jar %{buildroot}/%{_libdir}/%{name}/%{name}-%{version}.jar
 
+pushd .
+cd %{buildroot}/%{_libdir}/%{name}
+ln -s %{name}-%{version}.jar %{name}.jar
+popd
+
 %clean
 rm -rf %{buildroot}
 
@@ -155,6 +160,8 @@
 
 
 %changelog
+* Thu Mar 26 2009 <mycae(a!t)yahoo.com> 0.5.1-12
+- Added a named symlink to versioned jar
 * Tue Feb 24 2009 <mycae(a!t)yahoo.com> 0.5.1-11
 - Created clean tarball to remove jmf 
 * Thu Feb 19 2009 <mycae(a!t)yahoo.com> 0.5.1-10




More information about the fedora-extras-commits mailing list