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