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