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