]> git.pld-linux.org Git - packages/eucalyptus.git/blob - eucalyptus.spec
- updated gettext BR
[packages/eucalyptus.git] / eucalyptus.spec
1 Summary:        The Eucalyptus Email Application
2 Summary(pl.UTF-8):      Program pocztowy Eucalyptus
3 Name:           eucalyptus
4 Version:        0.1.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Mail
8 Source0:        http://www.isengard-dev.org/download/linux/%{name}-%{version}.tar.gz
9 # Source0-md5:  81a5087fa0c8f8f4ea00cac3e17b7914
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-GNU_GETTEXT.patch
12 URL:            http://www.isengard-dev.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-tools
16 BuildRequires:  gnome-libs-devel >= 1.0.50
17 BuildRequires:  gtk+-devel >= 1.2.6
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _sysconfdir     /etc/X11/GNOME
21 %define         _localstatedir  /var
22
23 %description
24 An advanced multi-threaded MIME-aware email application.
25
26 %description -l pl.UTF-8
27 Zaawansowany program pocztowy obsługujący wątki i typy MIME.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__gettextize}
35 %{__aclocal}
36 %{__autoconf}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README TODO
54 %attr(755,root,root) %{_bindir}/eucalyptus
55 %{_pixmapsdir}/eucalyptus-logo.png
56 %{_applnkdir}/Internet/eucalyptus.desktop
This page took 0.070119 seconds and 3 git commands to generate.