- Fix examples line endings.
This commit is contained in:
parent
61c0c74d82
commit
389db6a99c
@ -30,7 +30,7 @@
|
||||
|
||||
Name: javacc
|
||||
Version: 5.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 0
|
||||
Summary: A parser/scanner generator for java
|
||||
License: BSD
|
||||
@ -80,6 +80,8 @@ Examples for %{name}.
|
||||
find . -name "*.jar" -exec rm {} \;
|
||||
find . -name "*.class" -exec rm {} \;
|
||||
|
||||
find ./examples -type f -exec sed -i 's/\r//' {} \;
|
||||
|
||||
cp -p %{SOURCE4} bootstrap/javacc.jar
|
||||
|
||||
%build
|
||||
@ -132,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc examples
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:5.0-3
|
||||
- Fix examples line endings.
|
||||
|
||||
* Fri Jun 4 2010 Alexander Kurtakov <akurtako@redhat.com> 0:5.0-2
|
||||
- Apply changes requested in review bug (rhbz#225940).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user