[packages/dotnet-taglib-sharp] Rel 3

arekm arekm at pld-linux.org
Thu May 21 15:21:02 CEST 2026


commit ba3a0689ee410c134d3fd25501e965a75c27e597
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu May 21 15:20:46 2026 +0200

    Rel 3

 dotnet-taglib-sharp-makefile.patch | 18 +++++++++++++++---
 dotnet-taglib-sharp.spec           |  3 ++-
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/dotnet-taglib-sharp.spec b/dotnet-taglib-sharp.spec
index 77affc5..9c3fd63 100644
--- a/dotnet-taglib-sharp.spec
+++ b/dotnet-taglib-sharp.spec
@@ -1,10 +1,11 @@
 #
 # TODO: Make build as noarch
 #
+%undefine	_debugsource_packages
 Summary:	Metadata library for most common movie and music formats
 Name:		dotnet-taglib-sharp
 Version:	2.0.4.0
-Release:	2
+Release:	3
 License:	LGPL v2
 Group:		Libraries
 Source0:	http://download.banshee-project.org/taglib-sharp/%{version}/taglib-sharp-%{version}.tar.bz2
diff --git a/dotnet-taglib-sharp-makefile.patch b/dotnet-taglib-sharp-makefile.patch
index 00b3268..fe20e99 100644
--- a/dotnet-taglib-sharp-makefile.patch
+++ b/dotnet-taglib-sharp-makefile.patch
@@ -1,9 +1,21 @@
 --- 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
+@@ -23,7 +23,10 @@ DISTCHECK_CONFIGURE_FLAGS="--disable-doc
+ AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
+
+ dnl Check for Mono
+-AC_PATH_PROG(MCS, gmcs)
++AC_PATH_PROG(MCS, mcs)
++if test x$MCS = x; then
++	AC_PATH_PROG(MCS, gmcs)
++fi
+ if test x$MCS = x; then
+ 	AC_MSG_ERROR(You need mcs)
+ fi
+@@ -142,13 +145,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])
@@ -13,7 +25,7 @@
 -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dotnet-taglib-sharp.git/commitdiff/ba3a0689ee410c134d3fd25501e965a75c27e597



More information about the pld-cvs-commit mailing list