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