diff --git a/README.md b/README.md index 886ebc7..ee87a4e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libmms +Libmms is a library implementing the mms streaming protocol. + diff --git a/libmms.spec b/libmms.spec new file mode 100644 index 0000000..efd65d3 --- /dev/null +++ b/libmms.spec @@ -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 +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 0.6.3-1mamba +- automatic update by autodist + +* Wed Feb 09 2011 Automatic Build System 0.6.2-1mamba +- automatic update by autodist + +* Mon May 31 2010 Automatic Build System 0.6-1mamba +- automatic update by autodist + +* Wed Jun 11 2008 Tiziana Ferro 0.4-1mamba +- update to 0.4 + +* Tue Jun 14 2005 Davide Madrisan 0.1-1qilnx +- package created by autospec