Package init

This commit is contained in:
dogsheng 2019-12-25 15:50:14 +08:00
parent 4d018e3406
commit 1468ce38ce

View File

@ -51,7 +51,7 @@ CFLAGS="-g -O2 -Wall -W -std=gnu99 -Werror=format-security %{optflags}" \
# Delete files that are not in HTML or PNG format in Documentation. # Delete files that are not in HTML or PNG format in Documentation.
find Documentation -type f ! -name "*.html" \ find Documentation -type f ! -name "*.html" \
-type f ! -name "*.png" \ -type f ! -name "*.png" \
| grep -v '/stylesheet' \ -type f ! -name "." \
| xargs rm -f | xargs rm -f
install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
@ -74,8 +74,5 @@ install -d -m 0755 %{buildroot}/run/%{name}/
%{_mandir}/man8/*.8.gz %{_mandir}/man8/*.8.gz
%changelog %changelog
* Tue Dec 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-22
- Fixes an issue where gif images were deleted by mistake
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-21 * Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-21
- Package init - Package init