]> git.pld-linux.org Git - packages/mm-common.git/commitdiff
- updated to 1.0.1 auto/th/mm-common-1.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Jun 2020 15:55:30 +0000 (17:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Jun 2020 15:55:30 +0000 (17:55 +0200)
- added am patch (remove obsolete script from autotools bs)

mm-common-am.patch [new file with mode: 0644]
mm-common.spec

diff --git a/mm-common-am.patch b/mm-common-am.patch
new file mode 100644 (file)
index 0000000..cd20e12
--- /dev/null
@@ -0,0 +1,10 @@
+--- mm-common-1.0.1/Makefile.am.orig   2020-06-04 19:02:07.241744300 +0200
++++ mm-common-1.0.1/Makefile.am        2020-06-05 06:33:02.759166521 +0200
+@@ -116,7 +116,6 @@
+       skeletonmm/untracked/README
+ skeletonmm_script_files = \
+-  skeletonmm/tools/dist-cmd.py \
+   skeletonmm/tools/generate_defs_and_docs.sh
+ skeletonmm_files = $(skeletonmm_script_files) $(skeletonmm_data_files)
index aecf97917bd7d7bb652444a6c6ba63e41e2b90bf..f89e9a5ebafc59c2f010684082ee9b44d73af1de 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Common build files of the C++ binding libraries
 Summary(pl.UTF-8):     Wspólne pliki do budowy bibliotek wiązań do C++
 Name:          mm-common
-Version:       1.0.0
+Version:       1.0.1
 Release:       1
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/mm-common/1.0/%{name}-%{version}.tar.xz
-# Source0-md5: 9087b8612d75cbc1fad0c99e15c2a718
+# Source0-md5: 5b5a589f648bd83bfa6291081ebf5864
+Patch0:                %{name}-am.patch
 URL:           https://www.gtkmm.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -26,6 +27,7 @@ pomiędzy biblioteki wiązań C++ do GNOME.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python3$,%{__python3},' util/mm-common-get.in
 
This page took 0.200991 seconds and 4 git commands to generate.