rpms/evolution-sharp/devel evolution-sharp.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 31 03:38:33 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution-sharp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30382

Modified Files:
	evolution-sharp.spec 
Log Message:

* Mon Oct 30 2006 Matthew Barnes <mbarnes at redhat.com> - 0.11.1-12.fc7
- Put pkgconfig file in a devel subpackage (bug #205049).



Index: evolution-sharp.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-sharp/devel/evolution-sharp.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- evolution-sharp.spec	28 Oct 2006 15:24:15 -0000	1.28
+++ evolution-sharp.spec	31 Oct 2006 03:38:30 -0000	1.29
@@ -2,11 +2,11 @@
 
 Name: evolution-sharp
 Version: 0.11.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Evolution Data Server Mono Bindings
-URL: http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/0.10/
+URL: http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/
 Source: %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -37,6 +37,15 @@
 %description
 Mono/C# bindings for the Evolution addressbook.
 
+%package devel
+Summary: Development files for evolution-sharp
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+This package contains development files for evolution-sharp.
+
 %prep
 %setup -q
 %patch1 -p1 -b .libdir
@@ -65,17 +74,23 @@
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/evolution-sharp.pc
 %{_libdir}/mono/gac/evolution-sharp/
 %{_libdir}/mono/evolution-sharp/evolution-sharp.dll
 %{_datadir}/gapi-2.0/
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/evolution-sharp.pc
+
 # !!! REMINDER !!!
 #
 # If building against a new version of evolution-data-server, the required
 # sonames may need to be updated in evolution-sharp's configure.in.
 
 %changelog
+* Mon Oct 30 2006 Matthew Barnes <mbarnes at redhat.com> - 0.11.1-12.fc7
+- Put pkgconfig file in a devel subpackage (bug #205049).
+
 * Sat Oct 28 2006 Matthew Barnes <mbarnes at redhat.com> - 0.11.1-11.fc7
 - Update configure.in for Evolution 2.10.
 - Add BuildRequires for gtk-sharp2-devel.




More information about the fedora-cvs-commits mailing list