Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to rivet 2.2.2 #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions specs/mod_rivet/mod_rivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Apache Rivet lets you use the Tcl scripting language to create dynamic web sites
Name: mod_rivet
Version: 2.0.5
Version: 2.2.2
Release: 1%{?dist}
License: Apache License Version 2.0
Group: Development/Languages
Expand All @@ -16,14 +16,14 @@ Source0: http://www.apache.org/dist/tcl/%{real_name}/%{real_name}-%{version}.tar
Source1: http://www.apache.org/dist/tcl/%{real_name}/%{real_name}-%{version}.tar.gz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: httpd-devel >= 2.0.46-1
BuildRequires: httpd-devel >= 2.2
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: tcl >= 8.4
BuildRequires: tcl-devel >= 8.4
BuildRequires: tcl >= 8.5.10
BuildRequires: tcl-devel >= 8.5.10

Requires: httpd
Requires: tcl >= 8.4
Requires: tcl >= 8.5.10

%description
Tcl is a scripting language. Apache Rivet is a module for Apache
Expand All @@ -38,7 +38,6 @@ generated webpages in Tcl.
%configure \
--with-apxs="%{_sbindir}/apxs" \
--with-apache="%{_prefix}" \
--with-apache-version="2" \
--with-rivet-target-dir="%{_libdir}/httpd/rivet%{version}" \
--with-pic \
--disable-rpath
Expand Down Expand Up @@ -88,6 +87,9 @@ EOT


%changelog
* Sat Apr 11 2015 Jeff Lawson <[email protected]> - 2.2.2-1
- Updated to release 2.2.2.

* Tue Jun 26 2012 Jeff Lawson <[email protected]> - 2.0.4-1
- Updated to release 2.0.5.

Expand Down