diff options
author | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-05-28 17:35:56 +0000 |
---|---|---|
committer | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-05-28 17:35:56 +0000 |
commit | 8f694ea1c476ad3ee2d636056ace331171d05983 (patch) | |
tree | 0251329e5edb35648c3f337e6bb1c39c64d6a89a | |
parent | 023a14dc0a7572108e1b581ad73ad01b70986cca (diff) | |
download | xine-lib-8f694ea1c476ad3ee2d636056ace331171d05983.tar.gz xine-lib-8f694ea1c476ad3ee2d636056ace331171d05983.tar.bz2 |
spec-file: sorry, some wrong entries from my daily build-specfile
CVS patchset: 4977
CVS date: 2003/05/28 17:35:56
-rw-r--r-- | misc/xine-lib.spec.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 70361524c..205f21e6f 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -2,7 +2,7 @@ %define name libxine1 %define version @SPEC_VERSION@ %define dirversion 1.0.0 -%define release 0.pm.0 +%define release 0 %define major 1 %define libname %{shortname}%{major} @@ -413,7 +413,7 @@ libxine Sound-/Videoeinabeplugin für ogg/theora-Dateien #%ifarch i386 i486 i586 i686 i786 i868 i986 k6 k7 athlon #%package xvmc #Summary: libxine video output plugin using XVideo-extension with motion compensation -#Summary: libxine Videoausgabeplugin per XVideo-Erweiterung mit Motion Compensation +#Summary(de): libxine Videoausgabeplugin per XVideo-Erweiterung mit Motion Compensation #Group: Development/Libraries #Obsoletes: libxine0-xvmc # @@ -449,8 +449,7 @@ libxine-Purkulisdke, joka mahdollistaa Win32 DLL:n kdytvn. %setup -q -n @TAR_NAME@ %build -# following line doesn't work with all systems/gcc versions -# export CFLAGS="-O3 -march=pentium3 -mfpmath=sse,387 -mmmx -msse -mno-3dnow -mno-sse2 -funroll-loops -fomit-frame-pointer -foptimize-sibling-calls -minline-all-stringops -malign-double -m128bit-long-double" +export CFLAGS="${RPM_OPT_FLAGS}" if [ ! -f configure ]; then NO_CONFIGURE=1 ./autogen.sh @@ -636,7 +635,7 @@ rm ${RPM_BUILD_DIR}/filelist_libxine1_old %endif %clean -#rm -rf $RPM_BUILD_ROOT +rm -rf ${RPM_BUILD_ROOT} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig |