diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-15 08:23:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-15 08:23:41 -0400 |
commit | f569ca35db5b808f73a6d4eda4a2d525a3319064 (patch) | |
tree | e9efeb405da8bfe591f693608f921a6ba334f702 | |
parent | WIP: first attempt at rpm spec (diff) | |
download | chicago95-packages-f569ca35db5b808f73a6d4eda4a2d525a3319064.tar.gz chicago95-packages-f569ca35db5b808f73a6d4eda4a2d525a3319064.tar.bz2 chicago95-packages-f569ca35db5b808f73a6d4eda4a2d525a3319064.zip |
rpm rc1
-rw-r--r-- | chicago95.spec | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/chicago95.spec b/chicago95.spec index 5268127..45e56cb 100644 --- a/chicago95.spec +++ b/chicago95.spec @@ -1,3 +1,6 @@ +# Reference: +# https://src.fedoraproject.org/rpms/nagios-plugins/blob/master/f/nagios-plugins.spec +# debian/ for this package %define debug_package %{nil} %define committish master Name: chicago95-theme @@ -14,6 +17,15 @@ BuildArch: noarch Packager: B Stack <bgstack15@gmail.com> BuildRequires: txt2man #Provides: mimehandler(application/x-freefilesync-batch) + +%description +Assets to allow customization of Xfce to look as +close to Microsoft Windows 95 as possible. This +metapackage depends on most of the other chicago95 +packages. + +%package all +Summary: Chicago95 theme - all components Requires: %{name}-backgrounds Requires: %{name}-cursors Requires: %{name}-doc @@ -24,6 +36,11 @@ Requires: %{name}-login-sound Requires: %{name}-plus Requires: %{name}-plymouth Requires: %{name}-sounds +%description all +Assets to allow customization of Xfce to look as +close to Microsoft Windows 95 as possible. This +metapackage depends on most of the other chicago95 +packages. %package backgrounds Summary: Backgrounds for Chicago95 @@ -90,12 +107,6 @@ Summary: Windows Plus! Theme Conversion for XFCE/Chicago95 %description plus Translate Windows 95 Plus! themes to Gtk-compatible themes. -%description -Assets to allow customization of Xfce to look as -close to Microsoft Windows 95 as possible. This -metapackage depends on most of the other chicago95 -packages. - %prep %setup -n Chicago95-%{committish} @@ -131,7 +142,7 @@ update-desktop-database 1>/dev/null 2>&1 & : gtk-update-icon-cache %{_datadir}/icons/hicolor 1>/dev/null 2>&1 & : update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : -%files +%files all %files backgrounds %{_datadir}/backgrounds/Chicago95 @@ -154,7 +165,7 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %{_docdir}/chicago95 %files fonts -%{_fontbasedir}/truetype +%{_fontbasedir}/truetype/* %files gtk %{_datadir}/xfce4/terminal/colorschemes/Chicago95.theme @@ -186,20 +197,11 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %{_mandir}/man1/PlusGUI.1.gz %files plymouth -%{_datadir}/plymouth/themes +%{_datadir}/plymouth/themes/* %files sounds %{_datadir}/sounds/Chicago95/stereo %{_datadir}/sounds/Chicago95/index.theme -#%license %attr(444, -, -) License.txt -#%doc %attr(444, -, -) Changelog.txt -#%{_bindir}/%{pkgname} -#%{_bindir}/%{prog2name} -#%{_datadir}/applications/*.desktop -#%{_datadir}/icons/hicolor/*x*/*/*.png -#%{_datadir}/mime/packages/* -#%{_datadir}/%{name} -#%%ghost %%config %%attr(666, -, -) %%{_datadir}/%%{name}/GlobalSettings.xml %changelog * Tue Jul 14 2020 B Stack <bgstack15@gmail.com> - 2.0.1-1 |