- Build with %{optflags} (#500022).
This commit is contained in:
parent
79523d2414
commit
3b1bb8bda8
@ -31,7 +31,7 @@
|
|||||||
Summary: Parser Generator with Java Extension
|
Summary: Parser Generator with Java Extension
|
||||||
Name: byaccj
|
Name: byaccj
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://byaccj.sourceforge.net/
|
URL: http://byaccj.sourceforge.net/
|
||||||
@ -57,7 +57,7 @@ Java now!
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
pushd src
|
pushd src
|
||||||
make linux
|
make linux CFLAGS="%{optflags}"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
sed -i 's/\r//g' docs/tf.y
|
sed -i 's/\r//g' docs/tf.y
|
||||||
@ -90,6 +90,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-4
|
||||||
|
- Build with %%{optflags} (#500022).
|
||||||
|
|
||||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.14-3
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.14-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user