]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
- many small fixes, mostly inpired by kloczek auto/ac/MathPlanner-3_0_6-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 6 Jul 2003 23:27:13 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathPlanner.spec -> 1.15

MathPlanner.spec

index 8105f755b873bdeb80cfc49c65759509c3591fce..24ca7ba832b2d4f08ad84eb1643ee0af73a93526 100644 (file)
@@ -8,7 +8,7 @@ Group:          X11/Applications/Publishing
 Source0:       http://koti.mbnet.fi/jarmonik/%{name}-%{version}.tar.gz
 # Source0-md5: 2b19b33f41808bfa21474fc6acb045a9
 Source1:       %{name}.desktop
-URL:           http://koti.mbnet.fi/jarmonik
+URL:           http://koti.mbnet.fi/jarmonik/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -46,10 +46,11 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/{mini,hicolor/{32x32,64x64}/mimetypes/},%{_applnkdir}/Scientific/Mathematics}
-install -d $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/{mini,hicolor/{32x32,64x64}/mimetypes/},%{_applnkdir}/Scientific/Mathematics} \
+       $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install icons/64x64/apps/*.png $RPM_BUILD_ROOT%{_pixmapsdir}
 install icons/64x64/mimetypes/*.png $RPM_BUILD_ROOT%{_pixmapsdir}/hicolor/64x64/mimetypes/
This page took 0.040983 seconds and 4 git commands to generate.