-
Notifications
You must be signed in to change notification settings - Fork 625
Add mm-common and libxml++ packages #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "Signatures": { | ||
| "libxml++-3.2.0.tar.xz": "b786fae7fd7820d356698069a787d107995c3efcbef50d8f4efd3766ab768e4f" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| Summary: libxml++ | ||
| Name: libxml++ | ||
| Version: 3.2.0 | ||
| Release: 3%{?dist} | ||
| License: LGPLv2+ | ||
| Vendor: Microsoft Corporation | ||
| Distribution: Mariner | ||
| URL: http://libxmlplusplus.sourceforge.net/ | ||
| Source0: https://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz | ||
| BuildRequires: glibmm24-devel | ||
| BuildRequires: libxml2-devel | ||
| BuildRequires: mm-common | ||
| BuildRequires: pkg-config | ||
| Requires: glibmm24 | ||
| Requires: libxml2 | ||
|
|
||
| %description | ||
| This library provides a C++ interface to XML files. It uses libxml2 to access | ||
| the XML files, and in order to configure libxml++ you must have both libxml2 and | ||
| pkg-config installed. | ||
|
|
||
| %package doc | ||
| Summary: Documentation for %{name} | ||
| Group: Documentation/Other | ||
| Requires: %{name} = %{version} | ||
|
|
||
| %description doc | ||
| Documentation for %{name} | ||
|
|
||
| %package devel | ||
| Summary: Development files for %{name} | ||
| Requires: %{name} = %{version} | ||
|
|
||
| %description devel | ||
| This library provides a C++ interface to XML files. | ||
|
|
||
| %prep | ||
| %setup -q | ||
|
|
||
| %build | ||
| ./autogen.sh | ||
| %configure | ||
| make %{?_smp_mflags} | ||
|
|
||
| %install | ||
| make install DESTDIR=%{buildroot} | ||
| find %{buildroot} -type f -name "*.la" -delete -print | ||
|
|
||
| %files | ||
| %license COPYING | ||
| %doc README | ||
| %{_libdir}/*.so.* | ||
|
|
||
| %files devel | ||
| %{_includedir}/* | ||
| %{_libdir}/libxml++-3.0/* | ||
| %{_libdir}/*.so | ||
| %{_libdir}/pkgconfig/* | ||
|
|
||
| %files doc | ||
| %{_docdir}/* | ||
| %{_datadir}/devhelp/* | ||
|
|
||
| %changelog | ||
| * Mon Oct 12 2020 Thomas Crain <thcrain@microsoft.com> - 3.2.0-3 | ||
| - Remove .la files | ||
|
This conversation was marked as resolved.
Outdated
|
||
| - License verified | ||
|
|
||
| * Fri Jun 05 2020 Jonathan Chiu <jochi@microsoft.com> - 3.2.0-2 | ||
| - Update dependency names | ||
|
|
||
| * Mon Mar 30 2020 Jonathan Chiu <jochi@microsoft.com> - 3.2.0-1 | ||
| - Original version for CBL-Mariner | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "Signatures": { | ||
| "mm-common-1.0.0.tar.xz": "b97d9b041e5952486cab620b44ab09f6013a478f43b6699ae899b8a4da189cd4" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| Summary: mm-common module | ||
| Name: mm-common | ||
| Version: 1.0.0 | ||
| Release: 3%{?dist} | ||
| License: LGPLv2+ | ||
| Vendor: Microsoft Corporation | ||
| Distribution: Mariner | ||
| Group: Development/Libraries/C and C++ | ||
| URL: https://gtkmm.org | ||
| Source0: https://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.xz | ||
| %define debug_package %{nil} | ||
| BuildRequires: pkg-config | ||
| BuildArch: noarch | ||
|
|
||
| %description | ||
| The mm-common module provides the build infrastructure and utilities | ||
| shared among the GNOME C++ binding libraries. It is only a required | ||
| dependency for building the C++ bindings from the gnome.org version | ||
| control repository. | ||
|
|
||
| %prep | ||
| %setup -q | ||
|
|
||
| %build | ||
| ./autogen.sh | ||
| %configure | ||
| make %{?_smp_mflags} | ||
|
|
||
| %install | ||
| make install DESTDIR=%{buildroot} | ||
|
|
||
| %files | ||
| %license COPYING | ||
| %doc README | ||
| %{_bindir}/* | ||
| %{_datadir}/%{name}/* | ||
| %{_datadir}/pkgconfig/* | ||
| %{_datadir}/aclocal/* | ||
| %{_docdir}/%{name}/* | ||
| %{_mandir}/* | ||
|
|
||
| %changelog | ||
| * Mon Oct 12 2020 Thomas Crain <thcrain@microsoft.com> - 1.0.0-3 | ||
| - Update Source0 (removes need for libstdc++.tag file) | ||
| - Lint for Mariner style | ||
| - License verified | ||
|
|
||
| * Tue Jun 09 2020 Jonathan Chiu <jochi@microsoft.com> - 1.0.0-2 | ||
| - Include libstdc++.tag in source files so package can be built offline | ||
|
|
||
| * Mon Mar 30 2020 Jonathan Chiu <jochi@microsoft.com> - 1.0.0-1 | ||
| - Original version for CBL-Mariner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.