You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
842 B
40 lines
842 B
2 years ago
|
%global major 9
|
||
|
%global minor 1
|
||
|
|
||
|
Name: sphere-bookmarks
|
||
|
Version: %{major}.%{minor}
|
||
|
Release: 1%{?dist}.inferitos
|
||
|
Summary: MSVSphere bookmarks
|
||
|
Group: Applications/Internet
|
||
|
License: GFDL
|
||
|
URL: https://msvsphere.ru
|
||
|
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 MSVSphere
|
||
|
|
||
|
%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
|