]> git.pld-linux.org Git - packages/blam.git/blame - blam.spec
- buildfix
[packages/blam.git] / blam.spec
CommitLineData
05f4d9eb 1Summary: .NET RSS Reader
2Summary(pl): Program do pobierania informacji w formacie RSS
5b80d2a3 3Name: blam
56c54050 4Version: 1.6.0
5Release: 1
5b80d2a3 6License: GPL
7Group: X11/Applications
01c87091 8Source0: http://ftp.imendio.com/pub/imendio/blam/src/%{name}-%{version}.tar.gz
56c54050 9# Source0-md5: 2d806ec6c57330b929dd3bd78e564659
10Patch0: %{name}-mozilla.patch
11Patch1: %{name}-mozilla_includes.patch
5b80d2a3 12URL: http://micke.hallendal.net/
05f4d9eb 13BuildRequires: GConf2-devel >= 2.4.0
5b80d2a3 14BuildRequires: autoconf
15BuildRequires: automake >= 1.7
56c54050 16BuildRequires: dotnet-gecko-sharp-devel >= 0.6
5b80d2a3 17BuildRequires: dotnet-gtk-sharp-devel >= 1.0
05f4d9eb 18BuildRequires: intltool >= 0.25
19BuildRequires: libgnomeui-devel >= 2.2.0
5b80d2a3 20BuildRequires: libtool
05f4d9eb 21BuildRequires: mono-csharp >= 1.0
05f4d9eb 22BuildRequires: pkgconfig
23Requires(post): GConf2 >= 2.4.0
24Requires: dotnet-gecko-sharp
25Requires: dotnet-gtk-sharp
5b80d2a3 26Requires: mono
27Requires: monodoc
28Requires: mozilla-embedded
272269dc 29ExcludeArch: alpha amd64
5b80d2a3 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
05f4d9eb 33.NET RSS Reader.
34
35%description -l pl
36Program do pobierania informacji w formacie RSS wykonany w technologii
37.NET.
5b80d2a3 38
39%prep
40%setup -q
05f4d9eb 41%patch0 -p1
56c54050 42%patch1 -p1
5b80d2a3 43
44%build
45rm -rf autom4te.cache
46%{__libtoolize}
47%{__aclocal}
48%{__autoheader}
49%{__automake}
50%{__autoconf}
05f4d9eb 51%configure \
52 --disable-schemas-install
5b80d2a3 53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
56c54050 61rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
62
5b80d2a3 63%find_lang %{name}
64
05f4d9eb 65rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
66
5b80d2a3 67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post
71%gconf_schema_install
72
73%files -f %{name}.lang
74%defattr(644,root,root,755)
f8601c17 75%doc AUTHORS ChangeLog NEWS README
05f4d9eb 76%{_sysconfdir}/gconf/schemas/*
5b80d2a3 77%attr(755,root,root) %{_bindir}/*
05f4d9eb 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
5b80d2a3 82%{_datadir}/%{name}
83%{_desktopdir}/*
84%{_pixmapsdir}/*
This page took 0.041375 seconds and 4 git commands to generate.