rpms/kdeartwork/devel kdeartwork.spec,1.103,1.104

Jaroslav Reznik jreznik at fedoraproject.org
Wed Apr 1 14:49:23 UTC 2009


Author: jreznik

Update of /cvs/pkgs/rpms/kdeartwork/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18452

Modified Files:
	kdeartwork.spec 
Log Message:
* Tue Mar 31 2009 Jaroslav Reznik <jreznik at redhat.com> - 4.2.2-2
- split wallpapers and sounds                                   
- noarch subpackages



Index: kdeartwork.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdeartwork/devel/kdeartwork.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- kdeartwork.spec	31 Mar 2009 11:22:52 -0000	1.103
+++ kdeartwork.spec	1 Apr 2009 14:48:53 -0000	1.104
@@ -1,6 +1,6 @@
 Name:           kdeartwork
 Version:        4.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Additional artwork (themes, sound themes, ...) for KDE
 
 License:        GPLv2
@@ -41,6 +41,7 @@
 Provides:  kdeartwork-icons-crystalsvg = %{version}-%{release}
 Requires(post): xdg-utils
 Requires(postun): xdg-utils
+BuildArch: noarch
 %description -n crystalsvg-icon-theme
 This package contains the crystalsvg icon theme.
 It was the standard theme in KDE3 and is needed for KDE3 applications.
@@ -52,6 +53,7 @@
 Provides: kdeclassic-icon-theme = %{version}-%{release}
 Requires(post): xdg-utils
 Requires(postun): xdg-utils
+BuildArch: noarch
 %description icons
 This contains icon themes:
 * kdeclassic
@@ -73,6 +75,21 @@
 %description kxs
 %{summary}.
 
+%package wallpapers
+Summary: Additional wallpapers
+Group: Amusements/Graphics
+Requires: kdebase-workspace >= %{version}
+BuildArch: noarch
+%description wallpapers
+%{summary}.
+
+%package sounds
+Summary: Additional sounds
+Group: Amusements/Graphics
+Requires: kdebase-workspace >= %{version}
+BuildArch: noarch
+%description sounds
+%{summary}.
 
 %prep
 %setup -q
@@ -132,15 +149,12 @@
 %endif
 %endif
 
-
 %if 0%{?rest}
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_kde4_appsdir}/*
 %{_kde4_datadir}/emoticons/*
-%{_kde4_datadir}/sounds/*
-%{_kde4_datadir}/wallpapers/*
 %{_kde4_libdir}/kde4/*.so
 %{_kde4_libdir}/kde4/plugins/styles/
 
@@ -152,6 +166,14 @@
 %files kxs
 %defattr(-,root,root,-)
 %{_bindir}/kxs*
+
+%files wallpapers
+%defattr(-,root,root,-)
+%{_kde4_datadir}/wallpapers/*
+
+%files sounds
+%defattr(-,root,root,-)
+%{_kde4_datadir}/sounds/*
 %endif
 
 %if 0%{?icons}
@@ -166,8 +188,11 @@
 %endif
 %endif
 
-
 %changelog
+* Tue Mar 31 2009 Jaroslav Reznik <jreznik at redhat.com> - 4.2.2-2
+- split wallpapers and sounds
+- noarch subpackages
+
 * Mon Mar 30 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.2.2-1
 - KDE 4.2.2
 




More information about the scm-commits mailing list