summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-03 10:39:31 +0200
committerStefano Karapetsas <[email protected]>2012-09-03 10:39:31 +0200
commit35219f8200e845bb7a5c4063917f8818579bfee7 (patch)
treebdb55ceb80dbc8bf6358d3a3f7e7a77feee621a9
parent4b97f945fd9ae97724bf8a72865898738bb1c105 (diff)
downloadmate-common-35219f8200e845bb7a5c4063917f8818579bfee7.tar.bz2
mate-common-35219f8200e845bb7a5c4063917f8818579bfee7.tar.xz
remove obsolete mate-common.spec
-rw-r--r--Makefile.am5
-rw-r--r--configure.in1
-rw-r--r--mate-common.spec.in39
3 files changed, 1 insertions, 44 deletions
diff --git a/Makefile.am b/Makefile.am
index 35ca548..8cf36ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,7 @@ SUBDIRS = macros doc-build doc
EXTRA_DIST = \
autogen.sh \
- mate-common.spec \
- mate-common.spec.in \
- doc/usage.txt \
- ChangeLog.pre-git
+ doc/usage.txt
DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules
diff --git a/configure.in b/configure.in
index 18faf3b..bdf5d7e 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,6 @@ AM_MAINTAINER_MODE([enable])
AC_CONFIG_FILES([
Makefile
-mate-common.spec
macros/Makefile
doc-build/Makefile
doc-build/mate-doc-common
diff --git a/mate-common.spec.in b/mate-common.spec.in
deleted file mode 100644
index 7f7d9ab..0000000
--- a/mate-common.spec.in
+++ /dev/null
@@ -1,39 +0,0 @@
-Name: mate-common
-Summary: mate-common contains useful things common to building mate packages
-Version: @VERSION@
-Release: 0
-License: GPL
-Group: Development/Tools
-Source: %{name}-%{version}.tar.gz
-URL: http://developer.gnome.org/
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-%description
-Contains files required to bootstrap various Mate modules when building
-from CVS.
-
-%changelog
-* Thu May 13 2004 James Henstridge <[email protected]>
-- update and simplify
-* Mon Mar 26 2000 Robin * Slomkowski <[email protected]>
-- created this thing, and replaced the generic specfile
-
-%prep
-%setup
-
-%build
-
-%configure
-make
-
-%install
-
-%makeinstall
-
-%files
-
-%defattr(-, root, root)
-%{_bindir}/*
-%{_datadir}/aclocal/*
-%{_datadir}/mate-common