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