Skip to content

Commit f227a4a

Browse files
author
Rob Sanders
committed
Started from upstream/Optargs branch - fixed makefile/spec tweaks to inclue doc dir and build rpm
1 parent 57c2fec commit f227a4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ install: $(TARGET_LIBS)
7979
rpmprep:
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

libcli.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)