]> git.pld-linux.org Git - packages/webapps.git/blobdiff - webapps.spec
- preserve perms
[packages/webapps.git] / webapps.spec
index ceeec10badc917fead1e51e6dab1d8050bf7972d..22d3c13adda66a71fe5b92fe4332e8473c8acbb3 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       webapps framework
 Summary(pl.UTF-8):     Szkielet dla aplikacji WWW
 Name:          webapps
-Version:       0.3
-Release:       5
+Version:       0.3.1
+Release:       3
 License:       GPL
 Group:         Applications/WWW
 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.124987 seconds and 4 git commands to generate.