rpms/librra/devel librra.spec,1.2,1.3

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue May 1 20:20:26 UTC 2007


Author: abompard

Update of /cvs/extras/rpms/librra/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26608/devel

Modified Files:
	librra.spec 
Log Message:
* Tue May 01 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.2-2
- add an explicit BuildRequires to help yum manage the split
- the devel package now has a pkgconfig file, Require it



Index: librra.spec
===================================================================
RCS file: /cvs/extras/rpms/librra/devel/librra.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- librra.spec	1 May 2007 12:04:36 -0000	1.2
+++ librra.spec	1 May 2007 20:19:56 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           librra
 Version:        0.9.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Connection to Pocket PC devices, part of SynCE
 
 Group:          System Environment/Libraries
@@ -13,6 +13,8 @@
 
 BuildRequires:  libsynce-devel, librapi-devel, libmimedir-devel
 BuildRequires:  libtool, Pyrex
+# Temporary, to help yum with the split
+BuildRequires:  librapi
 
 # Provide an upgrade path from the monilithic synce package
 Provides:       synce = %{version}-%{release}
@@ -25,6 +27,7 @@
 Summary: Development libraries and header files for SynCE
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 # All header files include synce.h
 Requires: libsynce-devel
 
@@ -86,6 +89,10 @@
 
 
 %changelog
+* Tue May 01 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.2-2
+- add an explicit BuildRequires to help yum manage the split
+- the devel package now has a pkgconfig file, Require it
+
 * Tue May 01 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.9.2-1
 - version 0.9.2
 - drop patch0 (it uses libsynce's cflags)




More information about the fedora-extras-commits mailing list