From: Marcin Banasiak Date: Tue, 20 Mar 2012 21:41:52 +0000 (+0000) Subject: - skip tests (not included in release tarball) and don't build examples X-Git-Tag: auto/th/dotnet-taglib-sharp-2_0_4_0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdotnet-taglib-sharp.git;a=commitdiff_plain;h=6b30d830be3eaa37ebd6a15daa897b46f36b64a3 - skip tests (not included in release tarball) and don't build examples Changed files: dotnet-taglib-sharp-makefile.patch -> 1.1 --- diff --git a/dotnet-taglib-sharp-makefile.patch b/dotnet-taglib-sharp-makefile.patch new file mode 100644 index 0000000..00b3268 --- /dev/null +++ b/dotnet-taglib-sharp-makefile.patch @@ -0,0 +1,32 @@ +--- taglib-sharp-2.0.4.0/configure.ac.pld 2011-04-13 18:28:13.000000000 +0200 ++++ taglib-sharp-2.0.4.0/configure.ac 2012-03-20 22:29:11.776008903 +0100 +@@ -142,13 +142,7 @@ docs/Makefile + docs/Package.en.xml + ]) + +-# Test suite is not shipped, only builds from git. +-if test -d tests; then +- AC_CONFIG_FILES([tests/Makefile]) +- AM_CONDITIONAL(IN_DIST, false) +-else +- AM_CONDITIONAL(IN_DIST, true) +-fi ++AM_CONDITIONAL(IN_DIST, true) + AC_OUTPUT + + echo "TagLib# ($ASSEMBLY_NAME-$ASSEMBLY_VERSION) is ready to be compiled." +--- taglib-sharp-2.0.4.0/Makefile.am.pld 2012-03-20 22:23:06.257989085 +0100 ++++ taglib-sharp-2.0.4.0/Makefile.am 2012-03-20 22:28:47.722805878 +0100 +@@ -1,12 +1,7 @@ + SUBDIRS = \ + src \ +- examples \ + docs + +-if !IN_DIST +-SUBDIRS += tests +-endif +- + DIST_SUBDIRS = \ + src \ + examples \