]> git.pld-linux.org Git - packages/cronosII.git/blame - cronosII.spec
- updated gettext BR
[packages/cronosII.git] / cronosII.spec
CommitLineData
6f698479 1Summary: The GNOME Email Client
9f1c9a6d 2Summary(pl.UTF-8): Klient poczty dla GNOME
6f698479 3Name: cronosII
49da71e7 4Version: 0.2.2.23
5Release: 1
6f698479
AM
6License: GPL
7Group: Applications/Mail
a76677a5 8Source0: http://dl.sourceforge.net/cronosii/%{name}-%{version}.tar.bz2
7c18a1d9 9# Source0-md5: bf69cd713de0cba8d1da79d5e6687176
7b6f0c7e 10Patch0: %{name}-DESTDIR.patch
1dadbc16 11Patch1: %{name}-includes.patch
6f698479 12URL: http://cronosII.sourceforge.net/
8ea75de7 13BuildRequires: autoconf
7b6f0c7e 14BuildRequires: automake
fc01b45f 15BuildRequires: libtool
7d137077 16BuildRequires: gettext-tools
6f698479 17BuildRequires: glib-devel
6f698479 18BuildRequires: gnome-libs-devel
ff09a5e9 19BuildRequires: gnome-print-devel >= 0.28
47b5a822 20BuildRequires: gdk-pixbuf-devel
6f698479
AM
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
6f698479
AM
23
24%description
25Cronos II is a powerful GNOME mail client that uses its own database
b3c67bbd 26storage format to ensure the high performance it reaches.
6f698479 27
4a2a037c 28%description -l fr.UTF-8
6f698479
AM
29Cronos II est un puissant lecteur de mails pour GNOME. Il utilise son
30propre format de stockage des mails afin d'avoir les hautes
31performances qu'il est capable d'atteidre.
32
4a2a037c
JR
33%description -l pl.UTF-8
34Cronos II jest klientem poczty dla GNOME używającym własnego formatu
35bazy poczty mającego na celu zapewnienie wysokiej wydajności podczas
6f698479
AM
36jej czytania.
37
38%prep
39%setup -q
1dadbc16
MM
40%patch0 -p1
41%patch1
6f698479 42
ff09a5e9 43rm -f acinclude.m4 missing
44
6f698479 45%build
fc01b45f 46rm -f missing
a5a1d7f1 47%{__gettextize}
2c3e12a1 48%{__libtoolize}
2be9eedb 49%{__aclocal} -I %{_aclocaldir}/gnome
955d41ff 50%{__autoconf}
51%{__automake}
6f698479
AM
52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT \
60 desktopdir=%{_applnkdir}/Network/Mail \
959ee997 61 Internetdir=%{_applnkdir}/Network/Mail
6f698479 62
6f698479
AM
63%find_lang %{name} --with-gnome
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
1dadbc16 70%doc TODO README NEWS FEATURES AUTHORS ChangeLog
6f698479
AM
71%attr(755,root,root) %{_bindir}/*
72%{_datadir}/%{name}
73%{_applnkdir}/*/*/*.desktop
40a03193 74%{_pixmapsdir}/*
6f698479 75%{_mandir}/man*/*
This page took 0.136774 seconds and 4 git commands to generate.