Move muya.spec to .fedora

This should work, but it hasn't been tested yet. In the future I'd like
to use branches before pushing large updates to master. This would also
give me the chance to see how symlinks behave when a different branch is
checked out.
This commit is contained in:
Donovan Glover 2018-11-13 12:47:50 -05:00
parent 1c5515d7a5
commit a3dda2b8b2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,6 @@
Name: muya Name: muya
Version: 0.1.0 Version: 0.1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Packages I use in addition to the defaults on Fedora Summary: Packages I use in addition to the defaults on Fedora
License: Various License: Various
BuildArch: noarch BuildArch: noarch
@ -63,18 +63,20 @@ manage dependencies and other installed files.
%{_bindir}/unowns %{_bindir}/unowns
%install %install
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/256colortest ROOT_DIR=../../.archlinux/PKGBUILDs
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorfade SCRIPTS_DIR=$ROOT_DIR/tari-scripts
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorhash install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/256colortest
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorhex install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorfade
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorline install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorhash
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorpanes install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorhex
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colortest install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorline
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/diamonds install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorpanes
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/dna install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colortest
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/ghosts install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/diamonds
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pipes install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/dna
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pmabove install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/ghosts
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pmleft install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/pipes
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/spaceinvaders install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/pmabove
install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/unowns install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/pmleft
install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/spaceinvaders
install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/unowns