]> git.pld-linux.org Git - packages/blam.git/blame - blam.spec
- release 15 (xulrunner 1.8.1.13)
[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
7830e9fa 6Release: 15
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
b4fd4768 15Patch4: %{name}-include.patch
5b80d2a3 16URL: http://micke.hallendal.net/
da342a84 17BuildRequires: GConf2-devel >= 2.4.0
5b80d2a3 18BuildRequires: autoconf
14fc354c 19BuildRequires: automake >= 1:1.7
da342a84 20BuildRequires: dotnet-gecko-sharp-devel >= 0.6
21BuildRequires: dotnet-gtk-sharp-devel >= 1.0
22BuildRequires: dotnet-gtk-sharp-gnome-devel >= 1.0
05f4d9eb 23BuildRequires: intltool >= 0.25
da342a84 24BuildRequires: libgnomeui-devel >= 2.2.0
d1e5a78a 25BuildRequires: libstdc++-devel
5b80d2a3 26BuildRequires: libtool
4480e3c9 27BuildRequires: mono-csharp >= 1.1.4
05f4d9eb 28BuildRequires: pkgconfig
d58724c6 29BuildRequires: rpmbuild(macros) >= 1.213
b4fd4768 30BuildRequires: xulrunner-devel >= 1.8.0.4
7468076e 31Requires(post,preun): GConf2 >= 2.4.0
b4fd4768 32%requires_eq xulrunner
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
b4fd4768 49%patch4 -p1
5b80d2a3 50
51%build
52rm -rf autom4te.cache
53%{__libtoolize}
54%{__aclocal}
55%{__autoheader}
56%{__automake}
57%{__autoconf}
05f4d9eb 58%configure \
9459459d 59 --disable-schemas-install \
60 --disable-static
5b80d2a3 61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%find_lang %{name}
70
9459459d 71rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
05f4d9eb 72
5b80d2a3 73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post
9459459d 77/sbin/ldconfig
7468076e 78%gconf_schema_install blam.schemas
79
80%preun
81%gconf_schema_uninstall blam.schemas
5b80d2a3 82
9459459d 83%postun -p /sbin/ldconfig
84
5b80d2a3 85%files -f %{name}.lang
86%defattr(644,root,root,755)
f8601c17 87%doc AUTHORS ChangeLog NEWS README
5b80d2a3 88%attr(755,root,root) %{_bindir}/*
4eeeabee 89%dir %{_prefix}/lib/%{name}
9459459d 90%attr(755,root,root) %{_libdir}/libblam.so*
91%attr(755,root,root) %{_prefix}/lib/%{name}/*.exe
92%{_prefix}/lib/%{name}/blam.exe.config
93%{_prefix}/lib/%{name}/*.dll
5b80d2a3 94%{_datadir}/%{name}
da342a84 95%{_desktopdir}/*
5b80d2a3 96%{_pixmapsdir}/*
9459459d 97%{_sysconfdir}/gconf/schemas/blam.schemas
This page took 0.035096 seconds and 4 git commands to generate.