-
Notifications
You must be signed in to change notification settings - Fork 26
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
5 changed files
with
396 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Name: rpm-rich-deps | ||
Epoch: 1 | ||
Version: 2.3.4 | ||
Release: 5.el8 | ||
License: MPL-2.0 | ||
Summary: A package for testing rich dependencies | ||
|
||
Group: Development/Tools | ||
Url: http://bobloblaw.com | ||
Packager: Michael Bluth | ||
Vendor: Bluth Company | ||
Vcs: https://github.com/rpm-rs/rpm | ||
|
||
BuildArch: noarch | ||
BuildRequires: file-devel | ||
|
||
Requires: (fur <= 2 or arson >= 1.0.0-1) | ||
Requires: staircar <= 99.1-3 | ||
Requires: /usr/bin/bash | ||
|
||
Requires(pre): zstd | ||
Requires(pre): glibc > 2.16 | ||
Requires(post): gzip | ||
|
||
Provides: laughter = 33 | ||
Provides: narration(ronhoward) | ||
Provides: /usr/bin/ls | ||
|
||
Obsoletes: cornballer < 444 | ||
Obsoletes: bluemangroup < 32.1-0 | ||
|
||
Conflicts: foxnetwork > 5555 | ||
|
||
Recommends: yacht > 9:11.0-0 | ||
Recommends: GeneParmesan(PI) | ||
Recommends: ((hiding and attic) if light-treason) | ||
|
||
Suggests: (job or money > 9000) | ||
Suggests: (dove and return) | ||
Suggests: (bobloblaw >= 1.1 if maritimelaw else anyone < 0.5.1-2) | ||
|
||
Supplements: comedy = 0:11.1-4 | ||
Supplements: ((hiding and illusion) unless alliance-of-magicians) | ||
|
||
Enhances: (bananas or magic) | ||
|
||
%description | ||
This package tests rich dependencies. | ||
|
||
%build | ||
echo "Now the story of a wealthy man who lost everything, and the one son who had no choice but to keep them all together." > README | ||
echo OK | ||
|
||
%install | ||
|
||
%clean | ||
|
||
%files | ||
%doc README | ||
|
||
%changelog | ||
* Mon Jun 14 2021 George Bluth <[email protected]> - 3.3.3-3 | ||
- There’s always money in the banana stand | ||
|
||
* Sun Apr 25 2021 Job Bluth <[email protected]> - 2.2.2-2 | ||
- I've made a huge mistake | ||
|
||
* Wed Mar 31 2021 Lucille Bluth <[email protected]> - 1.1.1-1 | ||
- It's a banana, Michael. How much could it cost, $10? |
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,44 @@ | ||
Name: triggers | ||
Version: 1.0 | ||
Release: %{rel} | ||
Summary: Testing trigger behavior | ||
Group: Testing | ||
License: GPL | ||
BuildArch: noarch | ||
|
||
%description | ||
%{summary} | ||
|
||
%files | ||
%defattr(-,root,root,-) | ||
|
||
%triggerprein -- %{trigpkg} | ||
echo %{name}-%{version}-%{release} TRIGGERPREIN $* | ||
|
||
%triggerin -- %{trigpkg} | ||
echo %{name}-%{version}-%{release} TRIGGERIN $* | ||
|
||
%triggerun -- %{trigpkg} | ||
echo %{name}-%{version}-%{release} TRIGGERUN $* | ||
|
||
%triggerpostun -- %{trigpkg} | ||
echo %{name}-%{version}-%{release} TRIGGERPOSTUN $* | ||
|
||
|
||
%pre | ||
|
||
%post | ||
|
||
%preun | ||
|
||
%postun | ||
|
||
%pretrans | ||
|
||
%posttrans | ||
|
||
%preuntrans | ||
|
||
%postuntrans | ||
|
||
%verifyscript |
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
Oops, something went wrong.