OBS User unknown 2008-07-31 19:21:18 +00:00 committed by Git OBS Bridge
parent 34ec6efba3
commit 56cab157f9
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 31 14:19:28 CEST 2008 - anosek@suse.cz
- added %{_javadocdir} to the %files section
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

View File

@ -20,7 +20,7 @@ BuildRequires: fastjar gjdoc java-1_4_2-gcj-compat-devel readline-devel termcap
%define release 9jpp
%define section free
Version: 0.8.0
Release: 195
Release: 226
Summary: Java Wrapper for the GNU Readline Library
License: LGPL v2.1 or later
Source0: http://download.sourceforge.net/java-readline/libreadline-java-0.8.0-src.tar.gz
@ -98,9 +98,12 @@ rm -rf $RPM_BUILD_ROOT
%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}
%doc %{_javadocdir}/%{name}-%{version}
%changelog
* Thu Jul 31 2008 anosek@suse.cz
- added %%{_javadocdir} to the %%files section
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support