File hycons-icon-theme.spec of Package hycons-icon-theme
%define theme_name hycons
Summary: Hycons-icon-theme
Name: hycons-icon-theme
Version: 3.0.0
Release: 1
License: CC-BY-NC-SA
Group: User Interface/Desktops
URL: http://kde-look.org/content/show.php/Hycons?content=101767
Source0: Hycons.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
An icon theme. http://kde-look.org/content/show.php/Hycons?content=101767
%prep
%setup -q -n Hycons
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/%{theme_name}
cp -a * $RPM_BUILD_ROOT%{_datadir}/icons/%{theme_name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/icons/%{theme_name}
%changelog
* Sun Aug 28 2011 Damianator <damianatorrpm@gmail.com> - 3.0.0
- Initial release