diff options
author | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
commit | ead8ef613ce66d51399a87d225b4cd52c6c7983e (patch) | |
tree | 28331e03ae7cced58068fc2a35dbf127d109a73e /mate-themes.spec.in | |
download | mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.bz2 mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'mate-themes.spec.in')
-rw-r--r-- | mate-themes.spec.in | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/mate-themes.spec.in b/mate-themes.spec.in new file mode 100644 index 00000000..56d6d965 --- /dev/null +++ b/mate-themes.spec.in @@ -0,0 +1,46 @@ +Summary: Themes collection for MATE +Name: mate-themes +Version: @VERSION@ +Release: 0 +License: GPL +Group: User Interface/Desktop +Source: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Themes collection for MATE + +%prep +%setup + +%build +%configure +make + +%install +rm -rf ${RPM_BUILD_ROOT} +%makeinstall + +%clean +rm -rf ${RPM_BUILD_ROOT} + +%files +%defattr(-, root, root) +%{_libdir}/gtk-2.0/@GTK_BINARY_VERSION@/engines/*.so* +%{_datadir}/eazel-engine +%{_datadir}/icons/* +%{_datadir}/themes/* +%doc AUTHORS ChangeLog COPYING NEWS README + +%changelog +* Sun Jan 26 2003 Yanko Kaneti <[email protected]> +- Dont package the message catalogs, they are not used at runtime. + +* Sun Jan 26 2003 Yanko Kaneti <[email protected]> +- Add Changelog and NEWS to docs + +* Fri Jan 24 2003 Yanko Kaneti <[email protected]> +- Accomodate for the mate-desktop-themes merge + +* Fri Jan 17 2003 Yanko Kaneti <[email protected]> +- First spec |