]> git.pld-linux.org Git - packages/emirror.git/blobdiff - emirror.spec
- release 3
[packages/emirror.git] / emirror.spec
index e0c094bff9ee7799de43a4c4ca64b34a785c9111..5baa3a3e231e448bdddc5a92f4a18f013f23d2f4 100644 (file)
@@ -2,13 +2,14 @@ Summary:      FTP mirroring program.
 Summary(pl):   Program do mirrorowania FTP.
 Name:          emirror
 Version:       2.1.17
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Utilities
 Group(pl):     Sieciowe/Narzêdzia
 Group(de):     Netzwerkwesen/Werkzeuge
 Source0:       ftp://eclipt.uni-klu.ac.at/pub/projects/emirror/%{name}-%{version}.tar.gz
 Patch0:                %{name}-pld.patch
+Patch1:                %{name}-php.patch
 BuildRequires: python-devel
 Requires:      python
 BuildArch:     noarch
@@ -22,15 +23,18 @@ Program do mirrorowania FTP.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 autoconf
 %configure \
-       --with-htmldir=/home/httpd/html
+       --with-htmldir=/home/httpd/html/mirrors
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/home/httpd/html/mirrors
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf doc/* $RPM_BUILD_ROOT%{_mandir}/man1/*
@@ -41,6 +45,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*
+%dir /home/httpd/html/mirrors
+/home/httpd/html/mirrors/*
 %config(noreplace) %{_sysconfdir}/emirror
 %attr(755,root,root) %{_bindir}/*
 %{_libdir}/emirror
This page took 0.054388 seconds and 4 git commands to generate.