[packages/cluster-sbd] - updated to 1.4.2, added -devel package with .pc file

qboosh qboosh at pld-linux.org
Sat Mar 4 12:14:08 CET 2023


commit a454b53883c56bbb23ca17dcdcbbbc575701c768
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 4 12:16:05 2023 +0100

    - updated to 1.4.2, added -devel package with .pc file

 cluster-sbd.spec | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/cluster-sbd.spec b/cluster-sbd.spec
index 6f49ecc..5b2aa59 100644
--- a/cluster-sbd.spec
+++ b/cluster-sbd.spec
@@ -2,13 +2,13 @@
 Summary:	Shared-storage based death
 Summary(pl.UTF-8):	Uśmiercanie węzła poprzez współdzieloną przestrzeń dyskową
 Name:		cluster-sbd
-Version:	1.4.1
+Version:	1.4.2
 Release:	1
 License:	GPL v2+
 Group:		Daemons
 #Source0Download: https://github.com/ClusterLabs/sbd/releases
 Source0:	https://github.com/ClusterLabs/sbd/archive/v%{version}/sbd-%{version}.tar.gz
-# Source0-md5:	506253d40490d49a8effc0f563bcd666
+# Source0-md5:	035f9b05d11e4dfed44447e6dce56eb9
 URL:		https://github.com/ClusterLabs/sbd/
 BuildRequires:	autoconf >= 2.63
 # for serial-tests
@@ -17,12 +17,13 @@ BuildRequires:	corosync-devel >= 2.0
 BuildRequires:	glib2-devel >= 2.0
 BuildRequires:	libaio-devel
 BuildRequires:	libqb-devel
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:2
 BuildRequires:	libuuid-devel
 BuildRequires:	libxml2-devel >= 2.0
 BuildRequires:	pacemaker-devel >= 1.1.8
 BuildRequires:	perl-tools-pod
 BuildRequires:	pkgconfig
+BuildRequires:	rpm-build >= 4.6
 Requires:	cluster-glue-stonith >= 1.0.9
 Requires:	corosync-libs >= 2.0
 Requires:	pacemaker-libs >= 1.1.8
@@ -44,6 +45,19 @@ współdzielonej przestrzeni dyskowej.
 Komponent działa z klastrami Pacemaker (aktualnie testowany był tylko
 z klastrami wykorzystującymi "starą" wtyczkę corosync, nie kod MCP).
 
+%package devel
+Summary:	SBD development package
+Summary(pl.UTF-8):	Pakiet programistyczny SBD
+Group:		Development/Libraries
+# doesn't require base
+BuildArch:	noarch
+
+%description devel
+SBD development package containing build information.
+
+%description devel -l pl.UTF-8
+Pakiet programistyczny SBD, zawierający informacje z czasu budowania.
+
 %prep
 %setup -q -n sbd-%{version}
 
@@ -80,7 +94,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README.md ROADMAP
+%doc NEWS README.md
 %attr(755,root,root) %{_sbindir}/sbd
 %attr(755,root,root) %{_libdir}/stonith/plugins/external/sbd
 %{_mandir}/man8/sbd.8*
+
+%files devel
+%defattr(644,root,root,755)
+%{_npkgconfigdir}/sbd.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cluster-sbd.git/commitdiff/a454b53883c56bbb23ca17dcdcbbbc575701c768



More information about the pld-cvs-commit mailing list