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