Add RPM Packaging
authorJaekyun Lee <jkyun.lee@samsung.com>
Thu, 18 Aug 2011 07:04:52 +0000 (16:04 +0900)
committerJaekyun Lee <jkyun.lee@samsung.com>
Thu, 18 Aug 2011 07:04:52 +0000 (16:04 +0900)
packaging/elm-misc.spec [new file with mode: 0644]

diff --git a/packaging/elm-misc.spec b/packaging/elm-misc.spec
new file mode 100644 (file)
index 0000000..dfe8ea2
--- /dev/null
@@ -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
+
+