fix(files): args-hxx (#646)

* fix(files): args-hxx

Signed-off-by: madomado <wboy111@outlook.com>

* Update args-hxx.spec

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-07-23 02:46:33 +08:00
committed by GitHub
parent cfa13da172
commit 155d180cab
+21
View File
@@ -14,6 +14,14 @@ A simple header-only C++ argument parser library. Supposed to be flexible and
powerful, and attempts to be compatible with the functionality of the Python
standard argparse library (though not necessarily the API).
%package doc
Summary: Documentations for args-hxx
%description doc
%summary.
%prep
%autosetup -n args-%version
@@ -27,6 +35,19 @@ make doc/man
make installman DESTDIR=%buildroot%_prefix
%files
%_includedir/args.hxx
/usr/lib/cmake/args/args-config-version.cmake
/usr/lib/cmake/args/args-config.cmake
%_libdir/pkgconfig/args.pc
%files doc
%_mandir/man3/args*
%_mandir/man3/DoublesReader.3.gz
%_mandir/man3/StringAssignable.3.gz
%_mandir/man3/ToLowerReader.3.gz
%_mandir/man3/conanfile_ArgsConan.3.gz
%_mandir/man3/md_CONTRIBUTING.3.gz
%changelog
%autochangelog