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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 9 17:25:31 UTC 2007


Author: vivekl

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

Modified Files:
	regexp.spec 
Log Message:
- Remove section definition
- Add missing ghost for unversioned link
- Add requires on java




Index: regexp.spec
===================================================================
RCS file: /cvs/dist/rpms/regexp/devel/regexp.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- regexp.spec	8 Feb 2007 18:08:02 -0000	1.35
+++ regexp.spec	9 Feb 2007 17:25:29 -0000	1.36
@@ -33,7 +33,6 @@
 %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
 %define full_name       jakarta-%{name}
-%define section         free
 
 Name:           regexp
 Version:        1.4
@@ -47,12 +46,13 @@
 BuildRequires:  jpackage-utils >= 0:1.6
 Requires(pre):     jpackage-utils >= 0:1.6
 Requires(postun):  jpackage-utils >= 0:1.6
+Requires:       java
 
 BuildRequires:  ant >= 1.6
 %if ! %{gcj_support}
 Buildarch:      noarch
 %endif
-Buildroot:      %{_tmppath}/%{name}-%{version}-buildroot
+Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if %{gcj_support}
 BuildRequires:          java-gcj-compat-devel
@@ -144,12 +144,16 @@
 %files javadoc
 %defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}-%{version}
+%ghost %doc %{_javadocdir}/%{name}
 
 %changelog
 * Thu Feb 8 2007 Vivek Lakshmanan <vivekl at redhat.com> 0:1.4-3jpp.1.fc7
 - Resync with JPP
 - Use the upstream tar ball as JPP does since they clean it off jars anyway
 - Use JPackage exception compliant naming scheme
+- Remove section definition
+- Add missing ghost for unversioned link
+- Add requires on java
 
 * Fri Aug 4 2006 Vivek Lakshmanan <vivekl at redhat.com> 0:1.4-2jpp.2
 - Rebuild.




More information about the fedora-cvs-commits mailing list