zlopez / rpms / centos-bookmarks

Forked from rpms/centos-bookmarks 3 years ago
Clone

Blame SPECS/centos-bookmarks.spec

6899b2
Name:           centos-bookmarks
6899b2
Version:        8
6899b2
Release:        1%{?dist}
6899b2
Summary:        CentOS Linux bookmarks
6899b2
Group:          Applications/Internet
6899b2
License:        GFDL
6899b2
URL:            http://www.centos.org
6899b2
Source0:        default-bookmarks.html
6899b2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6899b2
BuildArch:      noarch
9a0b35
Provides:       system-bookmarks
6899b2
6899b2
6899b2
6899b2
%description
6899b2
This package contains the default bookmarks for CentOS Linux
6899b2
6899b2
%prep
6899b2
6899b2
%build
6899b2
6899b2
%install
6899b2
%{__rm} -rf $RPM_BUILD_ROOT
6899b2
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/bookmarks
6899b2
install -p -m 644 %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/bookmarks
6899b2
6899b2
6899b2
%clean
6899b2
%{__rm} -rf $RPM_BUILD_ROOT
6899b2
6899b2
6899b2
%files
6899b2
%defattr(-,root,root,-)
6899b2
%dir %{_datadir}/bookmarks
6899b2
%{_datadir}/bookmarks/default-bookmarks.html
6899b2
6899b2
%changelog
9a0b35
* Thu May 16 2019 Johnny Hughes <johnny@centos.org>
9a0b35
- Rebuild for CentoS-8
9a0b35
6899b2
* Fri May 16 2014 Johnny Hughes <johnny@centos.org> 7-1.el7.centos
6899b2
- update for centos-7
6899b2
6899b2
* Wed Jun 29 2011 Karanbir Singh <kbsingh@centos.org> 6-1.el6.centos
6899b2
- Roll in CentOS branding (#4589, fpee)
6899b2
6899b2
* Tue Aug  3 2010 Christopher Aillon <caillon@redhat.com> 6-1
6899b2
- Update for RHEL 6
6899b2
6899b2
* Fri Jan 29 2010 Christopher Aillon <caillon@redhat.com> 6-0
6899b2
- Initial SRPM
6899b2