-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: ultramarine-phony-bookmarks (#21)
* add: ultramarine-phony-bookmarks * chore(release): bump release
- Loading branch information
Showing
4 changed files
with
36 additions
and
1 deletion.
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,5 @@ | ||
project pkg { | ||
rpm { | ||
spec = "ultramarine-phony-bookmarks.spec" | ||
} | ||
} |
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,28 @@ | ||
Name: ultramarine-phony-bookmarks | ||
Version: 0 | ||
Release: 1%?dist | ||
Summary: A substitute for fedora-bookmarks | ||
License: CC0 | ||
URL: https://ultramarine-linux.org | ||
Provides: system-bookmarks | ||
Conflicts: system-bookmarks | ||
Enhances: ultramarine-release | ||
|
||
%description | ||
This package substitutes / replaces fedora-bookmarks, which might be annoying | ||
especially for Firefox users. | ||
|
||
%prep | ||
cat<<EOF > README | ||
The `%name` package substitutes fedora-bookmarks. | ||
This prevents Firefox users from getting Fedora bookmarks. | ||
EOF | ||
|
||
%build | ||
|
||
%install | ||
|
||
%files | ||
%doc README | ||
|
||
%changelog |
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