]> git.pld-linux.org Git - packages/webapps.git/blobdiff - webapps.spec
- preserve perms
[packages/webapps.git] / webapps.spec
index 31ef6c2a55625e63436982fe8dcaabd2a437cc59..22d3c13adda66a71fe5b92fe4332e8473c8acbb3 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       webapps framework
 Summary(pl.UTF-8):     Szkielet dla aplikacji WWW
 Name:          webapps
-Version:       0.3
+Version:       0.3.1
 Release:       3
 License:       GPL
 Group:         Applications/WWW
@@ -9,7 +9,6 @@ Source0:        %{name}.README
 Source1:       %{name}.sh
 Source2:       webapp-bash_completion.sh
 Requires:      coreutils
-Requires:      webserver
 Conflicts:     apache < 2.0.55-2.2
 Conflicts:     apache1 < 1.3.34-3.2
 Conflicts:     lighttpd < 1.4.7-2.1
@@ -42,13 +41,13 @@ Dopełnienia basha dla webapps.
 
 %prep
 %setup -qcT
-cp %{SOURCE0} README
+cp -p %{SOURCE0} README
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},%{_bashcompletiondir}}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/webapp
-install %{SOURCE2} $RPM_BUILD_ROOT%{_bashcompletiondir}/webapp
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/webapp
+install -p %{SOURCE2} $RPM_BUILD_ROOT%{_bashcompletiondir}/webapp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.078671 seconds and 4 git commands to generate.