]> git.pld-linux.org Git - packages/CodeEditor.git/commitdiff
- spec cleanup
authoraredridel <aredridel@pld-linux.org>
Sun, 10 Aug 2003 18:17:46 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    CodeEditor.spec -> 1.4

CodeEditor.spec

index ecf0abf0d58989cfeb755c277048c49934e40973..dbc060b048fe80a1f394a180fc801a0b62e94f43 100644 (file)
@@ -44,7 +44,7 @@ CodeEditorView bundle headers
 %setup -q -n codeeditor
 
 %build
-. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+. %{_libdir}/GNUstep/System/Library/Makefiles/GNUstep.sh
 %{__make} \
        OPTFLAG="%{rpmcflags}" \
        messages=yes
@@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
 
 %{__make} install \
-       GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
+       GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_libdir}/GNUstep/System
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README TODO
 %dir %{appdir}
-%attr(755,root,root) %{appdir}/CodeEditor
+%attr(755,root,root) %{appdir}/%{name}
 %dir %{appdir}/Resources
 %{appdir}/Resources/*.desktop
 %{appdir}/Resources/*.plist
@@ -73,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{appdir}/%{gscpu}
 %dir %{appdir}/%{gscpu}/%{gsos}
 %dir %{appdir}/%{gscpu}/%{gsos}/%{libcombo}
-%attr(755,root,root) %{appdir}/%{gscpu}/%{gsos}/%{libcombo}/CodeEditor
+%attr(755,root,root) %{appdir}/%{gscpu}/%{gsos}/%{libcombo}/%{name}
 %{appdir}/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
 
 %files libs
This page took 0.102344 seconds and 4 git commands to generate.