This commit is contained in:
parent
6c261d0260
commit
84062e68ac
@ -39,11 +39,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
GNU awk is upwardly compatible with the System V Release 4 awk. It is
|
GNU awk is upwardly compatible with the System V Release 4 awk. It is
|
||||||
almost completely POSIX 1003.2 compliant.
|
almost completely POSIX 1003.2 compliant.
|
||||||
|
|
||||||
%package -n gawk-extensions-devel
|
%package -n gawk-devel
|
||||||
Summary: Files and samples for gawk extensions
|
Summary: Files and samples for gawk extensions
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: gawk
|
||||||
|
|
||||||
%description -n gawk-extensions-devel
|
%description -n gawk-devel
|
||||||
Contains API description and sample extensions for gawk
|
Contains API description and sample extensions for gawk
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -117,7 +118,7 @@ fi
|
|||||||
%{_mandir}/man1/gawk.1%{?ext_man}
|
%{_mandir}/man1/gawk.1%{?ext_man}
|
||||||
%{_mandir}/man1/igawk.1%{?ext_man}
|
%{_mandir}/man1/igawk.1%{?ext_man}
|
||||||
|
|
||||||
%files -n gawk-extensions-devel
|
%files -n gawk-devel
|
||||||
%{_libdir}/gawk
|
%{_libdir}/gawk
|
||||||
%{_includedir}/gawkapi.h
|
%{_includedir}/gawkapi.h
|
||||||
%{_mandir}/man3/*%{?ext_man}
|
%{_mandir}/man3/*%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user