fix repotag
This commit is contained in:
parent
35d7d73e2f
commit
af1dddb886
17
jzlib.spec
17
jzlib.spec
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Name: jzlib
|
Name: jzlib
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 5jpp.2
|
Release: 5.3%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: JZlib re-implementation of zlib in pure Java
|
Summary: JZlib re-implementation of zlib in pure Java
|
||||||
|
|
||||||
@ -69,9 +69,9 @@ The zlib was written by Jean-loup Gailly (compression) and Mark Adler
|
|||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Development/Documentation
|
Group: Development/Documentation
|
||||||
Requires(post): %{__rm}
|
# for /bin/rm and /bin/ln
|
||||||
Requires(post): /bin/ln
|
Requires(post): coreutils
|
||||||
Requires(postun): %{__rm}
|
Requires(postun): coreutils
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -79,9 +79,9 @@ Requires(postun): %{__rm}
|
|||||||
%package demo
|
%package demo
|
||||||
Summary: Examples for %{name}
|
Summary: Examples for %{name}
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Requires(post): %{__rm}
|
# for /bin/rm and /bin/ln
|
||||||
Requires(post): /bin/ln
|
Requires(post): coreutils
|
||||||
Requires(postun): %{__rm}
|
Requires(postun): coreutils
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -176,6 +176,9 @@ fi
|
|||||||
%ghost %doc %{_datadir}/%{name}
|
%ghost %doc %{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0.7-5.3
|
||||||
|
- drop repotag
|
||||||
|
|
||||||
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0.7-5jpp.2
|
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0.7-5jpp.2
|
||||||
- fix license tag
|
- fix license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user