- Require appropriate packages for depmap maintenance in scriptlets
This commit is contained in:
parent
c11f3dba29
commit
ad48968e19
@ -34,7 +34,7 @@
|
||||
|
||||
Name: java_cup
|
||||
Version: 0.11a
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Java source interpreter
|
||||
License: BSD and LGPLv2
|
||||
@ -54,6 +54,9 @@ Group: Development/Tools
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires(post): jpackage-utils
|
||||
Requires(postun): jpackage-utils
|
||||
|
||||
%description
|
||||
java_cup is a LALR Parser Generator for Java
|
||||
|
||||
@ -144,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Dec 04 2010 Lubomir Rintel <lkundrak@v3.sk> 1:0.11a-5
|
||||
- Require appropriate packages for depmap maintenance in scriptlets
|
||||
|
||||
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 1:0.11a-4
|
||||
- Add maven pom and depmap.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user