rpms/akonadi/F-10 akonadi.spec,1.14,1.15

Kevin Kofler kkofler at fedoraproject.org
Mon Dec 1 00:07:45 UTC 2008


Author: kkofler

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

Modified Files:
	akonadi.spec 
Log Message:
* Mon Dec 01 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-5
- own /usr/share/akonadi and /usr/share/akonadi/agents (#473595)

(not worth building and pushing an update just for this)


Index: akonadi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-10/akonadi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- akonadi.spec	22 Oct 2008 20:00:02 -0000	1.14
+++ akonadi.spec	1 Dec 2008 00:07:14 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: PIM Storage Service
 Name:    akonadi
 Version: 1.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -65,6 +65,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/akonadi/agents
 
 
 %clean
@@ -92,6 +93,8 @@
 %{_datadir}/dbus-1/interfaces/
 %{_datadir}/dbus-1/services/org.freedesktop.Akonadi.Control.service
 %{_datadir}/mime/packages/akonadi-mime.xml
+%dir %{_datadir}/akonadi
+%dir %{_datadir}/akonadi/agents
 
 %files devel
 %defattr(-,root,root,-)
@@ -101,6 +104,9 @@
 
 
 %changelog
+* Mon Dec 01 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-5
+- own /usr/share/akonadi and /usr/share/akonadi/agents (#473595)
+
 * Wed Oct 22 2008 Rex Dieter <rdieter at fedoraproject.org> 1.0.0-4
 - drop Requires: mysql-server (for now), mention in %%description
 




More information about the fedora-extras-commits mailing list