rpms/openchange/devel openchange.spec,1.15,1.16

Matthew Barnes mbarnes at fedoraproject.org
Fri Jun 18 19:40:10 UTC 2010


Author: mbarnes

Update of /cvs/pkgs/rpms/openchange/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4059

Modified Files:
	openchange.spec 
Log Message:

* Fri Jun 18 2010 Matthew Barnes <mbarnes at redhat.com> - 0.9-4
- Spec file cleanups.



Index: openchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openchange/devel/openchange.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- openchange.spec	24 May 2010 12:07:06 -0000	1.15
+++ openchange.spec	18 Jun 2010 19:40:10 -0000	1.16
@@ -1,8 +1,8 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define samba4_version 4.0.0-21alpha10
-%define talloc_version 1.2.0
-%define nickname COCHRANE
+%global samba4_version 4.0.0-21alpha10
+%global talloc_version 1.2.0
+%global nickname COCHRANE
 
 ### Abstract ###
 
@@ -10,7 +10,7 @@
 
 Name: openchange
 Version: 0.9
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/System
 Summary: Provides access to Microsoft Exchange servers using native protocols
 License: GPLv3+ and Public Domain
@@ -197,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %files python
-%defattr(0755,root,root,-)
+%defattr(-,root,root,-)
 %{python_sitearch}/openchange
 
 %files server
@@ -207,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/mapistore_backends/mapistore_sqlite3.so
 
 %changelog
+* Fri Jun 18 2010 Matthew Barnes <mbarnes at redhat.com> - 0.9-4
+- Spec file cleanups.
+
 * Mon May 24 2010 Matthew Barnes <mbarnes at redhat.com> - 0.9-3
 - Avoid a file conflict with man-pages package.
 



More information about the scm-commits mailing list