]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
- BR: libstdc++-devel
[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:  libstdc++-devel
22 BuildRequires:  libtool
23 BuildRequires:  mono-csharp >= 1.0
24 BuildRequires:  pkgconfig
25 Requires(post): GConf2 >= 2.4.0
26 Requires:       dotnet-gecko-sharp
27 Requires:       dotnet-gtk-sharp
28 Requires:       mono
29 Requires:       monodoc
30 Requires:       mozilla-embedded
31 ExcludeArch:    alpha amd64
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 .NET RSS Reader.
36
37 %description -l pl
38 Program do pobierania informacji w formacie RSS wykonany w technologii
39 .NET.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45 %patch2 -p1
46
47 %build
48 rm -rf autom4te.cache
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoheader}
52 %{__automake}
53 %{__autoconf}
54 %configure \
55         --disable-schemas-install
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
65
66 %find_lang %{name}
67
68 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %post
74 %gconf_schema_install
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS README
79 %{_sysconfdir}/gconf/schemas/*
80 %attr(755,root,root) %{_bindir}/*
81 %dir %{_libdir}/%{name}
82 %attr(755,root,root) %{_libdir}/%{name}/libblam.so*
83 %attr(755,root,root) %{_libdir}/%{name}/*.exe
84 %{_libdir}/%{name}/*.dll
85 %{_datadir}/%{name}
86 %{_desktopdir}/*
87 %{_pixmapsdir}/*
This page took 0.100265 seconds and 3 git commands to generate.