This commit is contained in:
Dmitry Mikhirev 2012-05-22 17:01:23 +04:00
parent e5bbde38f0
commit f09b6d47cc

View file

@ -20,6 +20,13 @@ This theme is used by default in ROSA Desktop since 2011.
%prep
%setup -q -n ROSA
#fix #211 and remove couple tons of garbage - dm
for file in `find . -type f -name '*.svgz' -printf '%p '`
do
zgrep -Fv '/home/' ${file} | gzip > ${file}.tmp
mv -f ${file}.tmp ${file}
done
%install
mkdir -p %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA
mv * %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA