]> git.pld-linux.org Git - packages/libdv.git/blobdiff - libdv.spec
- verbose bin, man files
[packages/libdv.git] / libdv.spec
index 5168b47306b69cb7c1d00d52913f77e9cf284507..d379e19a0853cc9ac857cd60e645b27479a4ec4d 100644 (file)
@@ -3,32 +3,32 @@
 %bcond_without gui             # don't build gui stuff
 %bcond_with    mmx             # use MMX asm (won't run on non-MMX CPU!)
 %bcond_without static_libs     # don't build static library
-#
-%ifarch athlon pentium3 pentium4 %{x8664}
+
+%ifarch athlon pentium2 pentium3 pentium4 %{x8664}
 %define                with_mmx        1
 %endif
 Summary:       DV video software codec
 Summary(pl.UTF-8):     Biblioteka do obsługi formatu wideo DV
 Name:          libdv
 Version:       1.0.0
-Release:       3
-License:       LGPL
+Release:       4
+License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libdv/%{name}-%{version}.tar.gz
 # Source0-md5: f895162161cfa4bb4a94c070a7caa6c7
 Patch0:                %{name}-include_fix.patch
 URL:           http://libdv.sourceforge.net/
-%if %{with gui}
-BuildRequires: SDL-devel >= 1.1.6
-BuildRequires: gtk+-devel >= 1.2.10-3
-BuildRequires: xorg-lib-libXv-devel
-%endif
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.7
 BuildRequires: popt-devel
 BuildRequires: rpmbuild(macros) >= 1.213
+%if %{with gui}
+BuildRequires: SDL-devel >= 1.1.6
+BuildRequires: gtk+-devel >= 1.2.10-3
+BuildRequires: xorg-lib-libXv-devel
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,18 +44,6 @@ formatem stosowanym przez większość cyfrowych urządzeń, zwykle tych,
 które używają interfejsu IEEE 1394 (FireWire/i.Link). libdv jest
 pisany zgodnie z oficjalnymi standardami DV, IEC 61834, SMPTE 314M.
 
-%package -n dv
-Summary:       Programs to encode and play DV files
-Summary(pl.UTF-8):     Programy do kodowania i odtwarzania plików DV
-Group:         X11/Applications/Multimedia
-Requires:      %{name} = %{version}-%{release}
-
-%description -n dv
-Programs to encode and play DV files.
-
-%description -n dv -l pl.UTF-8
-Programy do kodowania i odtwarzania plików DV.
-
 %package devel
 Summary:       DV library headers
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki DV
@@ -82,6 +70,18 @@ This is package with static libdv libraries.
 %description static -l pl.UTF-8
 Statyczna wersja biblioteki libdv.
 
+%package -n dv
+Summary:       Programs to encode and play DV files
+Summary(pl.UTF-8):     Programy do kodowania i odtwarzania plików DV
+Group:         X11/Applications/Multimedia
+Requires:      %{name} = %{version}-%{release}
+
+%description -n dv
+Programs to encode and play DV files.
+
+%description -n dv -l pl.UTF-8
+Programy do kodowania i odtwarzania plików DV.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -93,17 +93,17 @@ Statyczna wersja biblioteki libdv.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-shared \
+       %{!?with_mmx:--disable-asm} \
 %if %{with gui}
-       --enable-sdl \
        --enable-gtk \
+       --enable-sdl \
 %else
-       --disable-sdl \
        --disable-gtk \
+       --disable-sdl \
 %endif
-       --without-debug \
-       %{!?with_mmx:--disable-asm} \
-       %{!?with_static_libs:--disable-static}
+       --enable-shared \
+       %{!?with_static_libs:--disable-static} \
+       --without-debug
 
 %{__make}
 
@@ -124,13 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README.* TODO
 %attr(755,root,root) %{_libdir}/libdv.so.*.*.*
-
-%if %{with gui}
-%files -n dv
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%endif
+%attr(755,root,root) %ghost %{_libdir}/libdv.so.4
 
 %files devel
 %defattr(644,root,root,755)
@@ -144,3 +138,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libdv.a
 %endif
+
+%if %{with gui}
+%files -n dv
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dubdv
+%attr(755,root,root) %{_bindir}/dvconnect
+%attr(755,root,root) %{_bindir}/encodedv
+%attr(755,root,root) %{_bindir}/playdv
+%{_mandir}/man1/dubdv.1*
+%{_mandir}/man1/dvconnect.1*
+%{_mandir}/man1/encodedv.1*
+%{_mandir}/man1/playdv.1*
+%endif
This page took 0.130617 seconds and 4 git commands to generate.