rpms/thttpd/devel thttpd.spec,1.17,1.18

Matthias Saou thias at fedoraproject.org
Tue Dec 2 16:20:28 UTC 2008


Author: thias

Update of /cvs/extras/rpms/thttpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8133

Modified Files:
	thttpd.spec 
Log Message:
Own /var/www in a hack-ish way, but comment it well (#474024).



Index: thttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/thttpd/devel/thttpd.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- thttpd.spec	25 Sep 2008 08:49:23 -0000	1.17
+++ thttpd.spec	2 Dec 2008 16:19:58 -0000	1.18
@@ -1,9 +1,10 @@
+# Where the default web root will be configured and default files installed
 %define webroot /var/www/thttpd
 
 Summary: Tiny, turbo, throttleable lightweight http server
 Name: thttpd
 Version: 2.25b
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.acme.com/software/thttpd/
@@ -153,9 +154,14 @@
 %attr(2664,thttpd,www) %{webroot}/html/*
 %attr(2775,thttpd,www) %dir %{webroot}/logs/
 %{_mandir}/man?/*
+# Hack to own parent directory for the default "webroot". Remove if needed.
+%dir /var/www
 
 
 %changelog
+* Tue Dec  2 2008 Matthias Saou <http://freshrpms.net/> 2.25b-18
+- Own /var/www in a hack-ish way, but comment it well (#474024).
+
 * Thu Sep 25 2008 Matthias Saou <http://freshrpms.net/> 2.25b-17
 - Update patches to remove fuzz.
 




More information about the fedora-extras-commits mailing list