]> git.pld-linux.org Git - packages/ezmlm-web.git/commitdiff
- updated (need check)
authorwaszi <waszi@pld-linux.org>
Sat, 30 Dec 2000 18:14:46 +0000 (18:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm-web.spec -> 1.8

ezmlm-web.spec

index 4deafce3b1f2e5ef66cf22ad2c39b55bf4409c2b..c55755a7d5454eaf788cf1bf884a4f3a7491bcd0 100644 (file)
@@ -6,7 +6,6 @@ Release:        2
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
 Source0:       ftp://rucus.ru.ac.za/pub/mail/ezmlm/%{name}-%{version}.tar.gz
-Source1:       ezmlm-web-setup
 Patch0:                ezmlm-web.patch
 License:       GPL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,20 +26,17 @@ administratorowi systemu.
 
 %prep
 %setup -q
-%patch -p1 -b .orig
-
+%patch -p1
 %build
 cc -s $RPM_OPT_FLAGS index.c -o index
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/ezmlm,%{_bindir}} \
-       $RPM_BUILD_ROOT/var/lib/list
+install -d $RPM_BUILD_ROOT{/home/httpd/html/ezmlm}
 
-install ezmlm-web.cgi $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/
-install .htaccess $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/ezmlm-web-htaccess
-install index $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/ezmlm-web-index.cgi
-install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/setup-ezmlm-web
+install ezmlm-web.cgi  $RPM_BUILD_ROOT/home/httpd/html/ezmlm/
+install .htaccess      $RPM_BUILD_ROOT/home/httpd/html/ezmlm/.htaccess
+install index          $RPM_BUILD_ROOT/home/httpd/html/ezmml/ezmlm-web-index.cgi
 
 gzip -9nf CHANGES README TODO
 
@@ -49,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(644,root,root)  %doc {CHANGES,README,TODO}.gz
-%attr(755,root,root) %dir %{_sysconfdir}/httpd/ezmlm
-%attr(755,root,root) %{_sysconfdir}/httpd/ezmlm/ezmlm*
-%attr(755,root,root) %{_bindir}/*
+%doc {CHANGES,README,TODO}.gz
+%attr(755,root,root) %dir /home/httpd/html/ezmlm
+%attr(644,root,root) /home/httpd/html/ezmlm/.htaccess
+%attr(755,root,root) /home/httpd/html/ezmlm/*.cgi
This page took 0.052708 seconds and 4 git commands to generate.