Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMel Chua <mel@melchua.com>2010-01-06 15:43:27 (GMT)
committer Mel Chua <mel@melchua.com>2010-01-06 15:43:27 (GMT)
commit96692cac5ed0cc45e0171cc5002e4bf5665203b0 (patch)
tree1dca9d7c13a1027bb8e8ca2641db320a7313af50
parentbc243fe0e8a3c8142f36f66a9c6c2b06aaccfb7c (diff)
rpmdev-newspec sugar-visualmatch autogenerates a skeleton .spec file.
-rw-r--r--SPECS/sugar-visualmatch.spec42
1 files changed, 42 insertions, 0 deletions
diff --git a/SPECS/sugar-visualmatch.spec b/SPECS/sugar-visualmatch.spec
index e69de29..b91a108 100644
--- a/SPECS/sugar-visualmatch.spec
+++ b/SPECS/sugar-visualmatch.spec
@@ -0,0 +1,42 @@
+Name: sugar-visualmatch
+Version:
+Release: 1%{?dist}
+Summary:
+
+Group:
+License:
+URL:
+Source0:
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:
+Requires:
+
+%description
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+
+
+
+%changelog \ No newline at end of file