Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-07-29 16:17:00 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-07-29 16:50:51 (GMT)
commit70887e49e0cce78ccdedb7269ccddd93ca9582b3 (patch)
tree5a1312210be3735e8635f1d0e2c3f2378f6092cb /rpms
parent66eef4d284e9ba6a78ff41dcccad680073e02383 (diff)
Add Makefile infrastructure to build rpms in place
Diffstat (limited to 'rpms')
-rw-r--r--rpms/sugar-artwork/Makefile2
-rw-r--r--rpms/sugar-datastore/Makefile2
-rw-r--r--rpms/sugar-toolkit/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpms/sugar-artwork/Makefile b/rpms/sugar-artwork/Makefile
index 04f4ab2..4230b29 100644
--- a/rpms/sugar-artwork/Makefile
+++ b/rpms/sugar-artwork/Makefile
@@ -1,6 +1,6 @@
# Makefile for source rpm: sugar
# $Id: Makefile,v 1.2 2009/11/25 23:15:39 notting Exp $
-NAME := sugar
+NAME := sugar-artwork
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/rpms/sugar-datastore/Makefile b/rpms/sugar-datastore/Makefile
index 04f4ab2..0523b3e 100644
--- a/rpms/sugar-datastore/Makefile
+++ b/rpms/sugar-datastore/Makefile
@@ -1,6 +1,6 @@
# Makefile for source rpm: sugar
# $Id: Makefile,v 1.2 2009/11/25 23:15:39 notting Exp $
-NAME := sugar
+NAME := sugar-datastore
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/rpms/sugar-toolkit/Makefile b/rpms/sugar-toolkit/Makefile
index 04f4ab2..ada6666 100644
--- a/rpms/sugar-toolkit/Makefile
+++ b/rpms/sugar-toolkit/Makefile
@@ -1,6 +1,6 @@
# Makefile for source rpm: sugar
# $Id: Makefile,v 1.2 2009/11/25 23:15:39 notting Exp $
-NAME := sugar
+NAME := sugar-toolkit
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common