]> git.pld-linux.org Git - packages/blam.git/blob - blam.spec
- up to 1.4.1
[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.4.1
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:  5edfcc0ff2a440ce3581737e7317ba95
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://micke.hallendal.net/
12 BuildRequires:  GConf2-devel >= 2.4.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake >= 1.7
15 BuildRequires:  dotnet-gecko-sharp-devel >= 0.5
16 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
17 BuildRequires:  intltool >= 0.25
18 BuildRequires:  libgnomeui-devel >= 2.2.0
19 BuildRequires:  libtool
20 BuildRequires:  mono-csharp >= 1.0
21 BuildRequires:  pkgconfig
22 Requires(post): GConf2 >= 2.4.0
23 Requires:       dotnet-gecko-sharp
24 Requires:       dotnet-gtk-sharp
25 Requires:       mono
26 Requires:       monodoc
27 Requires:       mozilla-embedded
28 ExcludeArch:    alpha
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 .NET RSS Reader.
33
34 %description -l pl
35 Program do pobierania informacji w formacie RSS wykonany w technologii
36 .NET.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 mv po/{no,nb}.po
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 %find_lang %{name}
62
63 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post
69 %gconf_schema_install
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog NEWS README
74 %{_sysconfdir}/gconf/schemas/*
75 %attr(755,root,root) %{_bindir}/*
76 %dir %{_libdir}/%{name}
77 %attr(755,root,root) %{_libdir}/%{name}/libblam.so*
78 %attr(755,root,root) %{_libdir}/%{name}/*.exe
79 %{_libdir}/%{name}/*.dll
80 %{_datadir}/%{name}
81 %{_desktopdir}/*
82 %{_pixmapsdir}/*
This page took 0.040176 seconds and 4 git commands to generate.