]> git.pld-linux.org Git - packages/cronosII.git/blobdiff - cronosII.spec
- use http for sources from sourceforge
[packages/cronosII.git] / cronosII.spec
index aaca0236c658db552a2cbb3535ff1ba10875d318..ffb1f0ecbd27f05ec1612cf2fcb02ecf7a42a92d 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       The GNOME Email Client
 Summary(pl):   Klient poczty dla GNOME
 Name:          cronosII
-Version:       0.2.2
-Release:       2
+Version:       0.2.2.23
+Release:       1
 License:       GPL
 Group:         Applications/Mail
-Source0:       ftp://cronosii.sourceforge.net/pub/cronosii/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/cronosii/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-includes.patch
 URL:           http://cronosII.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -18,11 +19,10 @@ BuildRequires:      gnome-print-devel >= 0.28
 BuildRequires: gdk-pixbuf-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _prefix         /usr/X11R6
 
 %description
 Cronos II is a powerful GNOME mail client that uses its own database
-storage format to ensure the high performance it reachs.
+storage format to ensure the high performance it reaches.
 
 %description -l fr
 Cronos II est un puissant lecteur de mails pour GNOME. Il utilise son
@@ -37,14 +37,15 @@ jej czytania.
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 rm -f acinclude.m4 missing
 
 %build
 rm -f missing
-gettextize -c -f
+%{__gettextize}
 %{__libtoolize}
-aclocal -I %{_aclocaldir}/gnome
+%{__aclocal} -I %{_aclocaldir}/gnome
 %{__autoconf}
 %{__automake}
 %configure
@@ -58,8 +59,6 @@ rm -rf $RPM_BUILD_ROOT
        desktopdir=%{_applnkdir}/Network/Mail \
        Internetdir=%{_applnkdir}/Network/Mail
 
-gzip -9nf TODO README NEWS FEATURES AUTHORS ChangeLog
-
 %find_lang %{name} --with-gnome
 
 %clean
@@ -67,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc TODO README NEWS FEATURES AUTHORS ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_applnkdir}/*/*/*.desktop
This page took 0.089194 seconds and 4 git commands to generate.