diff options
| author | Michel Alexandre Salim <msalim@cs.indiana.edu> | 2009-09-03 01:34:01 -0400 |
|---|---|---|
| committer | Michel Alexandre Salim <msalim@cs.indiana.edu> | 2009-09-03 01:34:01 -0400 |
| commit | b78593ea58f28ef901f6bf51899d2ceebc49727f (patch) | |
| tree | 4e598604289756146df093b6e0f4975e40890fad | |
| parent | a5558d290b7ec9657520b82e6edb781acecde9f5 (diff) | |
| download | specs-b78593ea58f28ef901f6bf51899d2ceebc49727f.tar.gz specs-b78593ea58f28ef901f6bf51899d2ceebc49727f.tar.xz specs-b78593ea58f28ef901f6bf51899d2ceebc49727f.zip | |
gdata-sharp.spec: add comments for patches
| -rw-r--r-- | gnome/gdata-sharp.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnome/gdata-sharp.spec b/gnome/gdata-sharp.spec index 7a2808c..4c35f95 100644 --- a/gnome/gdata-sharp.spec +++ b/gnome/gdata-sharp.spec @@ -10,7 +10,12 @@ Group: System Environment/Libraries License: ASL 2.0 URL: http://code.google.com/p/google-gdata/ Source0: http://google-gdata.googlecode.com/files/%{upstream_name}-%{version}.tar.gz +# fixed in SVN: +# http://code.google.com/p/google-gdata/source/detail?spec=svn933&r=890 Patch0: %{upstream_name}-1.4.0.2-pkgconfig.patch +# local patch only +# Fedora's nunit is version 2.4; gdata-sharp still needs version 2.2 +# the patch directs the compiler to the location of the older nunit 2.2 Patch1: %{upstream_name}-1.4.0.2-nunit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
