Add missing requirements.
This commit is contained in:
parent
7495196bd5
commit
a5752ca500
13
antlr.spec
13
antlr.spec
@ -28,8 +28,6 @@
|
|||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
%define _with_gcj_support 1
|
|
||||||
|
|
||||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||||
%define build_jedit %{?_with_jedit:1}%{!?_without_jedit:0}
|
%define build_jedit %{?_with_jedit:1}%{!?_without_jedit:0}
|
||||||
|
|
||||||
@ -39,7 +37,7 @@
|
|||||||
Summary: ANother Tool for Language Recognition
|
Summary: ANother Tool for Language Recognition
|
||||||
Name: antlr
|
Name: antlr
|
||||||
Version: 2.7.6
|
Version: 2.7.6
|
||||||
Release: 3jpp_5fc
|
Release: 4jpp.1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.antlr.org/
|
URL: http://www.antlr.org/
|
||||||
@ -108,6 +106,8 @@ Documentation for %{name}.
|
|||||||
%package javadoc
|
%package javadoc
|
||||||
Group: Development/Documentation
|
Group: Development/Documentation
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
Requires(post): /bin/rm,/bin/ln
|
||||||
|
Requires(postun): /bin/rm
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
Javadoc for %{name}.
|
Javadoc for %{name}.
|
||||||
@ -279,6 +279,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 03 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-4jpp.1
|
||||||
|
- Add missing requirements.
|
||||||
|
|
||||||
* Sat Jul 22 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0:2.7.6-3jpp_5fc
|
* Sat Jul 22 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0:2.7.6-3jpp_5fc
|
||||||
- Unstub docs.
|
- Unstub docs.
|
||||||
|
|
||||||
@ -290,11 +293,11 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
|||||||
- Require hack-libgcj for build. (dist-fc6-java)
|
- Require hack-libgcj for build. (dist-fc6-java)
|
||||||
- Bump release number.
|
- Bump release number.
|
||||||
|
|
||||||
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.om> = 0:2.7.6-3jpp_2fc
|
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-3jpp_2fc
|
||||||
- From gbenson@redhat:
|
- From gbenson@redhat:
|
||||||
- Omit the jedit subpackage to fix dependencies.
|
- Omit the jedit subpackage to fix dependencies.
|
||||||
|
|
||||||
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.om> = 0:2.7.6-3jpp_1fc
|
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-3jpp_1fc
|
||||||
- Added conditional native compilation.
|
- Added conditional native compilation.
|
||||||
|
|
||||||
* Fri Jan 13 2006 Fernando Nasser <fnasser@redhat.com> - 0:2.7.6-2jpp
|
* Fri Jan 13 2006 Fernando Nasser <fnasser@redhat.com> - 0:2.7.6-2jpp
|
||||||
|
Loading…
Reference in New Issue
Block a user