summaryrefslogtreecommitdiff
path: root/mate-common.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'mate-common.spec.in')
-rw-r--r--mate-common.spec.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/mate-common.spec.in b/mate-common.spec.in
new file mode 100644
index 0000000..7f7d9ab
--- /dev/null
+++ b/mate-common.spec.in
@@ -0,0 +1,39 @@
+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