diff --git a/jna.spec b/jna.spec index 8248581..208f26d 100644 --- a/jna.spec +++ b/jna.spec @@ -114,8 +114,8 @@ chmod -c 0644 LICENSE OTHERS CHANGES.md %build # We pass -Ddynlink.native which comes from our patch because # upstream doesn't want to default to dynamic linking. -#ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true javadoc jar contrib-jars -ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true clean dist +ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true compile native javadoc jar contrib-jars +#ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true clean dist # remove compiled contribs find contrib -name build -exec rm -rf {} \; || : @@ -270,7 +270,7 @@ rm -rf %{buildroot} * Sat Jul 24 2010 Levente Farkas - 3.2.7-3 - upstream 64bit fixes -* Thu Jul 23 2010 Levente Farkas - 3.2.7-2 +* Fri Jul 23 2010 Levente Farkas - 3.2.7-2 - Temporary hack for 64bit build * Thu Jul 22 2010 Levente Farkas - 3.2.7-1 @@ -322,7 +322,7 @@ rm -rf %{buildroot} - Update to svn r729 - drop upstreamed typemapper patch -* Tue Sep 18 2008 Colin Walters - 3.0.4-7.svn700 +* Thu Sep 18 2008 Colin Walters - 3.0.4-7.svn700 - Add patch to make typemapper always accessible - Add patch to skip cracktastic X11 test bits which currently fail