]> git.pld-linux.org Git - packages/cluster-sbd.git/commitdiff
- updated to 1.4.2, added -devel package with .pc file auto/th/cluster-sbd-1.4.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Mar 2023 11:16:05 +0000 (12:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Mar 2023 11:16:05 +0000 (12:16 +0100)
cluster-sbd.spec

index 6f49ecc8b77a2745f491454770be164aabdeb458..5b2aa59ae3680e2b79aec5909dfa49248bbcb0f5 100644 (file)
@@ -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
This page took 0.117778 seconds and 4 git commands to generate.