File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ install: $(TARGET_LIBS)
7979rpmprep :
8080 rm -rf libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
8181 mkdir libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
82- cp -R libcli.{c,h} libcli.spec clitest.c Makefile COPYING README libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
82+ cp -R libcli.{c,h} libcli.spec clitest.c Makefile COPYING README.md doc libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
8383 tar zcvf libcli-$(MAJOR ) .$(MINOR ) .$(REVISION ) .tar.gz --exclude CVS --exclude * .tar.gz libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
8484 rm -rf libcli-$(MAJOR ) .$(MINOR ) .$(REVISION )
8585
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ rm -rf $RPM_BUILD_ROOT
6060%defattr(-, root, root)
6161
6262%files devel
63- %doc README
63+ %doc README.md doc/developers-guide.md
6464%{_libdir }/* .so*
6565%{_libdir }/* .a
6666%{_includedir }/* .h
6767%defattr(-, root, root)
6868
6969%changelog
70- * Mon Jul 16 2019 Rob Sanders <rsanders@forcepoint.com> 1.10.0-1
70+ * Tue Jul 16 2019 Rob Sanders <rsanders@forcepoint.com> 1.10.0-1
7171- Add support for named arguments, optional flags, and optional arguments
7272- Support help and tab complete for options/arguments
7373- Enable users to add custom 'filters', including support for options/arguments
You can’t perform that action at this time.
0 commit comments