]> git.pld-linux.org Git - packages/Gorm.git/blame_incremental - Gorm.spec
- 1.2.8
[packages/Gorm.git] / Gorm.spec
... / ...
CommitLineData
1Summary: Graphic Object Relationship modeler
2Summary(pl.UTF-8): Graficzny modeler zależności obiektów
3Name: Gorm
4Version: 1.2.8
5Release: 1
6License: GPL v3+
7Group: X11/Development/Tools
8Source0: ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-%{version}.tar.gz
9# Source0-md5: 6988f6845503d47fa32e1779a816e087
10Patch0: %{name}-link.patch
11URL: http://www.gnustep.org/experience/Gorm.html
12BuildRequires: gnustep-base-devel >= 1.13.0
13BuildRequires: gnustep-gui-devel >= 0.11.0
14Requires: gnustep-base >= 1.13.0
15Requires: gnustep-gui >= 0.16.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
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
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
26"Interface Builder" dla GNUstepa.
27
28%package devel
29Summary: Header files for Gorm library
30Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Gorma
31Group: Development/Libraries
32Requires: %{name} = %{version}-%{release}
33Requires: gnustep-base-devel >= 1.13.0
34Requires: gnustep-gui-devel >= 0.11.0
35
36%description devel
37Header files for Gorm library.
38
39%description devel -l pl.UTF-8
40Pliki nagłówkowe biblioteki Gorma.
41
42%prep
43%setup -q -n gorm-%{version}
44%patch0 -p1
45
46%build
47export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
48export GNUSTEP_FLATTENED=yes
49%{__make} \
50 OPTFLAG="%{rpmcflags}" \
51 messages=yes
52
53%install
54rm -rf $RPM_BUILD_ROOT
55export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
56export GNUSTEP_FLATTENED=yes
57export GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
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
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
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
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.*.*.*
97
98%files devel
99%defattr(644,root,root,755)
100%{_includedir}/GormCore
101%{_includedir}/GormObjCHeaderParser
102%{_includedir}/GormPrefs
103%{_includedir}/InterfaceBuilder
104%{_libdir}/libGorm*.so
This page took 0.099149 seconds and 4 git commands to generate.