From df99d6ab3579ba4ee3438bd471aa3513d35587fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 15 Oct 2015 20:34:51 +0200 Subject: [PATCH] 0.17.1-2.rev2: remove/adjust spec file archaisms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- libqb.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/libqb.spec b/libqb.spec index e14ab93..b447d6a 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,13 +1,12 @@ Name: libqb Version: 0.17.1 -Release: 2.rev1%{?dist} +Release: 2.rev2%{?dist} Summary: An IPC library for high performance servers Group: System Environment/Libraries License: LGPLv2+ URL: https://github.com/ClusterLabs/libqb Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake libtool doxygen procps check-devel @@ -30,21 +29,17 @@ make %{?_smp_mflags} make -j1 check %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' rm -rf $RPM_BUILD_ROOT/%{_docdir}/* -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_sbindir}/qb-blackbox %{_libdir}/libqb.so.* @@ -59,7 +54,8 @@ developing applications that use %{name}. %files devel %defattr(-,root,root,-) -%doc COPYING README.markdown +%doc README.markdown +%license COPYING %{_includedir}/qb/ %{_libdir}/libqb.so %{_libdir}/pkgconfig/libqb.pc