]> git.pld-linux.org Git - packages/ProjectCenter.git/blob - ProjectCenter.spec
- URL
[packages/ProjectCenter.git] / ProjectCenter.spec
1 Summary:        ProjectCenter - the GNUstep IDE
2 Summary(pl):    ProjectCenter - IDE dla ¶rodowiska GNUstep
3 Name:           ProjectCenter
4 Version:        0.3.5
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Development/Tools
8 Source0:        ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
9 # Source0-md5:  a8a6f17ea9d2cd1bc1ac7dea53e350c6
10 URL:            http://www.gnustep.org/developers/ProjectCenter.html
11 BuildRequires:  gnustep-extensions-devel
12 BuildRequires:  gnustep-gui-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/lib/GNUstep
16
17 %define         libcombo        gnu-gnu-gnu
18 %define         gsos            linux-gnu
19 %ifarch %{ix86}
20 %define         gscpu           ix86
21 %else
22 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
23 %define         gscpu           %{_target_cpu}
24 %endif
25
26 %description
27 This is ProjectCenter, the GNUstep IDE (Integrated Development
28 Environment) which is part of the GNUstep project.
29
30 %description -l pl
31 To jest ProjectCenter - IDE (Integrated Development Environment -
32 zintegrowane ¶rodowisko programisty) dla GNUstepa, bêd±ce czê¶ci±
33 projektu GNUstep.
34
35 %prep
36 %setup -q -n %{name}
37
38 %build
39 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
40 %{__make} \
41         OPTFLAG="%{rpmcflags}" \
42         messages=yes
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
47
48 %{__make} install \
49         GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post   -p /sbin/ldconfig
55 %postun -p /sbin/ldconfig
56
57 %files
58 %defattr(644,root,root,755)
59 %doc ANNOUNCE AUTHORS ChangeLog README* TODO
60
61 %dir %{_prefix}/System/Applications/ProjectCenter.app
62 %attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/ProjectCenter
63 %dir %{_prefix}/System/Applications/ProjectCenter.app/Resources
64 %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.desktop
65 %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.plist
66 %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.tiff
67 %dir %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle
68 %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/Resources
69 %attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/Resources/*.bundle/%{gscpu}
70 %dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}
71 %dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}
72 %dir %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}
73 %attr(755,root,root) %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/ProjectCenter
74 %{_prefix}/System/Applications/ProjectCenter.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
75
76 %{_prefix}/System/Library/Headers/ProjectCenter
77
78 %{_prefix}/System/Library/Libraries/%{gscpu}/%{gsos}/%{libcombo}/lib*.so*
This page took 0.078613 seconds and 3 git commands to generate.