]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- initial idea
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 20 Nov 2005 17:01:41 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.spec -> 1.1

webapps.spec [new file with mode: 0644]

diff --git a/webapps.spec b/webapps.spec
new file mode 100644 (file)
index 0000000..8fcbec8
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       webapps
+Name:          webapps
+Version:       0.1
+Release:       0.2
+License:       GPL
+Group:         Applications/WWW
+Source0:       %{name}.README
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sysconfdir     /etc/webapps
+
+%description
+webapps is a package for having web applications configuration files
+and webserver config fragments in unified place.
+
+webserver configs are in $webapps/$httpd
+web application configs are in $webapps/configs/$webapp
+
+individual directory for $webapps/$httpd is provided by webserver
+itself.
+
+%prep
+cp %{SOURCE0} README
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/config
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %attr(751,root,http) %{_sysconfdir}
+%dir %attr(751,root,http) %{_sysconfdir}/config
This page took 0.072798 seconds and 4 git commands to generate.