]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- initial release od Sylpheed Claws (info about it at URL)
authorzytek <zytek@pld-linux.org>
Sun, 17 Feb 2002 16:14:25 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STB

Changed files:
    claws-mail.spec -> 1.1

claws-mail.spec [new file with mode: 0644]

diff --git a/claws-mail.spec b/claws-mail.spec
new file mode 100644 (file)
index 0000000..d9bd9d9
--- /dev/null
@@ -0,0 +1,96 @@
+# Conditional build:
+# _with_jconv          - adds much more codesets to choice from
+
+Summary:       A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
+Summary(pl):   Osobno rozwijana wersja Sylpheed z paroma zmianami/ulepszeniami.
+Name:          sylpheed-claws
+Version:       0.7.1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Networking
+Group(cs):     X11/Aplikace/Sí»ové
+Group(da):     X11/Programmer/Netværks
+Group(de):     X11/Applikationen/Netzwerkwesen
+Group(es):     X11/Aplicaciones/Red
+Group(fr):     X11/Applications/Réseau
+Group(it):     X11/Applicazioni/Rete
+Group(no):     X11/Applikasjoner/Nettverks
+Group(pl):     X11/Aplikacje/Sieciowe
+Group(pt_BR):  X11/Aplicações/Rede
+Group(pt):     X11/Aplicações/Rede
+Group(ru):     X11/ðÒÉÌÏÖÅÎÉÑ/óÅÔÅ×ÙÅ
+Group(sv):     X11/Tillämpningar/Nätverk
+Source0:       http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.gz
+Source1:       %{name}.desktop
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: imlib-devel
+BuildRequires: faces-devel
+BuildRequires: gettext-devel
+BuildRequires: gdk-pixbuf-devel >= 0.8
+BuildRequires: gtk+-devel >= 1.2.6
+BuildRequires: gtkhtml-devel >= 0.10.1
+%{?_with_jconv:BuildRequires:  libjconv-devel}
+BuildRequires: libtool
+BuildRequires: openssl-devel
+Requires:      faces
+Conflicts:     sylpheed
+URL:           http://sylpheed-claws.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+This program is an X based fast e-mail client which has features 
+same as orginal Sylpheed but with new/improved features.
+%description -l pl
+Szybki klient poczty o mo¿liwo¶ciach takich jak
+oryginalny Sylpheed ale z nowymi/poprawionymi funkcjami.
+
+%prep
+%setup -q -n sylpheed-0.7.1claws
+
+%build
+rm -f missing
+libtoolize --copy --force
+gettextize --copy --force 
+aclocal -I ac
+autoconf
+autoheader
+automake --add-missing --foreign --copy
+%configure \
+       %{!?_with_jconv:--disable-jconv} \
+       --enable-impib \
+       --enable-gdk-pixbuf \
+       --enable-threads \
+       --enable-ssl \
+       --enable-ipv6
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d  $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
+
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
+
+%find_lang sylpheed
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f sylpheed.lang
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/sylpheed
+%dir %{_datadir}/sylpheed/manual
+%{_datadir}/sylpheed/manual/en
+%lang(ja) %{_datadir}/sylpheed/manual/ja
+%{_applnkdir}/Network/Mail/*
This page took 0.071636 seconds and 4 git commands to generate.