-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
51 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
maps (0.3-1) UNRELEASED; urgency=medium | ||
|
||
* Update to v0.3 | ||
|
||
-- Aaruni Kaushik <[email protected]> Sun, 17 Nov 2024 13:12:32 +0200 | ||
|
||
maps (0.2-1) UNRELEASED; urgency=medium | ||
|
||
* Update to v0.2 | ||
|
This file contains 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 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,2 @@ | ||
usr/bin | ||
usr/share/bash-completion/completions |
This file contains 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,6 @@ | ||
#!/usr/bin/make -f | ||
%: | ||
dh $@ | ||
|
||
override_dh_auto_install: | ||
$(MAKE) DESTDIR=$$(pwd)/debian/maps prefix=/usr install |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: maps | ||
Version: 0.2.0.1 | ||
Version: 0.3.0.1 | ||
Release: 1%{?dist} | ||
Summary: Mathematical Packaging System | ||
BuildArch: noarch | ||
|
@@ -8,7 +8,8 @@ License: GPL3 | |
URL: https://github.com/mardi4NFDI/maps | ||
Source0: %{name}-%{version}.tar.gz | ||
|
||
Requires: git cairo-devel gcc python3-devel gobject-introspection-devel ostree-devel fuse-overlayfs libcap-devel autoconf cairo-gobject-devel bash-completion python-tomli meson | ||
Requires: git cairo-devel gcc python3-devel gobject-introspection-devel ostree-devel python3-progress libcap-devel autoconf cairo-gobject-devel bash-completion python-tomli meson | ||
#TODO: needs python3-tuspy | ||
|
||
%description | ||
MaPS helps mathematicians create and publish software runtimes, as well as deploy and run software inside published runtimes | ||
|
@@ -33,7 +34,10 @@ cp src/completion.bash $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/% | |
|
||
%changelog | ||
|
||
* Fru Jun 21 2024 Aaruni Kaushik <[email protected]> 0.2.0.1 | ||
* Sun Nov 17 2024 Aaruni Kaushik <[email protected]> 0.3.0.1 | ||
- Update to version 0.3 | ||
|
||
* Fri Jun 21 2024 Aaruni Kaushik <[email protected]> 0.2.0.1 | ||
- Update to version 0.2 | ||
|
||
* Mon Feb 12 2024 Aaruni Kaushk <[email protected]> 0.1.0.2 | ||
|
This file contains 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