]> git.pld-linux.org Git - packages/blam.git/commitdiff
- added dotnet2 patch (make it build with 2.0 versions of gtk#, gnome#
authorgrzegol <grzegol@pld-linux.org>
Mon, 14 Aug 2006 20:32:40 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and gecko#)
- added include patch (compilation fixes)
- rel. 3

Changed files:
    blam.spec -> 1.23

blam.spec

index 188ff7e93ca41c6a8f9343208bf310466d5a2102..e8c075d3052374587e7f3937d24ee545ba79ed0d 100644 (file)
--- a/blam.spec
+++ b/blam.spec
@@ -3,7 +3,7 @@ Summary:        .NET RSS Reader
 Summary(pl):   Program do pobierania informacji w formacie RSS
 Name:          blam
 Version:       1.8.2
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://ftp.imendio.com/pub/imendio/blam/src/%{name}-%{version}.tar.gz
@@ -12,15 +12,17 @@ Patch0:             %{name}-mozilla.patch
 Patch1:                %{name}-mozilla_includes.patch
 Patch2:                %{name}-desktop.patch
 Patch3:                %{name}-install.patch
+Patch4:                %{name}-dotnet2.patch
+Patch5:                %{name}-include.patch
 URL:           http://micke.hallendal.net/
-BuildRequires: GConf2-devel >= 2.4.0
+BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: autoconf
 BuildRequires: automake >= 1:1.7
-BuildRequires: dotnet-gecko-sharp-devel >= 0.6
-BuildRequires: dotnet-gtk-sharp-devel >= 1.0
-BuildRequires: dotnet-gtk-sharp-gnome-devel >= 1.0
+BuildRequires: dotnet-gecko-sharp2-devel >= 0.11
+BuildRequires: dotnet-gnome-sharp-devel >= 2.15.0
+BuildRequires: dotnet-gtk-sharp2-devel >= 2.9.0
 BuildRequires: intltool >= 0.25
-BuildRequires: libgnomeui-devel >= 2.2.0
+BuildRequires: libgnomeui-devel >= 2.15.91
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: mono-csharp >= 1.1.4
@@ -44,6 +46,8 @@ Program do pobierania informacji w formacie RSS wykonany w technologii
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 rm -rf autom4te.cache
@@ -63,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
 %find_lang %{name}
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
This page took 0.099484 seconds and 4 git commands to generate.