]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- rel 3; webapps subpackage for bash completion auto/th/webapps-0_3-3 auto/ti/webapps-0_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Feb 2007 20:25:11 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.spec -> 1.21

webapps.spec

index 0ebfbaa4a25aed609a6b83de2691849d0baeb0c4..31ef6c2a55625e63436982fe8dcaabd2a437cc59 100644 (file)
@@ -2,7 +2,7 @@ Summary:        webapps framework
 Summary(pl.UTF-8):     Szkielet dla aplikacji WWW
 Name:          webapps
 Version:       0.3
 Summary(pl.UTF-8):     Szkielet dla aplikacji WWW
 Name:          webapps
 Version:       0.3
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/WWW
 Source0:       %{name}.README
 License:       GPL
 Group:         Applications/WWW
 Source0:       %{name}.README
@@ -27,6 +27,19 @@ and webserver config fragments in unified place.
 webapps to pakiet pozwalający trzymać pliki konfiguracyjne aplikacji
 WWW i fragmenty konfiguracji serwera WWW w jednym miejscu.
 
 webapps to pakiet pozwalający trzymać pliki konfiguracyjne aplikacji
 WWW i fragmenty konfiguracji serwera WWW w jednym miejscu.
 
+%package -n bash-completion-webapps
+Summary:       bash completion for webapps
+Summary(pl.UTF-8):     Dopełnienia basha dla webapps
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      bash-completion
+
+%description -n bash-completion-webapps
+Bash completion for webapps.
+
+%description -n bash-completion-webapps -l pl.UTF-8
+Dopełnienia basha dla webapps.
+
 %prep
 %setup -qcT
 cp %{SOURCE0} README
 %prep
 %setup -qcT
 cp %{SOURCE0} README
@@ -45,4 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %dir %attr(751,root,http) %{_sysconfdir}
 %attr(755,root,root) %{_sbindir}/*
 %doc README
 %dir %attr(751,root,http) %{_sysconfdir}
 %attr(755,root,root) %{_sbindir}/*
+
+%files -n bash-completion-webapps
+%defattr(644,root,root,755)
 %{_bashcompletiondir}/webapp
 %{_bashcompletiondir}/webapp
This page took 0.167308 seconds and 4 git commands to generate.