]> git.pld-linux.org Git - packages/althea.git/commitdiff
- new spec :-), ready to build
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 23 Feb 2002 23:02:20 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added cxx, makefile patches

Changed files:
    althea.spec -> 1.1

althea.spec [new file with mode: 0644]

diff --git a/althea.spec b/althea.spec
new file mode 100644 (file)
index 0000000..b64f6a0
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       An GTK+ IMAP mail client
+Summary(pl):   Klient poczty IMAP w GTK+
+Name:          althea
+Version:       0.5.7
+Release:       1
+License:       GPL
+Group:         X11/Applications/Networking
+Group(de):     X11/Applikationen/Netzwerkwesen
+Group(pl):     X11/Aplikacje/Sieciowe
+Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+Patch0:                %{name}-cxx.patch
+Patch1:                %{name}-makefile.patch
+URL:           http://althea.sourceforge.net
+BuildRequires: libstdc++-devel
+BuildRequires: gtk+-devel
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+
+%description
+Althea is an SSL aware IMAP mail for X-windows.
+
+%description -l pl
+Althea jest klinetem poczty IMAP pod X-windows z mo¿liwo¶ci±
+wykorzystania po³±czeñ SSL.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
+        PIXDIR=%{_datadir}/althea \
+        DOCDIR=%{_defaultdocdir}/%{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       BINDIR=%{_bindir} \
+       PIXDIR=%{_datadir}/althea
+
+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/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/althea
This page took 0.055871 seconds and 4 git commands to generate.