-
Notifications
You must be signed in to change notification settings - Fork 560
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
6 changed files
with
21 additions
and
117 deletions.
There are no files selected for viewing
37 changes: 0 additions & 37 deletions
37
SPECS-EXTENDED/xdg-utils/0001-open-for-post-1.1.3-development.patch
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
SPECS-EXTENDED/xdg-utils/0002-xdg-open-better-pcmanfm-check-BR106636-BR106161.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"xdg-utils-1.1.3.tar.gz": "d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9", | ||
"xdg-utils-git_checkout.sh": "90195ebcfd437270360156f3dc633dfeed04e2dbc2199ed1a6c2deffa8603dbb" | ||
"xdg-utils-v1.2.1.tar.gz": "f6b648c064464c2636884c05746e80428110a576f8daacf46ef2e554dcfdae75" | ||
} | ||
} | ||
} |
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,25 +1,18 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
||
Summary: Basic desktop integration functions | ||
Summary: Basic desktop integration functions | ||
Name: xdg-utils | ||
Version: 1.1.3 | ||
Release: 7%{?dist} | ||
Version: 1.2.1 | ||
Release: 1%{?dist} | ||
|
||
URL: http://portland.freedesktop.org/ | ||
URL: https://www.freedesktop.org/wiki/Software/xdg-utils/ | ||
%if 0%{?snap:1} | ||
Source0: xdg-utils-%{version}-%{snap}.tar.gz | ||
%else | ||
# at least until freedesktop folks move over to release dir | ||
Source0: https://people.freedesktop.org/~rdieter/xdg-utils/xdg-utils-%{version}.tar.gz | ||
#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?prerelease:-%{prerelease}}.tar.gz | ||
Source0: https://gitlab.freedesktop.org/xdg/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz | ||
%endif | ||
Source1: xdg-utils-git_checkout.sh | ||
License: MIT | ||
|
||
## upstream patches (treat as sources in lookaside cache) | ||
Patch1: 0001-open-for-post-1.1.3-development.patch | ||
Patch2: 0002-xdg-open-better-pcmanfm-check-BR106636-BR106161.patch | ||
License: MIT | ||
|
||
# make sure BuildArch comes *after* patches, to ensure %%autosetup works right | ||
# http://bugzilla.redhat.com/1084309 | ||
|
@@ -35,7 +28,7 @@ Requires: which | |
%description | ||
The %{name} package is a set of simple scripts that provide basic | ||
desktop integration functions for any Free Desktop, such as Linux. | ||
They are intended to provide a set of defacto standards. | ||
They are intended to provide a set of defacto standards. | ||
This means that: | ||
* Third party software developers can rely on these xdg-utils | ||
for all of their simple integration needs. | ||
|
@@ -56,25 +49,25 @@ The following scripts are provided at this time: | |
|
||
|
||
%prep | ||
%autosetup -n %{name}-%{version}%{?pre:-%{pre}} -p1 | ||
%autosetup -n %{name}-v%{version} -p1 | ||
|
||
|
||
%build | ||
%configure | ||
|
||
%if 0%{?snap:1} | ||
make scripts-clean -C scripts | ||
make scripts-clean -C scripts | ||
make man scripts %{?_smp_mflags} -C scripts | ||
%endif | ||
make %{?_smp_mflags} | ||
|
||
%make_build | ||
|
||
%install | ||
make install DESTDIR=%{buildroot} | ||
%make_install | ||
|
||
|
||
%files | ||
%doc ChangeLog LICENSE README TODO | ||
%doc ChangeLog README.md TODO | ||
%license LICENSE | ||
%{_bindir}/xdg-desktop-icon | ||
%{_bindir}/xdg-desktop-menu | ||
%{_bindir}/xdg-email | ||
|
@@ -94,6 +87,10 @@ make install DESTDIR=%{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Dec 23 2024 Aninda Pradhan <[email protected]> - 1.2.1-1 | ||
- Upgraded to version 1.2.1 | ||
- License verified | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.1.3-7 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
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