rebuilt with debug package and specfile fixes [release 1.0.4-3mamba;Sat Oct 21 2023]
This commit is contained in:
parent
2f49ba9d23
commit
7e6b74e506
@ -1,9 +1,6 @@
|
||||
# libmimic
|
||||
|
||||
Audio/Video Conference software for Instant Messengers.
|
||||
It aims to provide Audio/Video conferencing for as
|
||||
many Instant Messengers as possible through a modular design.
|
||||
|
||||
Libmimic provides the API required for encoding and decoding MIMIC
|
||||
v2.x-encoded content.
|
||||
It aims to provide Audio/Video conferencing for as many Instant Messengers as possible through a modular design.
|
||||
Libmimic provides the API required for encoding and decoding MIMIC v2.x-encoded content.
|
||||
|
||||
|
@ -1,27 +1,24 @@
|
||||
Name: libmimic
|
||||
Version: 1.0.4
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Audio/Video Conference software for Instant Messengers
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://farsight.freedesktop.org/wiki/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.freedesktop.org/wiki/Software/Farstream/wiki/
|
||||
Source: http://downloads.sourceforge.net/project/farsight/libmimic/libmimic-%{version}/libmimic-%{version}.tar.gz
|
||||
License: LGPL
|
||||
BuildRequires: tetex-latex
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: tetex-latex
|
||||
|
||||
%description
|
||||
Audio/Video Conference software for Instant Messengers.
|
||||
It aims to provide Audio/Video conferencing for as
|
||||
many Instant Messengers as possible through a modular design.
|
||||
|
||||
Libmimic provides the API required for encoding and decoding MIMIC
|
||||
v2.x-encoded content.
|
||||
It aims to provide Audio/Video conferencing for as many Instant Messengers as possible through a modular design.
|
||||
Libmimic provides the API required for encoding and decoding MIMIC v2.x-encoded content.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
@ -30,8 +27,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Audio/Video Conference software for Instant Messengers.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package static
|
||||
Group: Development/Libraries
|
||||
@ -40,8 +36,7 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
Audio/Video Conference software for Instant Messengers.
|
||||
|
||||
This package contains static libraries need for development.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
%package apidocs
|
||||
Group: Documentation
|
||||
@ -49,11 +44,11 @@ Summary: %{name} API documentation
|
||||
|
||||
%description apidocs
|
||||
Audio/Video Conference software for Instant Messengers.
|
||||
|
||||
This package contains %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
@ -73,13 +68,14 @@ install -pm 644 src/mimic-private.h %{buildroot}%{_includedir}/
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmimic.so.*
|
||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/mimic*.h
|
||||
%{_libdir}/libmimic.so
|
||||
%{_libdir}/pkgconfig/libmimic.pc
|
||||
%doc ChangeLog INSTALL NEWS README
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
@ -90,6 +86,9 @@ install -pm 644 src/mimic-private.h %{buildroot}%{_includedir}/
|
||||
%doc doc/api/html
|
||||
|
||||
%changelog
|
||||
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-3mamba
|
||||
- rebuilt with debug package and specfile fixes
|
||||
|
||||
* Fri Jan 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
||||
- rebuilt in devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user