]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 02:17:47 +0000 (02:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-gui.spec -> 1.12

gnustep-gui.spec

index 6b20c31617c6828f2545241cb5fcb61c6d09e5fe..9b494b5687e3fbd7564018b9c287e50df1c1358a 100644 (file)
@@ -55,7 +55,7 @@ biblioteki GNUstep GUI.
 
 %build
 if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
-   . %{_prefix}/GNUstep/Makefiles/GNUstep.sh 
+   . %{_prefix}/GNUstep/Makefiles/GNUstep.sh
 fi
 CFLAGS="%{rpmcflags}" ./configure --prefix=%{_prefix}/GNUstep --with-library-combo=%{libcombo}
 %{__make}
@@ -63,7 +63,7 @@ CFLAGS="%{rpmcflags}" ./configure --prefix=%{_prefix}/GNUstep --with-library-com
 %install
 rm -rf $RPM_BUILD_ROOT
 if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
-   . %{_prefix}/GNUstep/Makefiles/GNUstep.sh 
+   . %{_prefix}/GNUstep/Makefiles/GNUstep.sh
 fi
 install -d ${RPM_BUILD_ROOT}%{_prefix}/GNUstep/Library/Services
 
This page took 0.375325 seconds and 4 git commands to generate.