Author: megabajt Date: Sun Oct 12 11:55:12 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.3.0 - added -devel and -static subpackages
---- Files affected: SPECS: ffmpegthumbnailer.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/ffmpegthumbnailer.spec diff -u SPECS/ffmpegthumbnailer.spec:1.5 SPECS/ffmpegthumbnailer.spec:1.6 --- SPECS/ffmpegthumbnailer.spec:1.5 Thu Feb 7 14:42:25 2008 +++ SPECS/ffmpegthumbnailer.spec Sun Oct 12 13:55:06 2008 @@ -2,18 +2,21 @@ Summary: Lightweight video thumbnailer Summary(pl.UTF-8): Lekki program do wykonywania miniaturek dla filmów Name: ffmpegthumbnailer -Version: 1.1.3 -Release: 2 +Version: 1.3.0 +Release: 1 License: GPL v2 Group: Applications/Graphics Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 8abed939bdbd7261cb22f6383b761e43 +# Source0-md5: 51296d03aafd522d9f5fd037e65bf161 URL: http://code.google.com/p/ffmpegthumbnailer/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: ffmpeg-devel BuildRequires: libpng-devel +BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: pkgconfig +Requires(post,postun): /sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -26,10 +29,37 @@ miniaturek dla plików filmów. Wykorzystuje ffmpeg do dekodowania klatek. +%package devel +Summary: Header files for libffmpegthumbnailer library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libffmpegthumbnailer +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: ffmpeg-devel +Requires: libpng-devel + +%description devel +Header files for libffmpegthumbnailer library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libffmpegthumbnailer. + +%package static +Summary: Static libffmpegthumbnailer library +Summary(pl.UTF-8): Statyczna biblioteka libffmpegthumbnailer +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libffmpegthumbnailer library. + +%description static -l pl.UTF-8 +Statyczna biblioteka libffmpegthumbnailer. + %prep %setup -q %build +%{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} @@ -45,10 +75,27 @@ %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/ffmpegthumbnailer +%attr(755,root,root) %{_libdir}/libffmpegthumbnailer.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libffmpegthumbnailer.so.2 +%{_mandir}/man1/ffmpegthumbnailer.1* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libffmpegthumbnailer.so +%{_libdir}/libffmpegthumbnailer.la +%{_includedir}/libffmpegthumbnailer +%{_pkgconfigdir}/libffmpegthumbnailer.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libffmpegthumbnailer.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2008/10/12 11:55:06 megabajt +- updated to 1.3.0 +- added -devel and -static subpackages + Revision 1.5 2008/02/07 13:42:25 glen - rel 2 (ffmpeg) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffmpegthumbnailer.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
