Author: glen Date: Wed Feb 23 16:55:34 2011 GMT Module: template-specs Tag: HEAD ---- Log message: - initial packaging attempt
---- Files affected: template-specs: dokuwiki-plugin.spec (1.17 -> 1.18) , apache.conf (NONE -> 1.1) (NEW), lighttpd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: template-specs/dokuwiki-plugin.spec diff -u template-specs/dokuwiki-plugin.spec:1.17 template-specs/dokuwiki-plugin.spec:1.18 --- template-specs/dokuwiki-plugin.spec:1.17 Tue Nov 2 09:55:06 2010 +++ template-specs/dokuwiki-plugin.spec Wed Feb 23 17:55:29 2011 @@ -10,6 +10,7 @@ License: GPL v2 Group: Applications/WWW Source0: http://github.com/splitbrain/%{name}/zipball/master#/%{plugin}.zip +Source0: https://github.com/dokufreaks/plugin-%{plugin}/tarball/master#/%{plugin}.tgz # Source0-md5: - URL: http://www.dokuwiki.org/plugin:PLUGIN_NAME BuildRequires: rpm-php-pearprov >= 4.4.2-11 @@ -49,7 +50,7 @@ mv %{plugin}/* . version=$(cat VERSION) -version=$(awk '/date/{print $2}' plugin.info.txt) +version=$(awk '/^date/{print $2}' plugin.info.txt) version=$(awk -F"'" '/date/&&/=>/{print $4}' syntax.php) if [ "$(echo "$version" | tr -d -)" != %{version} ]; then : %%{version} mismatch @@ -63,7 +64,6 @@ rm $RPM_BUILD_ROOT%{plugindir}/{CREDITS,changelog} rm $RPM_BUILD_ROOT%{plugindir}/{COPYING,README,VERSION} -# find locales %find_lang %{name}.lang %clean @@ -92,6 +92,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2011/02/23 16:55:29 glen +- initial packaging attempt + Revision 1.17 2010/11/02 08:55:06 glen - php deps ================================================================ Index: template-specs/apache.conf diff -u /dev/null template-specs/apache.conf:1.1 --- /dev/null Wed Feb 23 17:55:34 2011 +++ template-specs/apache.conf Wed Feb 23 17:55:29 2011 @@ -0,0 +1,4 @@ +Alias /clickheat /usr/share/clickheat +<Directory /usr/share/clickheat> + Allow from all +</Directory> ================================================================ Index: template-specs/lighttpd.conf diff -u /dev/null template-specs/lighttpd.conf:1.1 --- /dev/null Wed Feb 23 17:55:34 2011 +++ template-specs/lighttpd.conf Wed Feb 23 17:55:29 2011 @@ -0,0 +1,3 @@ +alias.url += ( + "/clickheat" => "/usr/share/clickheat", +) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/dokuwiki-plugin.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
