Revert "add spec file for development rpm"
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jul 2008 03:14:34 +0000 (13:14 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jul 2008 03:14:34 +0000 (13:14 +1000)
This reverts commit bd7b254b81dda4d9d62516abf32f93f2503eb9bb.

packaging/RPM/ctdb-dev.spec [deleted file]

diff --git a/packaging/RPM/ctdb-dev.spec b/packaging/RPM/ctdb-dev.spec
deleted file mode 100644 (file)
index 409b938..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-%define initdir %{_sysconfdir}/init.d
-
-Summary: Clustered TDB
-Vendor: Samba Team
-Packager: Samba Team <samba@samba.org>
-Name: ctdb-dev
-Version: 1.0
-Release: 45
-Epoch: 0
-License: GNU GPL version 3
-Group: System Environment/Daemons
-URL: http://ctdb.samba.org/
-
-Source: ctdb-%{version}.tar.gz
-
-Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall
-Prereq: fileutils sed /etc/init.d
-
-Provides: ctdb-dev = %{version}
-
-Prefix: /usr
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-%description
-development files for ctdb
-
-
-#######################################################################
-
-%prep
-%setup -q
-# setup the init script and sysconfig file
-%setup -T -D -n ctdb-dev-%{version} -q
-
-%build
-# everything is already built when we built the main ctdb package
-
-%install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-
-%preun
-
-%postun
-
-
-#######################################################################
-## Files section                                                     ##
-#######################################################################
-
-%files
-%defattr(-,root,root)
-
-%{_includedir}/ctdb.h
-%{_includedir}/ctdb_private.h
-
-%changelog
-* Wed Jul 9 2008 : Version 1.0.45
- forked off ctdb-dev for development files (ctdb.h/ctdb_private.h)
-