diff options
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | mate-common.spec.in | 39 |
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 |