diff options
author | Perberos <[email protected]> | 2011-12-01 21:46:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:46:33 -0300 |
commit | 9d1d71a22f9acf0c5c283064b805166ad612013b (patch) | |
tree | 10546fa370323cb9468ab9da26a36eb2147037b9 /mate-common.spec.in | |
download | mate-common-9d1d71a22f9acf0c5c283064b805166ad612013b.tar.bz2 mate-common-9d1d71a22f9acf0c5c283064b805166ad612013b.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'mate-common.spec.in')
-rw-r--r-- | mate-common.spec.in | 39 |
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 |