]> git.pld-linux.org Git - packages/ProjectCenter.git/commitdiff
- updated Headers dir
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Oct 2003 12:22:02 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added update patch for new gnustep-gui Headers structure (needed by -Werror)
- removed gnustep-extensions-devel from BR (not required)

Changed files:
    ProjectCenter-update.patch -> 1.1
    ProjectCenter.spec -> 1.4

ProjectCenter-update.patch [new file with mode: 0644]
ProjectCenter.spec

diff --git a/ProjectCenter-update.patch b/ProjectCenter-update.patch
new file mode 100644 (file)
index 0000000..bc01eff
--- /dev/null
@@ -0,0 +1,22 @@
+--- ProjectCenter/PCLib/PCFileManager.m.orig   2003-07-05 13:58:52.000000000 +0200
++++ ProjectCenter/PCLib/PCFileManager.m        2003-10-12 13:32:26.506892424 +0200
+@@ -33,7 +33,7 @@
+ #include "PCFileManager+UInterface.h"
+ #if defined(GNUSTEP)
+-#include <AppKit/IMLoading.h>
++#include <GNUstepGUI/IMLoading.h>
+ #endif
+ @implementation PCFileManager
+--- ProjectCenter/PCLib/PCProjectManager.m.orig        2003-07-02 13:32:45.000000000 +0200
++++ ProjectCenter/PCLib/PCProjectManager.m     2003-10-12 13:32:58.632008664 +0200
+@@ -38,7 +38,7 @@
+ #include "PCProjectManager+UInterface.h"
+ #if defined(GNUSTEP)
+-#include <AppKit/IMLoading.h>
++#include <GNUstepGUI/IMLoading.h>
+ #endif
+ #define SavePeriodDCN @"SavePeriodDidChangeNotification"
index bbc8c82c72572facdf741975e6b275def7ce52f1..645c5977ecebf6f5bd6c738020e5a427f77e820d 100644 (file)
@@ -7,9 +7,9 @@ License:        GPL
 Group:         X11/Development/Tools
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
 # Source0-md5: a8a6f17ea9d2cd1bc1ac7dea53e350c6
+Patch0:                %{name}-update.patch
 URL:           http://www.gnustep.org/experience/ProjectCenter.html
-BuildRequires: gnustep-extensions-devel
-BuildRequires: gnustep-gui-devel
+BuildRequires: gnustep-gui-devel >= 0.8.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/lib/GNUstep
@@ -34,6 +34,7 @@ projektu GNUstep.
 
 %prep
 %setup -q -n %{name}
+%patch -p1
 
 %build
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
@@ -73,6 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/ProjectCenter
 %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
 
-%{_prefix}/System/Library/Headers/ProjectCenter
+%{_prefix}/System/Library/Headers/%{libcombo}/ProjectCenter
 
 %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so*
This page took 0.07968 seconds and 4 git commands to generate.