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
|
Name: liblo
|
||||||
Version: 0.31
|
Version: 0.32
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Open Sound Control protocol for POSIX systems
|
Summary: An implementation of the Open Sound Control protocol for POSIX systems
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,7 +12,6 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris.
|
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
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{?epoch:%epoch:}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
An implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -47,19 +47,21 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/osc*
|
%{_bindir}/osc*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/liblo.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/lo
|
%dir %{_includedir}/lo
|
||||||
%{_includedir}/lo/*.h
|
%{_includedir}/lo/*.h
|
||||||
%{_libdir}/*.la
|
%{_libdir}/liblo.so
|
||||||
%{_libdir}/*.so
|
%{_libdir}/pkgconfig/liblo.pc
|
||||||
%{_libdir}/pkgconfig/*.pc
|
|
||||||
%doc ChangeLog INSTALL NEWS README TODO
|
%doc ChangeLog INSTALL NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 0.31-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user