rpms/sylpheed/devel import.log, NONE, 1.1 .cvsignore, 1.41, 1.42 sources, 1.41, 1.42 sylpheed.spec, 1.99, 1.100 sylpheed-2.6.0-addrbook-csv-import.patch, 1.1, NONE

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon Jul 27 19:37:10 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/sylpheed/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18947/devel

Modified Files:
	.cvsignore sources sylpheed.spec 
Added Files:
	import.log 
Removed Files:
	sylpheed-2.6.0-addrbook-csv-import.patch 
Log Message:
new version 2.7.0



--- NEW FILE import.log ---
sylpheed-2_7_0-1_fc12:HEAD:sylpheed-2.7.0-1.fc12.src.rpm:1248723180


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- .cvsignore	19 Dec 2008 09:41:03 -0000	1.41
+++ .cvsignore	27 Jul 2009 19:37:09 -0000	1.42
@@ -1,2 +1 @@
-sylpheed-2.6.0.tar.bz2
-sylpheed-2.6.0.tar.bz2.asc
+sylpheed-2.7.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- sources	19 Dec 2008 09:41:03 -0000	1.41
+++ sources	27 Jul 2009 19:37:09 -0000	1.42
@@ -1,2 +1 @@
-5b7ed03b106e2a0d300b103652dd34c2  sylpheed-2.6.0.tar.bz2
-495ba47f34dcdbce14f056dbab3a54aa  sylpheed-2.6.0.tar.bz2.asc
+977a8fc56dafc2af948e082f3ac28d9e  sylpheed-2.7.0.tar.bz2


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -p -r1.99 -r1.100
--- sylpheed.spec	27 Jul 2009 05:14:31 -0000	1.99
+++ sylpheed.spec	27 Jul 2009 19:37:09 -0000	1.100
@@ -1,13 +1,13 @@
 # should be vendor 'fedora', but that would break upgrades for
 # people who have linked the desktop icon
-%define desktopvendor redhat
+%global desktopvendor redhat
 
-%define tarversion 2.6.0
+%global tarversion 2.7.0
 
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
-Version: 2.6.0
-Release: 5%{?dist}
+Version: 2.7.0
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -34,8 +34,6 @@ Patch2: sylpheed-2.5.0-desktop.patch
 Patch3: sylpheed-2.5.0-certsdir.patch
 # customisation for default Folder View preferences to mimic older Sylpheed
 Patch4: sylpheed-2.5.0-prefs_common.patch
-# crash-fix
-Patch5: sylpheed-2.6.0-addrbook-csv-import.patch
 
 # For xdg-open in patch1.
 Requires: xdg-utils
@@ -55,13 +53,36 @@ o XML-based address book
 
 See /usr/share/doc/sylpheed*/README for more information.
 
+
+%package devel
+Summary: Development files for sylpheed
+Group: Development/Libraries
+Requires: sylpheed = %{version}-%{release}
+
+%description devel
+This program is an X based fast email client which has features like:
+
+o user-friendly and intuitive interface
+o integrated NetNews client (partially implemented)
+o ability of keyboard-only operation
+o Mew/Wanderlust-like key bind
+o multipart MIME
+o unlimited multiple account handling
+o message queueing
+o assortment function
+o XML-based address book
+
+See /usr/share/doc/sylpheed*/README for more information.
+
+this package contains development files only
+
+
 %prep
 %setup -q -n sylpheed-%{tarversion}
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
 %patch3 -p1 -b .certsdir
 %patch4 -p1 -b .prefs_common
-%patch5 -p1 -b .addrbook-csv-import
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -81,7 +102,9 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
+
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 install -p -m 644 sylpheed-64x64.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/sylpheed.png
@@ -98,6 +121,12 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
+%post devel -p /sbin/ldconfig
+
+%postun devel -p /sbin/ldconfig
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README INSTALL TODO
@@ -109,7 +138,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/*
 %{_mandir}/man1/*
 
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/sylpheed/
+%{_libdir}/*
+
 %changelog
+* Mon Jul 27 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.7.0-1
+- new version 2.7.0
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- sylpheed-2.6.0-addrbook-csv-import.patch DELETED ---




More information about the fedora-extras-commits mailing list