]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
- added desktop patch
[packages/blam.git] / blam.spec
1 Summary:        .NET RSS Reader
2 Summary(pl):    Program do pobierania informacji w formacie RSS
3 Name:           blam
4 Version:        1.6.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.imendio.com/pub/imendio/blam/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  2d806ec6c57330b929dd3bd78e564659
10 Patch0:         %{name}-mozilla.patch
11 Patch1:         %{name}-mozilla_includes.patch
12 Patch2:         %{name}-desktop.patch
13 URL:            http://micke.hallendal.net/
14 BuildRequires:  GConf2-devel >= 2.4.0
15 BuildRequires:  autoconf
16 BuildRequires:  automake >= 1.7
17 BuildRequires:  dotnet-gecko-sharp-devel >= 0.6
18 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
19 BuildRequires:  intltool >= 0.25
20 BuildRequires:  libgnomeui-devel >= 2.2.0
21 BuildRequires:  libtool
22 BuildRequires:  mono-csharp >= 1.0
23 BuildRequires:  pkgconfig
24 Requires(post): GConf2 >= 2.4.0
25 Requires:       dotnet-gecko-sharp
26 Requires:       dotnet-gtk-sharp
27 Requires:       mono
28 Requires:       monodoc
29 Requires:       mozilla-embedded
30 ExcludeArch:    alpha amd64
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 .NET RSS Reader.
35
36 %description -l pl
37 Program do pobierania informacji w formacie RSS wykonany w technologii
38 .NET.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44 %patch2 -p1
45
46 %build
47 rm -rf autom4te.cache
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoheader}
51 %{__automake}
52 %{__autoconf}
53 %configure \
54         --disable-schemas-install
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
64
65 %find_lang %{name}
66
67 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %gconf_schema_install
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README
78 %{_sysconfdir}/gconf/schemas/*
79 %attr(755,root,root) %{_bindir}/*
80 %dir %{_libdir}/%{name}
81 %attr(755,root,root) %{_libdir}/%{name}/libblam.so*
82 %attr(755,root,root) %{_libdir}/%{name}/*.exe
83 %{_libdir}/%{name}/*.dll
84 %{_datadir}/%{name}
85 %{_desktopdir}/*
86 %{_pixmapsdir}/*
This page took 0.08182 seconds and 4 git commands to generate.