--- rpms/dl/contribs10/dl.spec 2021/04/18 16:02:09 1.1 +++ rpms/dl/contribs10/dl.spec 2021/10/01 08:56:13 1.4 @@ -1,6 +1,6 @@ %define name dl %define version 0.18.1 -%define release 1 +%define release 4 %define httpuser apache %if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 @@ -19,7 +19,9 @@ Group: Applications/Internet Source: http://www.thregr.org/~wavexx/software/dl/releases/%{name}-%{version}.zip Source1: httpd.conf Source2: logrotate.conf - +Patch0: dl-0.18.1-pre0.19changes20210316.patch +Patch1: dl-0.18.1-add-in-help-html.patch + BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version} @@ -56,6 +58,8 @@ A command-line client to the REST interf %prep %setup -q -n %{name}-%{version} +%patch0 -p1 +%patch1 -p1 %build # update locales @@ -136,7 +140,8 @@ fi %files %defattr(-,root,root) %doc AUTHORS.rst NEWS.rst README.rst RESTAPI.rst THANKS.rst COPYING.txt -%doc AUTHORS.html NEWS.html README.html RESTAPI.html THANKS.html +#%doc AUTHORS.html NEWS.html README.html RESTAPI.html THANKS.html + %{_datadir}/%{name} %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name} %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/data @@ -150,6 +155,14 @@ fi %{_bindir}/%{name}-cli %changelog +* Fri Oct 01 2021 Brian Read 0.18.1-4.sme +- Add in missing help files [SME: 11565] + +* Sun Apr 18 2021 Jean-Philippe Pialasse 0.18.1-3.sme +- first build for SME10 [SME: 11565] +- patch with git update up to pre 0.19 release as per 20210316 +- cvs admin -ko on patch + * Wed Sep 6 2017 Daniel Berteaud 0.18.1-1 - Update to 0.18.1