[kdelibs] 6:4.9.0-3

Rex Dieter rdieter at fedoraproject.org
Sun Aug 12 17:01:13 UTC 2012


commit 248b358eaa9ab00600637d52de0d9800e13a1546
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Aug 12 12:04:56 2012 -0500

    6:4.9.0-3
    
    - drop .spec cruft
    - Requires: media-player-info

 kdelibs.spec |   24 +++++++++---------------
 1 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/kdelibs.spec b/kdelibs.spec
index bd0eb36..43d9912 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -25,7 +25,7 @@
 
 Summary: KDE Libraries
 Version: 4.9.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -36,15 +36,13 @@ Provides:  kdelibs4 = %{version}-%{release}
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
 URL:     http://www.kde.org/
-Group:   System Environment/Libraries
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
 %global stable unstable
 %else
 %global stable stable
 %endif
-Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/kdelibs-%{version}%{?alphatag}.tar.xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: http://download.kde.org/%{stable}/%{version}/src/kdelibs-%{version}.tar.xz
 
 BuildRequires: kde4-macros(api) >= 2
 BuildRequires: kde-filesystem >= 4-23
@@ -58,11 +56,12 @@ Requires: hicolor-icon-theme
 Requires: kde-filesystem >= 4-23
 Requires: kde-settings
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
-# versioned dep ok, as long as it comes from *here*
 Requires: %{name}-common = %{epoch}:%{version}-%{release}
 Requires: hunspell
+# https://git.reviewboard.kde.org/r/103028/
+Requires: media-player-info
 # beware of possible bootstrapping problems
-# moved back to kdebase-runtime
+# moved back to kde-runtime
 #Requires: oxygen-icon-theme >= %{version} 
 Requires: phonon%{?_isa} >= %{phonon_version} 
 Requires: shared-desktop-ontologies >= %{shared_desktop_ontologies_version} 
@@ -228,7 +227,6 @@ Provides: kross(qtscript) = %{version}-%{release}
 Libraries for KDE 4.
 
 %package common
-Group: System Environment/Libraries
 Summary: Common files for KDE 3 and KDE 4 libraries
 # some files moved kdebase-runtime -> here
 Conflicts: kdebase-runtime < 4.5.80
@@ -236,7 +234,6 @@ Conflicts: kdebase-runtime < 4.5.80
 This package includes the common files for the KDE 3 and KDE 4 libraries.
 
 %package devel
-Group: Development/Libraries
 Summary: Header files for compiling KDE 4 applications
 Provides: plasma-devel = %{version}-%{release}
 Provides: nepomuk-devel = %{version}-%{release}
@@ -262,7 +259,6 @@ This package includes the header files you will need to compile
 applications for KDE 4.
 
 %package apidocs
-Group: Development/Documentation
 Summary: KDE 4 API documentation
 Requires: kde-filesystem
 Provides: kdelibs4-apidocs = %{version}-%{release}
@@ -273,7 +269,6 @@ This package includes the KDE 4 API documentation in HTML
 format for easy browsing.
 
 %package apidocs-qch
-Group: Development/Documentation
 Summary: KDE 4 API documentation for Qt Assistant
 # Directory ownership (%{_qt4_docdir}/qch)
 Requires: qt4
@@ -464,7 +459,6 @@ rm -rf %{buildroot}
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS README TODO
 %doc COPYING.LIB
 %{_kde4_bindir}/checkXML
@@ -549,7 +543,6 @@ rm -rf %{buildroot}
 %{_mandir}/man8/meinproc4.8*
 
 %files common
-%defattr(-,root,root,-)
 %{_kde4_bindir}/preparetips
 %{_kde4_configdir}/colors/
 %{_kde4_configdir}/ksslcalist
@@ -562,7 +555,6 @@ rm -rf %{buildroot}
 %{_kde4_datadir}/locale/en_US/entry.desktop
 
 %files devel
-%defattr(-,root,root,-)
 %doc KDE4PORTING.html
 %{_mandir}/man1/kdecmake.1*
 %{_mandir}/man1/makekdewidgets.1*
@@ -581,18 +573,20 @@ rm -rf %{buildroot}
 
 %if 0%{?apidocs}
 %files apidocs
-%defattr(-,root,root,-)
 %{_kde4_docdir}/HTML/en/kdelibs4-apidocs/
 
 %if 0%{?apidocs_qch}
 %files apidocs-qch
-%defattr(-,root,root,-)
 %{_qt4_docdir}/qch/*.qch
 %endif
 %endif
 
 
 %changelog
+* Sun Aug 12 2012 Rex Dieter <rdieter at fedoraproject.org> - 6:4.9.0-3
+- drop .spec cruft
+- Requires: media-player-info
+
 * Thu Aug 02 2012 Rex Dieter <rdieter at fedoraproject.org> 6:4.9.0-2
 - respin
 


More information about the scm-commits mailing list