Add 60.ganesha to what gets installed by make install as well as by the RPM
[metze/ctdb/wip.git] / packaging / RPM / ctdb.spec.in
index 6706672cc0a4073d15412d7ba8b719117181eb0b..1f43825ec237a9b12f7fb7aecf0598ca3b9476d9 100644 (file)
@@ -3,15 +3,12 @@ Name: ctdb
 Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
-Version: 1.9
-Release: 1GITHASH
+Version: @VERSION@
+Release: 1
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
 URL: http://ctdb.samba.org/
-%package devel
-Summary: CTDB developmnet libraries
-Group: Development
 
 Source: ctdb-%{version}.tar.gz
 
@@ -27,9 +24,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 %description
 ctdb is the clustered database used by samba
 
-%description devel
-development libraries for ctdb
-
 
 #######################################################################
 
@@ -113,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ctdb/events.d/41.httpd
 %{_sysconfdir}/ctdb/events.d/50.samba
 %{_sysconfdir}/ctdb/events.d/60.nfs
-%{_sysconfdir}/ctdb/events.d/61.nfstickle
+%{_sysconfdir}/ctdb/events.d/60.ganesha
 %{_sysconfdir}/ctdb/events.d/62.cnfs
 %{_sysconfdir}/ctdb/events.d/70.iscsi
 %{_sysconfdir}/ctdb/events.d/91.lvs
@@ -132,6 +126,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
+%package devel
+Summary: CTDB developmnet libraries
+Group: Development
+
+%description devel
+development libraries for ctdb
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/ctdb.h
@@ -142,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libctdb.a
 
 %changelog
+* Tue May 25 2010 : Version 1.10
+ - New version 1.10
 * Tue May 25 2010 : Version 1.9
  - Lots of changes
 * Wed Mar 25 2010 : Version 1.0.114