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