]> git.pld-linux.org Git - packages/emirror.git/blobdiff - emirror.spec
- move %{_libdir} to %{_prefix}/lib - it's noarch archive
[packages/emirror.git] / emirror.spec
index 5baa3a3e231e448bdddc5a92f4a18f013f23d2f4..79886e10cbca515dd386affd6e904a74883e6c22 100644 (file)
@@ -1,17 +1,17 @@
-Summary:       FTP mirroring program.
-Summary(pl):   Program do mirrorowania FTP.
+Summary:       FTP mirroring program
+Summary(pl):   Program do mirrorowania FTP
 Name:          emirror
-Version:       2.1.17
-Release:       3
+Version:       2.1.21
+Release:       2
 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
+# Source0-md5: 4223966e49284e70a8eeabe9603d1ae3
 Patch0:                %{name}-pld.patch
-Patch1:                %{name}-php.patch
-BuildRequires: python-devel
-Requires:      python
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: python-devel >= 2.1
+Requires:      python >= 2.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,20 +24,19 @@ Program do mirrorowania FTP.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-autoconf
+%{__aclocal}
+%{__autoconf}
 %configure \
-       --with-htmldir=/home/httpd/html/mirrors
+       --with-htmldir=/home/services/httpd/html/mirrors
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/home/httpd/html/mirrors
+install -d $RPM_BUILD_ROOT/home/services/httpd/html/mirrors
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf doc/* $RPM_BUILD_ROOT%{_mandir}/man1/*
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,9 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*
-%dir /home/httpd/html/mirrors
-/home/httpd/html/mirrors/*
+%dir /home/services/httpd/html/mirrors
+/home/services/httpd/html/mirrors/*
 %config(noreplace) %{_sysconfdir}/emirror
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/emirror
+%{_prefix}/lib/emirror
 %{_mandir}/man1/*
This page took 0.059761 seconds and 4 git commands to generate.