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