diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index a08a88b437..e23e40dbe5 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -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