From: Jakub Bogusz Date: Sat, 4 Mar 2023 11:16:05 +0000 (+0100) Subject: - updated to 1.4.2, added -devel package with .pc file X-Git-Tag: auto/th/cluster-sbd-1.4.2-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a454b53883c56bbb23ca17dcdcbbbc575701c768;p=packages%2Fcluster-sbd.git - updated to 1.4.2, added -devel package with .pc file --- 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