rpms/kdebindings/devel qyoto.pc, NONE, 1.1 kdebindings.spec, 1.182, 1.183

Ben Boeckel mathstuf at fedoraproject.org
Sat Mar 28 04:48:45 UTC 2009


Author: mathstuf

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

Modified Files:
	kdebindings.spec 
Added Files:
	qyoto.pc 
Log Message:
Add qyoto.pc file and dependency on mono-devel from qyoto-devel


--- NEW FILE qyoto.pc ---
Name: Qyoto
Description: Qt .NET/Mono bindings
Version: 4.5.0
Libs: -r:qt-dotnet


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- kdebindings.spec	20 Mar 2009 17:39:32 -0000	1.182
+++ kdebindings.spec	28 Mar 2009 04:48:14 -0000	1.183
@@ -23,13 +23,14 @@
 
 Name: kdebindings
 Version: 4.2.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
 License: GPLv2
 URL: http://developer.kde.org/language-bindings/
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
+Source1: http://websvn.kde.org/*checkout*/trunk/KDE/kdebindings/csharp/qyoto/qyoto.pc
 
 # patch to disable examples (trouble with them installing to the buildroot)
 Patch0:  kdebindings-qyoto-examples.patch
@@ -141,6 +142,7 @@
 Group:    Development/Languages
 Summary:  Development files for qyoto
 Requires: qyoto = %{version}-%{release}
+Requires: mono-devel
 Provides: qyoto4-devel = %{version}-%{release}
 %description -n qyoto-devel
 %{summary}.
@@ -281,6 +283,7 @@
 %install
 rm -rf %{buildroot}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+install -p 644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/
 
 
 %clean
@@ -384,6 +387,7 @@
 %{_bindir}/uics
 %{_includedir}/qyoto/
 %{_kde4_libdir}/libqyotoshared.so
+%{_datadir}/pkgconfig/qyoto.pc
 %endif
 
 %if 0%{?ruby}
@@ -466,6 +470,10 @@
 
 
 %changelog
+* Sat Mar 28 2009 Ben Boeckel <Mathstuf at gmail.com> - 4.2.1-5
+- Ship qyoto.pc file as well
+- Add dependincy on mono-devel from qyoro-devel
+
 * Fri Mar 20 2009 Ben Boeckel <Mathstuf at gmail.com> - 4.2.1-4
 - Don't enable csharp on ppc64
 




More information about the fedora-extras-commits mailing list