*-minimal: initial draft of summary and description

This commit is contained in:
Kamil Dudka 2016-02-26 16:41:15 +01:00
parent c9160a8bb4
commit 526ad85741
1 changed files with 10 additions and 4 deletions

View File

@ -115,22 +115,28 @@ developing programs which use the libcurl library. It contains the API
documentation of the library, too.
%package -n curl-minimal
Summary: TODO
Summary: Conservatively configured build of curl for minimal installations.
Provides: curl = %{version}-%{release}
Conflicts: curl
RemovePathPostfixes: .minimal
%description -n curl-minimal
TODO
This is a replacement of the 'curl' package for minimal installations. It
comes with a limited set of features compared to the 'curl' package. On the
other hand, the package is smaller and requires fewer run-time dependencies to
be installed.
%package -n libcurl-minimal
Summary: TODO
Summary: Conservatively configured build of libcurl for minimal installations.
Provides: libcurl%{?_isa} = %{version}-%{release}
Conflicts: libcurl
RemovePathPostfixes: .minimal
%description -n libcurl-minimal
TODO
This is a replacement of the 'libcurl' package for minimal installations. It
comes with a limited set of features compared to the 'libcurl' package. On the
other hand, the package is smaller and requires fewer run-time dependencies to
be installed.
%prep
%setup -q