From: Jaekyun Lee Date: Thu, 18 Aug 2011 07:04:52 +0000 (+0900) Subject: Add RPM Packaging X-Git-Tag: 2.0_alpha~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2a26296b429a1793a6c4d6ccb4301b23f15ceea;p=platform%2Fcore%2Fuifw%2Felm-misc.git Add RPM Packaging --- 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 + +