mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 13:47:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user