Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
src
rocky-bookmarks
Commits
4996ee0f
Unverified
Commit
4996ee0f
authored
Feb 10, 2021
by
Louis Abel
📺
Browse files
initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
.rocky-bookmarks.metadata
0 → 100644
View file @
4996ee0f
SOURCES/default-bookmarks.html
0 → 100644
View file @
4996ee0f
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META
HTTP-EQUIV=
"Content-Type"
CONTENT=
"text/html; charset=UTF-8"
>
<TITLE>
Bookmarks
</TITLE>
<H1
LAST_MODIFIED=
"1612902018"
>
Bookmarks
</H1>
<DL><p>
<DT><H3
ADD_DATE=
"1612901018"
LAST_MODIFIED=
"1612902018"
PERSONAL_TOOLBAR_FOLDER=
"true"
ID=
"NC:PersonalToolbarFolder"
>
Personal Toolbar Folder
</H3>
<DL><p>
<DT><A
HREF=
"https://www.rockylinux.org/"
ADD_DATE=
"1612901088"
LAST_VISIT=
"1612901088"
LAST_MODIFIED=
"1612901088"
LAST_CHARSET=
"ISO-8859-1"
ID=
"rdf:#$n5d1O2"
>
Rocky Linux
</A>
<DT><A
HREF=
"https://wiki.rockylinux.org/"
ADD_DATE=
"1612901108"
LAST_VISIT=
"1612901108"
LAST_MODIFIED=
"1612901108"
LAST_CHARSET=
"ISO-8859-1"
ID=
"rdf:#$o5d1O2"
>
Rocky Wiki
</A>
<DT><A
HREF=
"http://forums.rockylinux.org/"
ADD_DATE=
"1612901138"
LAST_MODIFIED=
"1612901138"
ID=
"rdf:#$p5d1O2"
>
Rocky Forums
</A>
<DT><A
HREF=
"http://chat.rockylinux.org/"
ADD_DATE=
"1612901158"
LAST_MODIFIED=
"1612901158"
ID=
"rdf:#$p5d1O2"
>
Rocky Mattermost
</A>
</DL><p>
</DL><p>
SPECS/rocky-bookmarks.spec
0 → 100644
View file @
4996ee0f
Name: rocky-bookmarks
Version: 8
Release: 1%{?dist}
Summary: Rocky Linux bookmarks
Group: Applications/Internet
License: GFDL
URL: https://www.rockylinux.org
Source0: default-bookmarks.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Provides: system-bookmarks
%description
This package contains the default bookmarks for Rocky Linux
%prep
%build
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/bookmarks
install -p -m 644 %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/bookmarks
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%dir %{_datadir}/bookmarks
%{_datadir}/bookmarks/default-bookmarks.html
%changelog
* Wed Feb 10 2021 Louis Abel <label@rockylinux.org>
- Build for Rocky Linux 8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment