[kdenetwork] 4.7.3 pkgconfig-style deps

Rex Dieter rdieter at fedoraproject.org
Sat Oct 29 20:58:10 UTC 2011


commit 8e0e986fce4b7c0d6c25f3415a8ba98963fff411
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 29 16:05:34 2011 -0500

    4.7.3
    pkgconfig-style deps

 .gitignore      |    1 +
 kdenetwork.spec |   46 +++++++++++++++++++++++++---------------------
 sources         |    2 +-
 3 files changed, 27 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a363859..7d822b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /krdc-icons.tar.bz2
 /kdenetwork-4.7.2.tar.bz2
+/kdenetwork-4.7.3.tar.bz2
diff --git a/kdenetwork.spec b/kdenetwork.spec
index 74738fd..b8bb72c 100644
--- a/kdenetwork.spec
+++ b/kdenetwork.spec
@@ -1,8 +1,8 @@
 Summary: KDE Network Applications
 Name:    kdenetwork
 Epoch:   7
-Version: 4.7.2
-Release: 2%{?dist}
+Version: 4.7.3
+Release: 1%{?dist}
 
 License: GPLv2
 Group: Applications/Internet
@@ -24,42 +24,42 @@ Patch2: kdenetwork-4.3.3-resolv-conf-path.patch
 ## security patches
 
 %if 0%{?fedora}
-BuildRequires: avahi-compat-libdns_sd-devel
-BuildRequires: libgadu-devel >= 1.8.0
 BuildRequires: openslp-devel
-BuildRequires: libotr-devel
+BuildRequires: pkgconfig(avahi-compat-libdns_sd)
+BuildRequires: pkgconfig(libgadu) >= 1.8.0
+BuildRequires: pkgconfig(libotr)
 %endif
 BuildRequires: boost-devel
-BuildRequires: alsa-lib-devel
 BuildRequires: expat-devel
 BuildRequires: giflib-devel
-BuildRequires: glib2-devel
 BuildRequires: gmp-devel
 BuildRequires: gpgme-devel
-BuildRequires: jasper-devel
 # libkonq
 BuildRequires: kdebase-devel >= %{version}
 BuildRequires: kdebase-workspace-devel >= %{version}
 BuildRequires: kdepimlibs-devel >= %{version}
-BuildRequires: libidn-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libktorrent-devel
-BuildRequires: libmsn-devel >= 4.1
-BuildRequires: nxcl-devel
+BuildRequires: pkgconfig(alsa) 
+BuildRequires: pkgconfig(glib-2.0) 
+BuildRequires: pkgconfig(jasper)
+BuildRequires: pkgconfig(libidn) 
+BuildRequires: pkgconfig(libmsn) 
+BuildRequires: pkgconfig(libpcre)
+BuildRequires: pkgconfig(libxslt)
+BuildRequires: pkgconfig(meanwhile)
+BuildRequires: pkgconfig(nxcl)
+BuildRequires: pkgconfig(ortp)
+BuildRequires: pkgconfig(qca2)
+BuildRequires: pkgconfig(qimageblitz)
+BuildRequires: pkgconfig(soprano)
+BuildRequires: pkgconfig(speex)
+BuildRequires: pkgconfig(sqlite3)
+BuildRequires: pkgconfig(libv4l2)
 BuildRequires: libvncserver-devel
-BuildRequires: libv4l-devel
-BuildRequires: libxslt-devel
 # FIXME: 2.1.1 in rawhide
 #BuildRequires: linphone-devel >= 2.3.0
-BuildRequires: meanwhile-devel
 BuildRequires: openldap-devel
-BuildRequires: ortp-devel
-BuildRequires: pcre-devel
-BuildRequires: qca2-devel
-BuildRequires: qimageblitz-devel
-BuildRequires: soprano-devel 
-BuildRequires: speex-devel
-BuildRequires: sqlite-devel
 
 #-----------------------------------------------------------------------------
 #-- The following OPTIONAL packages could NOT be located on your system.
@@ -470,6 +470,10 @@ fi
 
 
 %changelog
+* Sat Oct 29 2011 Rex Dieter <rdieter at fedoraproject.org> 7:4.7.3-1
+- 4.7.3
+- pkgconfig-style deps
+
 * Sat Oct 08 2011 Rex Dieter <rdieter at fedoraproject.org> 7:4.7.2-2
 - -kopete: build unconditionally, Requires: kate-part
 
diff --git a/sources b/sources
index 268d7af..b03efc1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c1c33c100a0f7e64ffba0ae96d799152  kdenetwork-4.7.2.tar.bz2
 7dd360a790100c952090410c2c89937c  krdc-icons.tar.bz2
+980f1164afd83525c099d1879276359e  kdenetwork-4.7.3.tar.bz2


More information about the scm-commits mailing list