- Use standard permissions and fix unowned directories.
This commit is contained in:
parent
9d035247e2
commit
e8e000aa22
16
javacc.spec
16
javacc.spec
@ -32,7 +32,7 @@
|
||||
|
||||
Name: javacc
|
||||
Version: 4.1
|
||||
Release: 0.5%{?dist}
|
||||
Release: 0.6%{?dist}
|
||||
Epoch: 0
|
||||
Summary: A parser/scanner generator for java
|
||||
License: BSD
|
||||
@ -111,21 +111,23 @@ cp -pr examples $RPM_BUILD_ROOT/%{_datadir}/%{name}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadir}/*.jar
|
||||
%doc LICENSE README
|
||||
%defattr(0755,root,root,0755)
|
||||
/usr/bin/*
|
||||
%{_bindir}/*
|
||||
|
||||
%files manual
|
||||
%defattr(0644,root,root,0755)
|
||||
%defattr(-,root,root,-)
|
||||
%doc www/*
|
||||
|
||||
%files demo
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_datadir}/%{name}/*
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:4.1-0.6
|
||||
- Use standard permissions and fix unowned directories.
|
||||
|
||||
* Tue Nov 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:4.1-0.5
|
||||
- Fix rpmlint warnings.
|
||||
- Drop gcj support.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user