rpms/claws-mail/FC-6 .cvsignore, 1.4, 1.5 claws-mail.spec, 1.4, 1.5 sources, 1.4, 1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Feb 28 12:56:42 UTC 2007


Author: awjb

Update of /cvs/extras/rpms/claws-mail/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10950/FC-6

Modified Files:
	.cvsignore claws-mail.spec sources 
Log Message:
- fix #228160
- devel subpackage does not require claws-mail anymore
- fix rpath issues
- fix pkg-config file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/claws-mail/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Feb 2007 08:49:08 -0000	1.4
+++ .cvsignore	28 Feb 2007 12:56:09 -0000	1.5
@@ -1 +1 @@
-claws-mail-2.7.2.tar.bz2
+claws-mail-2.8.0.tar.bz2


Index: claws-mail.spec
===================================================================
RCS file: /cvs/extras/rpms/claws-mail/FC-6/claws-mail.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- claws-mail.spec	7 Feb 2007 08:49:08 -0000	1.4
+++ claws-mail.spec	28 Feb 2007 12:56:09 -0000	1.5
@@ -1,16 +1,16 @@
 Name:           claws-mail
-Version:        2.7.2
+Version:        2.8.0
 Release:        1%{?dist}
 Summary:        The extended version of Sylpheed
 Group:          Applications/Internet
 License:        GPL
 URL:            http://claws-mail.org
-Source0:        http://dl.sf.net/sylpheed-claws/claws-mail-2.7.2.tar.bz2
+Source0:        http://dl.sf.net/sylpheed-claws/claws-mail-2.8.0.tar.bz2
 Source1:        claws-mail.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  flex, bison
 BuildRequires:  glib-devel >= 2.6.2
-BuildRequires:  gtk2-devel >= 2.4.9
+BuildRequires:  gtk2-devel >= 2.6.2
 BuildRequires:  compface >= 1.4
 BuildRequires:  openssl-devel >= 0.9.7
 BuildRequires:  openldap-devel >= 2.0.7
@@ -27,6 +27,8 @@
 BuildRequires:  libetpan-devel >= 0.49
 BuildRequires:  libgnomeprintui22-devel
 BuildRequires:  compface-devel
+BuildRequires:  perl
+BuildRequires:  libtool
 Obsoletes: sylpheed-claws <= 2.6.0
 Provides: sylpheed-claws = %{version}-%{release}
 
@@ -38,9 +40,9 @@
 %package        devel
 Summary:        Development package for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
 Obsoletes:      sylpheed-claws-devel <= 2.6.0
 Provides:       sylpheed-claws-devel = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains the header files  and pkgconfig file needed
@@ -105,18 +107,21 @@
 %configure --enable-openssl --enable-ipv6 \
            --enable-ldap --enable-jpilot \
            --enable-spamassassin-plugin \
-           --disable-mathml-viewer-plugin \
            --enable-aspell \
            --disable-dependency-tracking \
            --disable-rpath \
            --enable-compface
 
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
+
 %{__make} check
 
+
 %install
 %{__rm} -rf ${RPM_BUILD_ROOT}
+export LIBTOOL=%{_bindir}/false
 %makeinstall gnomedatadir=${RPM_BUILD_ROOT}/%{_datadir}
+
 %find_lang claws-mail
 
 desktop-file-install \
@@ -143,6 +148,17 @@
 # we have an desktop file already (#223436)
 %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/applications/claws-mail.desktop
 
+# Makefiles don't need to be in doc
+find manual -type f -name Makefile.am -exec rm {} \;
+find manual -type f -name Makefile.in -exec rm {} \;
+find manual -type f -name Makefile -exec rm {} \;
+
+# fix pkconfig
+%{__perl} -i  -pe 's/\/local//g;' ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/claws-mail.pc
+
+# don't think we need icon-theme.cache
+%{__rm} -f ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/icon-theme.cache
+
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
 
@@ -190,6 +206,14 @@
 
 
 %changelog
+* Tue Feb 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+2.8.0-1
+- version upgrade
+- fix #228160
+- devel subpackage does not require claws-mail anymore
+- fix rpath issues
+- fix pkg-config file
+
 * Wed Feb 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 2.7.2-1
 - version upgrade


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/claws-mail/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Feb 2007 08:49:08 -0000	1.4
+++ sources	28 Feb 2007 12:56:09 -0000	1.5
@@ -1 +1 @@
-079f167fba6e17ae2c688a0dae858b0f  claws-mail-2.7.2.tar.bz2
+c3f6ed9c639dbe7a8f36ecb0d8f59797  claws-mail-2.8.0.tar.bz2




More information about the fedora-extras-commits mailing list