gcc update bump

This commit is contained in:
Jesse Keating 2005-12-09 22:41:15 +00:00
parent b668af5dec
commit c008848413

View File

@ -3,13 +3,13 @@
%define version 4.17 %define version 4.17
%define tar_name ldapsdk_java %define tar_name ldapsdk_java
%define tar_version 20020819 %define tar_version 20020819
%define release 1jpp_3fc %define release 1jpp_3fc.1
%define section free %define section free
%define use_nonfree %{?_with_nonfree:1}%{!?_without_nonfree:0} %define use_nonfree %{?_with_nonfree:1}%{!?_without_nonfree:0}
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}.1
Epoch: 0 Epoch: 0
Summary: The Mozilla LDAP Java SDK Summary: The Mozilla LDAP Java SDK
License: MPL License: MPL
@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}-%{version}/* %{_javadocdir}/%{name}-%{version}/*
%changelog %changelog
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Sat Nov 5 2005 Archit Shah <ashah@redhat.com> 0:4.17-1jpp_3fc * Sat Nov 5 2005 Archit Shah <ashah@redhat.com> 0:4.17-1jpp_3fc
- Call javadoc with sourcepath to work aroung gjdoc bug (#170611) - Call javadoc with sourcepath to work aroung gjdoc bug (#170611)