]> git.pld-linux.org Git - packages/dshowserver.git/blobdiff - dshowserver.spec
- use %doc macro!!! Don't install documentation manually
[packages/dshowserver.git] / dshowserver.spec
index 6586f5e11f1637335a66239c6ec3ff35386ff8b2..99f30b5ab3da45fae18482d66d8a22fc5cb39c28 100644 (file)
@@ -1,29 +1,22 @@
 # Conditional build:
-%bcond_with    static  # static package for use with x86_64 systems
 #
 
 %define                svn                     101
-%define                rel                     0.1
 Summary:       Win32 CoreAVC H.264 codec helper
 Summary(pl.UTF-8):     Serwer windowsowego kodeka CoreAVC H.264.
 Name:          dshowserver
-Version:       0.1
-Release:       0.%{svn}.%{rel}
+Version:       0.%{svn}
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       %{name}-0.svn%{svn}.tar.bz2
-# Source0-md5: 9fa17ea92a3d78c34f251a4c56bbd750
+# Source0-md5: 9a5fefb6dc8e34114ae9ca99ee799eea
 Patch0:                %{name}-codecspath.patch
-Patch1:                %{name}-optflags.patch
+Patch1:                %{name}-make.patch
 URL:           http://code.google.com/p/coreavc-for-linux/
-%ifarch %{x8664}
-BuildRequires: gcc-multilib
-%{?with_static:BuildRequires:     glibc-static(i686)}
-%else
-%{?with_static:BuildRequires:     glibc-static}
-%endif
 BuildRequires: rpmbuild(macros) >= 1.453
 BuildRequires: sed >= 4.0
+BuildRequires: wine-devel
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,23 +45,23 @@ mplayer i xine. Dshowserver moze byc uzyty w architekturach x86 i
 x86_64. Jezeli twoj system jest 64 bitowy. Uzyj statycznych binariow
 zbudowanych w 32 bitowym srodowisku.
 
-%package -n registercodec
-Summary:       Utility to register win32 CoreAVC H.264 codec
-Summary(pl.UTF-8):     Narzedzie do rejestracji windowsowego kodeka CoreAVC H.264.
-Group:         X11/Applications/Multimedia
+#%package -n registercodec
+#Summary:      Utility to register win32 CoreAVC H.264 codec
+#Summary(pl.UTF-8):    Narzedzie do rejestracji windowsowego kodeka CoreAVC H.264.
+#Group:                X11/Applications/Multimedia
 
-%description -n registercodec
-Utility to register win32 CoreAVC H.264 codec for usage with
-mythtv/mplayer/xine.
+#%description -n registercodec
+#Utility to register win32 CoreAVC H.264 codec for usage with
+#mythtv/mplayer/xine.
 
-%description -n registercodec -l pl.UTF-8
-Narzedzie do przeprowadzenia rejestracji komercyjnego kodeka CoreAVC
-H.264.
+#%description -n registercodec -l pl.UTF-8
+#Narzedzie do przeprowadzenia rejestracji komercyjnego kodeka CoreAVC
+#H.264.
 
 %prep
 %setup -q -n %{name}-svn%{svn}
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
 
 %if "%{cc_version}" < "3.4"
 # CC version is arbitary (just to be > 3.3)
@@ -76,36 +69,28 @@ H.264.
 %endif
 
 %build
-cat << 'EOF' > config.mak
-override CC = %{__cc}
-override OPTFLAGS = %{rpmcflags}
-override LDFLAGS = %{rpmldflags}
-
-%{?with_static:STATIC = 1}
 
-AR = ar
-RANLIB = ranlib
-OBJDIR = ../objs
-EOF
-
-%{__make} -C dshowserver
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install dshowserver/dshowserver $RPM_BUILD_ROOT%{_bindir}/dshowserver
-install dshowserver/registercodec $RPM_BUILD_ROOT%{_bindir}/registercodec
-cp -a man/* $RPM_BUILD_ROOT%{_mandir}/man1
+%{__make} install -C dshowserver PREFIX=$RPM_BUILD_ROOT/usr
+install  -d $RPM_BUILD_ROOT%{_mandir}/man1
+#install dshowserver/dshowserver $RPM_BUILD_ROOT%{_bindir}/dshowserver
+#install dshowserver/registercodec $RPM_BUILD_ROOT%{_bindir}/registercodec
+cp -a man/ds* $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README
 %attr(755,root,video) %{_bindir}/dshowserver
+%attr(755,root,video) %{_libdir}/dshowserver/dshowserver.exe.so
 %{_mandir}/man1/ds*
 
-%files -n registercodec
-%defattr(644,root,root,755)
-%attr(755,root,video) %{_bindir}/registercodec
-%{_mandir}/man1/re*
+#%files -n registercodec
+#%defattr(644,root,root,755)
+#%attr(755,root,video) %{_bindir}/registercodec
+#%{_mandir}/man1/re*
This page took 0.295722 seconds and 4 git commands to generate.