Compare commits

...

4 Commits

Author SHA1 Message Date
Paul Wouters f8e3445570
- Add Conflicts: for incoming python-cs (rhbz#2017419) 2021-10-27 12:00:22 -04:00
Troy Dawson e13f75846a remove package.cfg per new epel-playground policy 2020-09-24 16:33:44 +00:00
Gwyn Ciesla f97b21b8a7 Merge branch 'master' into epel8 2019-12-06 10:56:52 -05:00
Gwyn Ciesla 20c762975a "Adding package.cfg file" 2019-12-06 09:56:20 -06:00
1 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: clearsilver
Version: 0.10.5
Release: 56%{?dist}
Release: 57%{?dist}
Summary: Fast and powerful HTML templating system
# Technically, the license is "Neotonic ClearSilver", but it is a copy of
# ASL 1.1 with the trademarks as the only difference.
@ -20,6 +20,9 @@ BuildRequires: gcc
BuildRequires: zlib-devel
BuildRequires: httpd-devel
# both packages have /usr/bin/cs
Conflicts: python-cs
%description
ClearSilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
@ -153,6 +156,9 @@ ln -s clearsilver-%{version}.jar $RPM_BUILD_ROOT%{_libdir}/java/clearsilver.jar
%changelog
* Wed Oct 27 2021 Paul Wouters <paul.wouters@aiven.io> - 0.10.5-57
- Add Conflicts: for incoming python-cs (rhbz#2017419)
* Fri Dec 06 2019 Gwyn Ciesla <gwync@protonmail.com - 0.10.5-56
- Support EL-8.