From 69f65a0e439c5d208e6d951384ac2ca0b147fff3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 22 Feb 2024 01:36:51 +0100 Subject: [PATCH] automatic version update by autodist [release 0.32-1mamba;Tue Feb 20 2024] --- liblo.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/liblo.spec b/liblo.spec index 10b1f33..5040ab1 100644 --- a/liblo.spec +++ b/liblo.spec @@ -1,5 +1,5 @@ Name: liblo -Version: 0.31 +Version: 0.32 Release: 1mamba Summary: An implementation of the Open Sound Control protocol for POSIX systems Group: System/Libraries @@ -12,7 +12,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris. @@ -20,12 +19,13 @@ An implementation of the Open Sound Control protocol for POSIX systems, started %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} -Requires: %{name} = %{version} +Requires: %{name} = %{?epoch:%epoch:}:%{version}-%{release} %description devel An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q @@ -47,19 +47,21 @@ This package contains static libraries and header files need for development. %files %defattr(-,root,root) %{_bindir}/osc* -%{_libdir}/*.so.* +%{_libdir}/liblo.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/lo %{_includedir}/lo/*.h -%{_libdir}/*.la -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/liblo.so +%{_libdir}/pkgconfig/liblo.pc %doc ChangeLog INSTALL NEWS README TODO %changelog +* Tue Feb 20 2024 Automatic Build System 0.32-1mamba +- automatic version update by autodist + * Sun Mar 01 2020 Automatic Build System 0.31-1mamba - automatic version update by autodist