From c2a26296b429a1793a6c4d6ccb4301b23f15ceea Mon Sep 17 00:00:00 2001 From: Jaekyun Lee Date: Thu, 18 Aug 2011 16:04:52 +0900 Subject: [PATCH] Add RPM Packaging --- packaging/elm-misc.spec | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 packaging/elm-misc.spec diff --git a/packaging/elm-misc.spec b/packaging/elm-misc.spec new file mode 100644 index 0000000..dfe8ea2 --- /dev/null +++ b/packaging/elm-misc.spec @@ -0,0 +1,45 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# + +Name: elm-misc +Summary: Elementary config files +Version: 0.1 +Release: 1 +Group: TO_BE/FILLED_IN +License: TO BE FILLED IN +BuildArch: noarch +Source0: elm-misc-%{version}.tar.bz2 + + +%description +Elementary configuration files + + + + +%prep +%setup -q -n %{name} + + +%build + + + +%install +rm -rf %{buildroot} +%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d +%__cp etc/profile.d/elm.sh %{buildroot}%{_sysconfdir}/profile.d/elm.sh + + + + + + + +%files +%defattr(-,root,root,-) +/etc/profile.d/elm.sh + + -- 2.34.1