]> git.pld-linux.org Git - packages/Gorm.git/blobdiff - Gorm.spec
- up to 0.9.10
[packages/Gorm.git] / Gorm.spec
index 0c9f385c3b8c87d07767ab2b943b98976532b567..518066a3fcc46a4e73dfa3758788d2e59eea2300 100644 (file)
--- a/Gorm.spec
+++ b/Gorm.spec
@@ -1,17 +1,20 @@
 Summary:       Graphic Object Relationship modeler
 Summary(pl):   Graficzny modeler zale¿no¶ci obiektów
 Name:          Gorm
-Version:       0.4.0
+Version:       0.9.10
 Release:       1
 License:       GPL
 Group:         X11/Development/Tools
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
-# Source0-md5: b7fbf64438e626e4ae440e4507af786e
+# Source0-md5: bb5f9bff6012350839dabb8b3e5a019e
 URL:           http://www.gnustep.org/experience/Gorm.html
-BuildRequires: gnustep-gui-devel >= 0.8.9
+BuildRequires: gnustep-base-devel >= 0.10.0
+BuildRequires: gnustep-gui-devel >= 0.9.4
+Requires:      gnustep-base >= 0.10.0
+Requires:      gnustep-gui >= 0.9.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _prefix         /usr/lib/GNUstep
+%define         _prefix         /usr/%{_lib}/GNUstep
 
 %define                libcombo        gnu-gnu-gnu
 %define                gsos            linux-gnu
@@ -19,7 +22,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                gscpu           ix86
 %else
 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
-%define                gscpu           %{_target_cpu}
+%define                gscpu           %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
 %endif
 
 %description
@@ -36,8 +39,9 @@ modeler zale
 Summary:       Header files for Gorm library
 Summary(pl):   Pliki nag³ówkowe biblioteki Gorma
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      gnustep-gui-devel
+Requires:      %{name} = %{version}-%{release}
+Requires:      gnustep-base-devel >= 0.10.0
+Requires:      gnustep-gui-devel >= 0.9.4
 
 %description devel
 Header files for Gorm library.
@@ -75,10 +79,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_prefix}/System/Applications/Gorm.app/Gorm
 %dir %{_prefix}/System/Applications/Gorm.app/Resources
 %{_prefix}/System/Applications/Gorm.app/Resources/*.desktop
-%{_prefix}/System/Applications/Gorm.app/Resources/*.gorm
 %{_prefix}/System/Applications/Gorm.app/Resources/*.plist
 %{_prefix}/System/Applications/Gorm.app/Resources/*.tiff
 %dir %{_prefix}/System/Applications/Gorm.app/Resources/*.palette
+%dir %{_prefix}/System/Applications/Gorm.app/Resources/English.lproj
+%{_prefix}/System/Applications/Gorm.app/Resources/English.lproj/*.gorm
 %{_prefix}/System/Applications/Gorm.app/Resources/*.palette/Resources
 %attr(755,root,root) %{_prefix}/System/Applications/Gorm.app/Resources/*.palette/%{gscpu}
 %dir %{_prefix}/System/Applications/Gorm.app/%{gscpu}
@@ -87,18 +92,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_prefix}/System/Applications/Gorm.app/%{gscpu}/%{gsos}/%{libcombo}/Gorm
 %{_prefix}/System/Applications/Gorm.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
 
-%dir %{_prefix}/System/Applications/GormTest.app
-%attr(755,root,root) %{_prefix}/System/Applications/GormTest.app/GormTest
-%{_prefix}/System/Applications/GormTest.app/Resources
-%dir %{_prefix}/System/Applications/GormTest.app/%{gscpu}
-%dir %{_prefix}/System/Applications/GormTest.app/%{gscpu}/%{gsos}
-%dir %{_prefix}/System/Applications/GormTest.app/%{gscpu}/%{gsos}/%{libcombo}
-%attr(755,root,root) %{_prefix}/System/Applications/GormTest.app/%{gscpu}/%{gsos}/%{libcombo}/GormTest
-%{_prefix}/System/Applications/GormTest.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
-
 %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so.*
 
 %files devel
 %defattr(644,root,root,755)
+%{_prefix}/System/Library/Headers/%{libcombo}/GormCore
+%{_prefix}/System/Library/Headers/%{libcombo}/GormObjCHeaderParser
+%{_prefix}/System/Library/Headers/%{libcombo}/GormPrefs
 %{_prefix}/System/Library/Headers/%{libcombo}/InterfaceBuilder
 %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so
This page took 0.03751 seconds and 4 git commands to generate.