]> git.pld-linux.org Git - packages/LuserNET.git/blob - LuserNET.spec
- added
[packages/LuserNET.git] / LuserNET.spec
1 Summary:        Mail application for GNUstep
2 Summary(pl):    Aplikacja pocztowa dla ¶rodowiska GNUstep
3 Name:           LuserNET
4 Version:        0.4.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://w1.423.telia.com/~u42308495/alex/LuserNET/%{name}-%{version}.tar.gz
9 # Source0-md5:  3d17d7462a3aba295246362a90db3ea1
10 Patch0:         %{name}-initializeWithArguments.patch
11 URL:            http://www.collaboration-world.com/gnumail/
12 BuildRequires:  Pantomime-devel >= 1.1.2-4
13 BuildRequires:  gnustep-gui-devel >= 0.9.1
14 Requires:       Pantomime >= 1.1.2-4
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/%{_lib}/GNUstep
18
19 %define         libcombo        gnu-gnu-gnu
20 %define         gsos            linux-gnu
21 %ifarch %{ix86}
22 %define         gscpu           ix86
23 %else
24 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
25 %define         gscpu           %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
26 %endif
27
28 %description
29 A GNUStep news reader
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
37 %{__make} \
38         OPTFLAG="%{rpmcflags}" \
39         messages=yes
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
44
45 %{__make} install \
46         GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post   -p /sbin/ldconfig
52 %postun -p /sbin/ldconfig
53
54 %files
55 %defattr(644,root,root,755)
56 %doc Changes README
57
58 %dir %{_prefix}/System/Applications/LuserNET.app
59 %attr(755,root,root) %{_prefix}/System/Applications/LuserNET.app/LuserNET
60 %attr(755,root,root) %{_prefix}/System/Applications/LuserNET.app/%{gscpu}/%{gsos}/%{libcombo}/LuserNET
61 %{_prefix}/System/Applications/LuserNET.app/%{gscpu}/%{gsos}/%{libcombo}/library_paths.openapp
62
63 %dir %{_prefix}/System/Applications/LuserNET.app/Resources
64 %{_prefix}/System/Applications/LuserNET.app/Resources/*.desktop
65 %{_prefix}/System/Applications/LuserNET.app/Resources/*.plist
66 %{_prefix}/System/Applications/LuserNET.app/Resources/*.tiff
67 %{_prefix}/System/Applications/LuserNET.app/Resources/English.lproj
68 %lang(fr) %{_prefix}/System/Applications/LuserNET.app/Resources/French.lproj
69 %lang(de) %{_prefix}/System/Applications/LuserNET.app/Resources/German.lproj
70 %lang(es) %{_prefix}/System/Applications/LuserNET.app/Resources/Spanish.lproj
71 %lang(sv) %{_prefix}/System/Applications/LuserNET.app/Resources/Swedish.lproj
This page took 0.073786 seconds and 3 git commands to generate.