]> git.pld-linux.org Git - packages/Gorm.git/blob - Gorm.spec
f7d5c98bb731e0f7f167672e755549a0ac72001e
[packages/Gorm.git] / Gorm.spec
1 Summary:        Graphic Object Relationship modeler
2 Summary(pl.UTF-8):      Graficzny modeler zależności obiektów
3 Name:           Gorm
4 Version:        1.2.6
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Development/Tools
8 Source0:        ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-%{version}.tar.gz
9 # Source0-md5:  708d28cb4185409725818c3503d5443c
10 Patch0:         %{name}-link.patch
11 URL:            http://www.gnustep.org/experience/Gorm.html
12 BuildRequires:  gnustep-base-devel >= 1.13.0
13 BuildRequires:  gnustep-gui-devel >= 0.11.0
14 Requires:       gnustep-base >= 1.13.0
15 Requires:       gnustep-gui >= 0.11.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Gorm is an acronym for Graphic Object Relationship modeler (or perhaps
20 GNUstep Object Relationship Modeler). It is a clone of the NeXTstep
21 `Interface Builder' application for GNUstep.
22
23 %description -l pl.UTF-8
24 Gorm to skrót od Graphic Object Relationship modeler (czyli graficzny
25 modeler zależności obiektów). Jest to klon NeXTstepowej aplikacji
26 "Interface Builder" dla GNUstepa.
27
28 %package devel
29 Summary:        Header files for Gorm library
30 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Gorma
31 Group:          Development/Libraries
32 Requires:       %{name} = %{version}-%{release}
33 Requires:       gnustep-base-devel >= 1.13.0
34 Requires:       gnustep-gui-devel >= 0.11.0
35
36 %description devel
37 Header files for Gorm library.
38
39 %description devel -l pl.UTF-8
40 Pliki nagłówkowe biblioteki Gorma.
41
42 %prep
43 %setup -q -n gorm-%{version}
44 %patch0 -p1
45
46 %build
47 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
48 export GNUSTEP_FLATTENED=yes
49 %{__make} \
50         OPTFLAG="%{rpmcflags}" \
51         messages=yes
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
56 export GNUSTEP_FLATTENED=yes
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %doc ANNOUNCE ChangeLog NEWS README TODO
70 %attr(755,root,root) %{_bindir}/Gorm
71 %dir %{_libdir}/GNUstep/Applications/Gorm.app
72 %attr(755,root,root) %{_libdir}/GNUstep/Applications/Gorm.app/Gorm
73 %dir %{_libdir}/GNUstep/Applications/Gorm.app/Resources
74 %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.desktop
75 %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.plist
76 %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.tiff
77 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/GModel.plugin/GModel
78 %attr(755,root,root) /usr/lib/GNUstep/Applications/Gorm.app/Resources/GModel.plugin/GModel
79 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/GModel.plugin/Resources
80 /usr/lib/GNUstep/Applications/Gorm.app/Resources/GModel.plugin/Resources/Info-gnustep.plist
81 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/Nib.plugin/Nib
82 %attr(755,root,root) /usr/lib/GNUstep/Applications/Gorm.app/Resources/Nib.plugin/Nib
83 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/Nib.plugin/Resources
84 /usr/lib/GNUstep/Applications/Gorm.app/Resources/Nib.plugin/Resources/Info-gnustep.plist
85 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/Gorm.plugin/Gorm
86 %attr(755,root,root) /usr/lib/GNUstep/Applications/Gorm.app/Resources/Gorm.plugin/Gorm
87 %dir /usr/lib/GNUstep/Applications/Gorm.app/Resources/Gorm.plugin/Resources
88 /usr/lib/GNUstep/Applications/Gorm.app/Resources/Gorm.plugin/Resources/Info-gnustep.plist
89
90 %dir %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.palette
91 %dir %{_libdir}/GNUstep/Applications/Gorm.app/Resources/English.lproj
92 %{_libdir}/GNUstep/Applications/Gorm.app/Resources/English.lproj/*.gorm
93 %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.palette/Resources
94 %attr(755,root,root) %{_libdir}/GNUstep/Applications/Gorm.app/Resources/*.palette/[0-4]*
95 %attr(755,root,root) %{_libdir}/libGorm*.so.*.*.*
96
97 %files devel
98 %defattr(644,root,root,755)
99 %{_includedir}/GormCore
100 %{_includedir}/GormObjCHeaderParser
101 %{_includedir}/GormPrefs
102 %{_includedir}/InterfaceBuilder
103 %{_libdir}/libGorm*.so
This page took 0.076209 seconds and 2 git commands to generate.