diff --git a/SOURCES/default-bookmarks.html b/SOURCES/default-bookmarks.html new file mode 100644 index 0000000..9805a85 --- /dev/null +++ b/SOURCES/default-bookmarks.html @@ -0,0 +1,18 @@ + + + +Bookmarks +

Bookmarks

+ +

+

Personal Toolbar Folder

+

+

Centos + +
Wiki +
Documentation +
Forums +

+

diff --git a/SPECS/centos-bookmarks.spec b/SPECS/centos-bookmarks.spec new file mode 100644 index 0000000..00c8b32 --- /dev/null +++ b/SPECS/centos-bookmarks.spec @@ -0,0 +1,50 @@ +Name: centos-bookmarks +Version: 8 +Release: 1%{?dist} +Summary: CentOS Linux bookmarks +Group: Applications/Internet +License: GFDL +URL: http://www.centos.org +Source0: default-bookmarks.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Provides: system-bookmarks, redhat-bookmarks +Obsoletes: redhat-bookmarks + + + +%description +This package contains the default bookmarks for CentOS 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 +* Fri May 16 2014 Johnny Hughes 7-1.el7.centos +- update for centos-7 + +* Wed Jun 29 2011 Karanbir Singh 6-1.el6.centos +- Roll in CentOS branding (#4589, fpee) + +* Tue Aug 3 2010 Christopher Aillon 6-1 +- Update for RHEL 6 + +* Fri Jan 29 2010 Christopher Aillon 6-0 +- Initial SRPM +