]> git.pld-linux.org Git - packages/swish-e.git/commitdiff
- updated Source0 URL, simplified install
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Mar 2005 16:22:53 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    swish-e.spec -> 1.12

swish-e.spec

index c2ddbcd85ba1404c336dd9f9ff67063127aafcf3..0937d70550ae08f7d52b6ed349e884cfe0bb761e 100644 (file)
@@ -6,7 +6,7 @@ Version:        2.4.2
 Release:       7
 License:       GPL/LGPL
 Group:         Applications/Text
-Source0:       http://swish-e.org/Download/%{name}-%{version}.tar.gz
+Source0:       http://swish-e.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: 1606e2f55034540f88c1748eeaae5274
 URL:           http://swish-e.org/
 #Icon:         swish-e.xpm
@@ -166,11 +166,9 @@ rm -rf $RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT%{_docdir}/%{name} %{name}-doc
 
-cd perl
-%{__make} install \
+%{__make} -C perl install \
        DESTDIR=$RPM_BUILD_ROOT \
        PREFIX=%{_prefix}
-cd ..
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.076479 seconds and 4 git commands to generate.