]> git.pld-linux.org Git - packages/ProjectCenter.git/blobdiff - ProjectCenter.spec
- up to 0.5.0
[packages/ProjectCenter.git] / ProjectCenter.spec
index 9bac174635e2d2c13f36df563f56e413afe9b64e..b02064d64f5357abf5983c0b1b2c01a4397ec6d0 100644 (file)
@@ -1,51 +1,45 @@
 Summary:       ProjectCenter - the GNUstep IDE
-Summary(pl):   ProjectCenter - IDE dla ¶rodowiska GNUstep
+Summary(pl.UTF-8):     ProjectCenter - IDE dla środowiska GNUstep
 Name:          ProjectCenter
-Version:       0.3.5
-Release:       0.1
+Version:       0.5.0
+Release:       1
 License:       GPL
 Group:         X11/Development/Tools
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
-# Source0-md5: a8a6f17ea9d2cd1bc1ac7dea53e350c6
-BuildRequires: gnustep-extensions-devel
-BuildRequires: gnustep-gui-devel
+# Source0-md5: acaabf63b627246f853bdd14d2455e4a
+Patch0:                %{name}-link.patch
+URL:           http://www.gnustep.org/experience/ProjectCenter.html
+BuildRequires: gnustep-gui-devel >= 0.10.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _prefix         /usr/lib/GNUstep
-
-%define                libcombo        gnu-gnu-gnu
-%define                gsos            linux-gnu
-%ifarch %{ix86}
-%define                gscpu           ix86
-%else
-# also s/alpha.*/alpha/, but we use only "alpha" arch for now
-%define                gscpu           %{_target_cpu}
-%endif
-
 %description
 This is ProjectCenter, the GNUstep IDE (Integrated Development
 Environment) which is part of the GNUstep project.
 
-%description -l pl
+%description -l pl.UTF-8
 To jest ProjectCenter - IDE (Integrated Development Environment -
-zintegrowane ¶rodowisko programisty) dla GNUstepa, bêd±ce czê¶ci±
+zintegrowane środowisko programisty) dla GNUstepa, będące częścią
 projektu GNUstep.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+#%patch0 -p1
 
 %build
-. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
+export GNUSTEP_FLATTENED=yes
+
 %{__make} \
        OPTFLAG="%{rpmcflags}" \
        messages=yes
 
 %install
 rm -rf $RPM_BUILD_ROOT
-. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
+export GNUSTEP_FLATTENED=yes
 
 %{__make} install \
-       GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,23 +49,34 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ANNOUNCE AUTHORS ChangeLog README* TODO
+%doc Documentation/{ANNOUNCE,AUTHORS,ChangeLog*,README*,TODO}
+
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.desktop
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.plist
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.tiff
+%dir %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.editor
+%{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/Resources/*.project
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter
 
-%dir %{_prefix}/System/Applications/ProjectCenter.app
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/ProjectCenter
-%dir %{_prefix}/System/Applications/ProjectCenter.app/Resources
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.desktop
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.plist
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.tiff
-%dir %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle
-%{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/Resources
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/%{gscpu}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}
-%dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}
-%attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/ProjectCenter
-%{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/Current
+%dir %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}/Headers
+%{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}/Resources
+%attr(755,root,root) %{_prefix}/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/%{version}
 
-%{_prefix}/System/Library/Headers/ProjectCenter
+%{_includedir}/ProjectCenter
 
-%{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so*
+%attr(755,root,root) %{_prefix}/lib/lib*.so*
+%attr(755,root,root) %{_bindir}/ProjectCenter
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/English.lproj/*.gorm
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/*.editor
+%{_libdir}/GNUstep/Applications/ProjectCenter.app/Resources/*.parser
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/Headers
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/ProjectCenter
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/Resources
+%{_libdir}/GNUstep/Frameworks/ProjectCenter.framework/libProjectCenter.so
This page took 0.109443 seconds and 4 git commands to generate.