]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
fb53523c19eb10cd1d57fa4ed0637acbb8a933ae
[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:        2
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 URL:            http://micke.hallendal.net/
15 BuildRequires:  GConf2-devel >= 2.4.0
16 BuildRequires:  autoconf
17 BuildRequires:  automake >= 1:1.7
18 BuildRequires:  dotnet-gecko-sharp-devel >= 0.6
19 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
20 BuildRequires:  dotnet-gtk-sharp-gnome-devel >= 1.0
21 BuildRequires:  intltool >= 0.25
22 BuildRequires:  libgnomeui-devel >= 2.2.0
23 BuildRequires:  libstdc++-devel
24 BuildRequires:  libtool
25 BuildRequires:  mono-csharp >= 1.1.4
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.213
28 Requires(post,preun):   GConf2 >= 2.4.0
29 Requires:       mozilla-embedded
30 ExcludeArch:    alpha i386 sparc sparc64
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 %find_lang %{name}
64
65 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 %gconf_schema_install blam.schemas
72
73 %preun
74 %gconf_schema_uninstall blam.schemas
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}/blam.exe.config
85 %{_libdir}/%{name}/*.dll
86 %{_datadir}/%{name}
87 %{_desktopdir}/*
88 %{_pixmapsdir}/*
This page took 0.046466 seconds and 3 git commands to generate.