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