mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
move the directives to build the devel file to the end of the specfile
so that the dependencies are right or else the dependencies all end up in the devel package and not the main ctdb package (This used to be ctdb commit 6e4347eb8e62c28987820f6e58626271c900b011)
This commit is contained in:
parent
e040a966af
commit
ccdb91a169
@ -9,9 +9,6 @@ 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
|
||||
|
||||
|
||||
#######################################################################
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user