]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
e6c01d2e6754442d343ad285e150d9705435b209
[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.8.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.imendio.com/pub/imendio/blam/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  8cb05faedf60d895d94a5ecf9d10eb8f
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:1.7
17 BuildRequires:  dotnet-gecko-sharp-devel >= 0.6
18 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
19 BuildRequires:  dotnet-gtk-sharp-gnome-devel >= 1.0
20 BuildRequires:  intltool >= 0.25
21 BuildRequires:  libgnomeui-devel >= 2.2.0
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  libtool
24 BuildRequires:  mono-csharp >= 1.1.4
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(macros) >= 1.213
27 Requires(post,preun):   GConf2 >= 2.4.0
28 Requires:       dotnet-gecko-sharp
29 Requires:       dotnet-gtk-sharp
30 Requires:       mono
31 Requires:       monodoc
32 Requires:       mozilla-embedded
33 # TODO: recheck alpha
34 ExcludeArch:    %{x8664}
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 .NET RSS Reader.
39
40 %description -l pl
41 Program do pobierania informacji w formacie RSS wykonany w technologii
42 .NET.
43
44 %prep
45 %setup -q
46 %patch0 -p1
47 %patch1 -p1
48 %patch2 -p1
49
50 %build
51 rm -rf autom4te.cache
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoheader}
55 %{__automake}
56 %{__autoconf}
57 %configure \
58         --disable-schemas-install
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %find_lang %{name}
68
69 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post
75 %gconf_schema_install blam.schemas
76
77 %preun
78 %gconf_schema_uninstall blam.schemas
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %{_sysconfdir}/gconf/schemas/*
84 %attr(755,root,root) %{_bindir}/*
85 %dir %{_libdir}/%{name}
86 %attr(755,root,root) %{_libdir}/%{name}/libblam.so*
87 %attr(755,root,root) %{_libdir}/%{name}/*.exe
88 %{_libdir}/%{name}/blam.exe.config
89 %{_libdir}/%{name}/*.dll
90 %{_datadir}/%{name}
91 %{_desktopdir}/*
92 %{_pixmapsdir}/*
This page took 0.091013 seconds and 2 git commands to generate.