Skip to content

Commit

Permalink
Changed the RPM spec file name and corrected the module descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdemon committed Nov 21, 2014
1 parent 2cb6a1f commit 351fda4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vmod-example.spec → vmod-vsthrottle.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Summary: Example VMOD for Varnish
Name: vmod-varnish-%{VARNISHVER}-example
Summary: Request throttling VMOD for Varnish
Name: vmod-varnish-%{VARNISHVER}-vsthrottle
Version: 0.1
Release: 1%{?dist}
License: BSD
Group: System Environment/Daemons
Source0: libvmod-example.tar.gz
Source0: libvmod-vsthrottle.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: varnish > 3.0
BuildRequires: make, python-docutils

%description
Example VMOD
Request throttling VMOD for Varnish

%prep
%setup -n libvmod-example
%setup -n libvmod-vsthrottle

%build
# this assumes that VARNISHSRC is defined on the rpmbuild command line, like this:
Expand All @@ -38,5 +38,7 @@ rm -rf %{buildroot}
%{_mandir}/man?/*

%changelog
* Fri Nov 21 2014 Waldek Kozba <100assc@gmail.com> - 0.1-1.20141121
- Changed spec file name and edited module descriptions.
* Tue Nov 14 2012 Lasse Karstensen <lasse@varnish-software.com> - 0.1-0.20121114
- Initial version.

1 comment on commit 351fda4

@daghf
Copy link

@daghf daghf commented on 351fda4 Nov 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.