]> 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 f12bbeb5e499624bb0e4a6da8ee8c6fa96f6e6cc..79886e10cbca515dd386affd6e904a74883e6c22 100644 (file)
@@ -2,10 +2,11 @@ Summary:      FTP mirroring program
 Summary(pl):   Program do mirrorowania FTP
 Name:          emirror
 Version:       2.1.21
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://eclipt.uni-klu.ac.at/pub/projects/emirror/%{name}-%{version}.tar.gz
+# Source0-md5: 4223966e49284e70a8eeabe9603d1ae3
 Patch0:                %{name}-pld.patch
 BuildRequires: autoconf
 BuildRequires: automake
@@ -34,7 +35,8 @@ Program do mirrorowania FTP.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/home/services/httpd/html/mirrors
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -46,5 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 /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.038483 seconds and 4 git commands to generate.