]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
- updated to 1.6.0
[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:        1
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 URL:            http://micke.hallendal.net/
13 BuildRequires:  GConf2-devel >= 2.4.0
14 BuildRequires:  autoconf
15 BuildRequires:  automake >= 1.7
16 BuildRequires:  dotnet-gecko-sharp-devel >= 0.6
17 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
18 BuildRequires:  intltool >= 0.25
19 BuildRequires:  libgnomeui-devel >= 2.2.0
20 BuildRequires:  libtool
21 BuildRequires:  mono-csharp >= 1.0
22 BuildRequires:  pkgconfig
23 Requires(post): GConf2 >= 2.4.0
24 Requires:       dotnet-gecko-sharp
25 Requires:       dotnet-gtk-sharp
26 Requires:       mono
27 Requires:       monodoc
28 Requires:       mozilla-embedded
29 ExcludeArch:    alpha amd64
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 .NET RSS Reader.
34
35 %description -l pl
36 Program do pobierania informacji w formacie RSS wykonany w technologii
37 .NET.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42 %patch1 -p1
43
44 %build
45 rm -rf autom4te.cache
46 %{__libtoolize}
47 %{__aclocal}
48 %{__autoheader}
49 %{__automake}
50 %{__autoconf}
51 %configure \
52         --disable-schemas-install
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
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
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README
76 %{_sysconfdir}/gconf/schemas/*
77 %attr(755,root,root) %{_bindir}/*
78 %dir %{_libdir}/%{name}
79 %attr(755,root,root) %{_libdir}/%{name}/libblam.so*
80 %attr(755,root,root) %{_libdir}/%{name}/*.exe
81 %{_libdir}/%{name}/*.dll
82 %{_datadir}/%{name}
83 %{_desktopdir}/*
84 %{_pixmapsdir}/*
This page took 0.033486 seconds and 4 git commands to generate.