automatic update by autodist [release 0.6.3-1mamba;Sun Apr 06 2014]
This commit is contained in:
parent
780b7ced89
commit
e27d515765
@ -1,2 +1,4 @@
|
||||
# libmms
|
||||
|
||||
Libmms is a library implementing the mms streaming protocol.
|
||||
|
||||
|
80
libmms.spec
Normal file
80
libmms.spec
Normal file
@ -0,0 +1,80 @@
|
||||
Name: libmms
|
||||
Version: 0.6.3
|
||||
Release: 1mamba
|
||||
Summary: MMS stream protocol library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://libmms.sf.net
|
||||
Source: http://downloads.sourceforge.net/sourceforge/libmms/libmms-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Libmms is a library implementing the mms streaming protocol.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
Libmms is a library implementing the mms streaming protocol.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING.LIB ChangeLog README README.LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libmms/mms.h
|
||||
%{_includedir}/libmms/mms_config.h
|
||||
%{_includedir}/libmms/mmsh.h
|
||||
%{_includedir}/libmms/mmsio.h
|
||||
%{_includedir}/libmms/mmsx.h
|
||||
#%{_includedir}/libmms/bswap.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sun Apr 06 2014 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Feb 09 2011 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon May 31 2010 Automatic Build System <autodist@mambasoft.it> 0.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 11 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.4-1mamba
|
||||
- update to 0.4
|
||||
|
||||
* Tue Jun 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.1-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user