Author: glen Date: Wed Aug 17 22:06:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - -libs split, verbose files, track soname
---- Files affected: packages/mp4v2: mp4v2.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/mp4v2/mp4v2.spec diff -u packages/mp4v2/mp4v2.spec:1.4 packages/mp4v2/mp4v2.spec:1.5 --- packages/mp4v2/mp4v2.spec:1.4 Tue Aug 16 12:20:54 2011 +++ packages/mp4v2/mp4v2.spec Thu Aug 18 00:06:13 2011 @@ -1,16 +1,17 @@ # $Revision$, $Date$ # TODO -# - drop mp4v2 lib from mpeg4ip +# - drop mp4v2 lib/progs from mpeg4ip Summary: MP4v2 library provides API for creation and modification of MP4 files Name: mp4v2 Version: 1.9.1 -Release: 1 +Release: 2 License: MPL v1.1 -Group: Libraries +Group: Applications/Multimedia Source0: http://mp4v2.googlecode.com/files/%{name}-%{version}.tar.bz2 # Source0-md5: 986701929ef15b03155ac4fb16444797 URL: http://code.google.com/p/mp4v2/ BuildRequires: libstdc++-devel +Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -21,10 +22,19 @@ is a very powerful and extensible format that can accomodate practically any type of media. +%package libs +Summary: Header files for MP4v2 +Group: Libraries +Conflicts: mp4v2 < 1.9.1-2 + +%description libs +The libmp4v2 library provides an abstraction layer for working with +files using the mp4 container format. + %package devel Summary: Header files for MP4v2 Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description devel Header files for MP4v2. @@ -53,8 +63,8 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files %defattr(644,root,root,755) @@ -68,9 +78,15 @@ %attr(755,root,root) %{_bindir}/mp4chaps %attr(755,root,root) %{_bindir}/mp4info %attr(755,root,root) %{_bindir}/mp4file +%{_mandir}/man1/mp4art.1* +%{_mandir}/man1/mp4file.1* +%{_mandir}/man1/mp4subtitle.1* +%{_mandir}/man1/mp4track.1* + +%files libs +%defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libmp4v2.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libmp4v2.so.? -%{_mandir}/man1/* +%attr(755,root,root) %ghost %{_libdir}/libmp4v2.so.1 %files devel %defattr(644,root,root,755) @@ -88,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/08/17 22:06:13 glen +- -libs split, verbose files, track soname + Revision 1.4 2011/08/16 10:20:54 glen - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mp4v2/mp4v2.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
