From a3dda2b8b24289881fb35535d4c2f0b00c701660 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Nov 2018 12:47:50 -0500 Subject: [PATCH] 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. --- {.PKGBUILDs => .fedora/RPMs}/muya.spec | 34 ++++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) rename {.PKGBUILDs => .fedora/RPMs}/muya.spec (54%) diff --git a/.PKGBUILDs/muya.spec b/.fedora/RPMs/muya.spec similarity index 54% rename from .PKGBUILDs/muya.spec rename to .fedora/RPMs/muya.spec index db48b37..d7d692e 100644 --- a/.PKGBUILDs/muya.spec +++ b/.fedora/RPMs/muya.spec @@ -1,6 +1,6 @@ Name: muya Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Packages I use in addition to the defaults on Fedora License: Various BuildArch: noarch @@ -63,18 +63,20 @@ manage dependencies and other installed files. %{_bindir}/unowns %install -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/256colortest -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorfade -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorhash -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorhex -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorline -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colorpanes -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/colortest -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/diamonds -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/dna -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/ghosts -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pipes -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pmabove -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/pmleft -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/spaceinvaders -install -Dm 755 -t %{buildroot}/%{_bindir} tari-scripts/unowns +ROOT_DIR=../../.archlinux/PKGBUILDs +SCRIPTS_DIR=$ROOT_DIR/tari-scripts +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/256colortest +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorfade +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorhash +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorhex +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorline +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colorpanes +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/colortest +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/diamonds +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/dna +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/ghosts +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/pipes +install -Dm 755 -t %{buildroot}/%{_bindir} $SCRIPTS_DIR/pmabove +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