automatic version update by autodist [release 0.32-1mamba;Tue Feb 20 2024]
This commit is contained in:
parent
f53676ea8b
commit
69f65a0e43
18
liblo.spec
18
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 <autodist@openmamba.org> 0.32-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 0.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user