]> git.pld-linux.org Git - packages/althea.git/blobdiff - althea.spec
- s/An/A/
[packages/althea.git] / althea.spec
index 9d0f8a758fb198d09896e1fcd6dbbf610929ce08..7049ac2ad8bcf21feb00b85c01d855284de83049 100644 (file)
@@ -1,32 +1,33 @@
-Summary:       An GTK+ IMAP mail client
+Summary:       A GTK+ IMAP mail client
 Summary(pl):   Klient poczty IMAP w GTK+
 Name:          althea
 Version:       0.5.7
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
+# Source0-md5: ef84300c1f8a9e0d5d688b564c724e0e
 Patch0:                %{name}-cxx.patch
 Patch1:                %{name}-makefile.patch
+Patch2:                %{name}-etc_dir.patch
 URL:           http://althea.sourceforge.net/
-BuildRequires: libstdc++-devel
 BuildRequires: gtk+-devel
-BuildRequires: openssl-devel
+BuildRequires: libstdc++-devel
+BuildRequires: openssl-devel >= 0.9.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
 Althea is an SSL aware IMAP mail for X Window System.
 
 %description -l pl
-Althea jest klinetem poczty IMAP pod X Window System z mo¿liwo¶ci±
+Althea jest klientem poczty IMAP pod X Window System z mo¿liwo¶ci±
 wykorzystania po³±czeñ SSL.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
@@ -43,13 +44,11 @@ rm -rf $RPM_BUILD_ROOT
 
 find Documentation -name "CVS" | xargs rm -rf
 
-gzip -9nf althearc.example
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz Documentation/*
+%doc althearc.example Documentation/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/althea
This page took 0.071256 seconds and 4 git commands to generate.