Removing .so ownership from demo package (mistakenly added during last
commit).
This commit is contained in:
parent
3f97785808
commit
3a907e79ca
13
jdom.spec
13
jdom.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: jdom
|
||||
Version: 1.0
|
||||
Release: 1jpp_4fc
|
||||
Release: 1jpp_5fc
|
||||
Epoch: 0
|
||||
Summary: Java alternative to DOM and SAX
|
||||
License: Apache Software License-like
|
||||
@ -89,12 +89,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun
|
||||
/usr/bin/rebuild-gcj-db %{_libdir}
|
||||
|
||||
%post demo
|
||||
/usr/bin/rebuild-gcj-db %{_libdir}
|
||||
|
||||
%postun demo
|
||||
/usr/bin/rebuild-gcj-db %{_libdir}
|
||||
|
||||
%post javadoc
|
||||
rm -f %{_javadocdir}/%{name}
|
||||
ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
@ -113,12 +107,13 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
|
||||
%files demo
|
||||
%defattr(0644,root,root,0755)
|
||||
%dir %{_libdir}/gcj/%{name}
|
||||
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 7 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-1jpp_5fc
|
||||
- Removing .so ownership from demo package
|
||||
|
||||
* Wed Jun 7 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-1jpp_4fc
|
||||
- Build natively
|
||||
- Remove spurious xml-commons-api requirement
|
||||
|
||||
Loading…
Reference in New Issue
Block a user