diff options
Diffstat (limited to 'webfs.spec')
-rw-r--r-- | webfs.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Name: webfs Summary: lightweight http server for static content -Version: 1.20 +Version: 1.21 Release: 0 Source0: %{name}_%{version}.tar.gz Copyright: GPL @@ -31,7 +31,7 @@ make prefix=/usr DESTDIR=%{buildroot} install %defattr(-,root,root) /usr/bin/webfsd /usr/share/man/man1/webfsd.1* -%doc README COPYING webfsd.redhat +%doc README COPYING %clean if test "%{buildroot}" != ""; then |