rpms/akonadi/F-11 .cvsignore, 1.9, 1.10 akonadi.spec, 1.30, 1.31 sources, 1.9, 1.10

Rex Dieter rdieter at fedoraproject.org
Thu Apr 30 20:46:45 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/akonadi/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19789/F-11

Modified Files:
	.cvsignore akonadi.spec sources 
Log Message:
* Thu Apr 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.2-1
- akonadi-1.1.2
- optimize scriptlets a bit



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	21 Jan 2009 18:54:02 -0000	1.9
+++ .cvsignore	30 Apr 2009 20:46:14 -0000	1.10
@@ -1 +1 @@
-akonadi-1.1.1.tar.bz2
+akonadi-1.1.2.tar.bz2


Index: akonadi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-11/akonadi.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- akonadi.spec	25 Feb 2009 14:31:34 -0000	1.30
+++ akonadi.spec	30 Apr 2009 20:46:14 -0000	1.31
@@ -1,12 +1,13 @@
+
 Summary: PIM Storage Service
 Name:    akonadi
-Version: 1.1.1
-Release: 6%{?dist}
+Version: 1.1.2
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://download.akonadi-project.org/
-Source0:  http://akonadi.omat.nl/akonadi-%{version}.tar.bz2
+Source0:  http://download.akonadi-project.org/akonadi-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # shrink default initial db size a bit (approx 140mb->28mb)
@@ -14,8 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Patch1: akonadi-1.1.1-mysql_conf.patch
 
 ## upstream
-# http://websvn.kde.org/branches/akonadi/1.1/server/src/akonadi.cpp?r1=905029&r2=931467&view=patch
-Patch100: akonadi-1.1.1-startup-2.patch
 
 BuildRequires: cmake >= 2.6.0
 BuildRequires: qt4-devel >= 4.4
@@ -33,7 +32,6 @@ Requires: qt4-mysql
 # not *strictly* required, but we need a functional default configuration
 Requires(hint): mysql-server
 
-Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
 %description
@@ -58,7 +56,6 @@ Requires: pkgconfig
 
 %patch1 -p1 -b .mysql_conf
 touch -d %{mysql_conf_timestamp} server/src/storage/mysql-global.conf
-%patch100 -p3 -b .startup-2
 
 
 %build
@@ -85,13 +82,16 @@ touch -d %{mysql_conf_timestamp} $RPM_BU
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
+
+%posttrans
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
-/sbin/ldconfig
-update-mime-database %{_datadir}/mime &> /dev/null || :
+/sbin/ldconfig ||:
+if [ $1 -eq 0 ] ; then
+  update-mime-database %{_datadir}/mime &> /dev/null ||:
+fi
 
 
 %files
@@ -118,6 +118,10 @@ update-mime-database %{_datadir}/mime &>
 
 
 %changelog
+* Thu Apr 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.2-1
+- akonadi-1.1.2
+- optimize scriptlets a bit
+
 * Wed Feb 25 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-6
 - rev startup patch
 - BR: cmake >= 2.6.0


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	21 Jan 2009 18:54:02 -0000	1.9
+++ sources	30 Apr 2009 20:46:14 -0000	1.10
@@ -1 +1 @@
-2e98b42cec9ec4e60a2e3c096f1a3106  akonadi-1.1.1.tar.bz2
+5651b02358f7d2f1c0954dfd31feafb1  akonadi-1.1.2.tar.bz2




More information about the fedora-extras-commits mailing list