Commit 2319d54b authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

The matroska specfile only builds libmatroska-devel and no libmatroska.

parent 42b1bab2
...@@ -915,7 +915,7 @@ DISTCLEAN_PKG += libebml-$(LIBEBML_VERSION).tar.bz2 ...@@ -915,7 +915,7 @@ DISTCLEAN_PKG += libebml-$(LIBEBML_VERSION).tar.bz2
libmatroska-rpm: libmatroska-$(LIBMATROSKA_VERSION).tar.bz2 libmatroska-rpm: libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
$(RPM_PREPARE) $(RPM_PREPARE)
cp libmatroska/make/linux/fedora-core.spec rpm/SPECS/libmatroska.spec cp libmatroska/make/linux/fedora-core.spec rpm/SPECS/libmatroska.spec
sed -e 's/Version: 0.7.8/Version: $(LIBMATROSKA_VERSION)/' -e 's/%{_prefix}/\/usr/' -e 's/%setup -q/%setup -q -n libmatroska/' -e 's/Release: 1/Release: 2/' -e 's/%package devel/%package devel\nRequires: %{name}/' -i.orig rpm/SPECS/libmatroska.spec sed -e 's/Version: 0.7.8/Version: $(LIBMATROSKA_VERSION)/' -e 's/%{_prefix}/\/usr/' -e 's/%setup -q/%setup -q -n libmatroska/' -e 's/Release: 1/Release: 2/' -i.orig rpm/SPECS/libmatroska.spec
$(RPM_BUILD_SPEC) $(RPM_BUILD_SPEC)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment