File project.diff of Package got
--- got.spec.orig
+++ got.spec
@@ -16,7 +16,7 @@
#
Name: got
-Version: 0.110
+Version: 0.123
Release: 0
Summary: VCS which prioritizes ease of use and simplicity over flexibility
# http://gameoftrees.org/faq.html#code
@@ -31,8 +31,9 @@ Source2: gotd.conf
BuildRequires: bison
BuildRequires: pkgconfig(libbsd)
BuildRequires: pkgconfig(libcrypto)
-BuildRequires: pkgconfig(libtls)
BuildRequires: pkgconfig(libevent)
+BuildRequires: pkgconfig(libmd)
+BuildRequires: pkgconfig(libtls)
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(zlib)
@@ -142,6 +143,7 @@ install -m 0644 %{SOURCE2} %{buildroot}%
%{_mandir}/man5/got.conf.5.gz
%{_mandir}/man5/gotd-secrets.conf.5.gz
%{_mandir}/man5/gotd.conf.5.gz
+%{_mandir}/man7/got-portable.7.gz
%files gitwrapper
%license LICENCE
@@ -170,8 +172,10 @@ install -m 0644 %{SOURCE2} %{buildroot}%
# package layout see
# http://gameoftrees.org/manual.html
%config(noreplace) %{_sysconfdir}/gotwebd.conf
+%{_sbindir}/gotwebctl
%{_sbindir}/gotwebd
%{_mandir}/man5/gotwebd.conf.5.gz
+%{_mandir}/man8/gotwebctl.8.gz
%{_mandir}/man8/gotwebd.8.gz
%changelog