]> git.pld-linux.org Git - packages/LuserNET.git/blob - LuserNET.spec
- pl description
[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 %description -l pl
32 Czytnik news dla GNUStep
33
34 %prep
35 %setup -q
36 %patch0 -p1
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 Changes README
60
61 %dir %{_prefix}/System/Applications/LuserNET.app
62 %attr(755,root,root) %{_prefix}/System/Applications/LuserNET.app/LuserNET
63 %attr(755,root,root) %{_prefix}/System/Applications/LuserNET.app/%{gscpu}/%{gsos}/%{libcombo}/LuserNET
64 %{_prefix}/System/Applications/LuserNET.app/%{gscpu}/%{gsos}/%{libcombo}/library_paths.openapp
65
66 %dir %{_prefix}/System/Applications/LuserNET.app/Resources
67 %{_prefix}/System/Applications/LuserNET.app/Resources/*.desktop
68 %{_prefix}/System/Applications/LuserNET.app/Resources/*.plist
69 %{_prefix}/System/Applications/LuserNET.app/Resources/*.tiff
70 %{_prefix}/System/Applications/LuserNET.app/Resources/English.lproj
71 %lang(fr) %{_prefix}/System/Applications/LuserNET.app/Resources/French.lproj
72 %lang(de) %{_prefix}/System/Applications/LuserNET.app/Resources/German.lproj
73 %lang(es) %{_prefix}/System/Applications/LuserNET.app/Resources/Spanish.lproj
74 %lang(sv) %{_prefix}/System/Applications/LuserNET.app/Resources/Swedish.lproj
This page took 0.066481 seconds and 3 git commands to generate.