rpms/regexp/devel regexp.spec,1.36,1.37

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 9 17:43:16 UTC 2007


Author: vivekl

Update of /cvs/dist/rpms/regexp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2165

Modified Files:
	regexp.spec 
Log Message:
- Install unversioned symlink




Index: regexp.spec
===================================================================
RCS file: /cvs/dist/rpms/regexp/devel/regexp.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- regexp.spec	9 Feb 2007 17:25:29 -0000	1.36
+++ regexp.spec	9 Feb 2007 17:43:14 -0000	1.37
@@ -97,6 +97,7 @@
 (cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
 # javadoc
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 cp -r docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 rm -rf docs/api
 
@@ -152,6 +153,7 @@
 - Use the upstream tar ball as JPP does since they clean it off jars anyway
 - Use JPackage exception compliant naming scheme
 - Remove section definition
+- Install unversioned symlink
 - Add missing ghost for unversioned link
 - Add requires on java
 




More information about the fedora-cvs-commits mailing list