This commit is contained in:
parent
faaf47badf
commit
7aab77e007
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 12:50:48 CEST 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
- change BuildRequires to make it build in the openSUSE build
|
||||||
|
service for versions <= 10.2 as well.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 26 14:33:08 CEST 2007 - mfabian@suse.de
|
Thu Jul 26 14:33:08 CEST 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
12
man.spec
12
man.spec
@ -11,9 +11,14 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: man
|
Name: man
|
||||||
BuildRequires: flex gdbm-devel groff less libbz2-devel libzio-devel zlib-devel
|
BuildRequires: flex groff
|
||||||
|
%if %suse_version > 1020
|
||||||
|
BuildRequires: gdbm-devel less libbz2-devel libzio-devel zlib-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libzio util-linux
|
||||||
|
%endif
|
||||||
Version: 2.4.3
|
Version: 2.4.3
|
||||||
Release: 70
|
Release: 73
|
||||||
Summary: A Program for Displaying man Pages
|
Summary: A Program for Displaying man Pages
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
@ -158,6 +163,9 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
|||||||
/var/adm/fillup-templates/sysconfig.cron-man
|
/var/adm/fillup-templates/sysconfig.cron-man
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - mfabian@suse.de
|
||||||
|
- change BuildRequires to make it build in the openSUSE build
|
||||||
|
service for versions <= 10.2 as well.
|
||||||
* Thu Jul 26 2007 - mfabian@suse.de
|
* Thu Jul 26 2007 - mfabian@suse.de
|
||||||
- Bugzilla #292412 comment #47: accept both UTF-8 an legacy
|
- Bugzilla #292412 comment #47: accept both UTF-8 an legacy
|
||||||
encodings in the man-page sources for Japanese and Chinese
|
encodings in the man-page sources for Japanese and Chinese
|
||||||
|
Loading…
Reference in New Issue
Block a user