]> git.pld-linux.org Git - packages/blam.git/blame_incremental - blam.spec
- release 6, xulrunner 1.8.1.4
[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: 6
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}-include.patch
16URL: http://micke.hallendal.net/
17BuildRequires: GConf2-devel >= 2.4.0
18BuildRequires: autoconf
19BuildRequires: automake >= 1:1.7
20BuildRequires: dotnet-gecko-sharp-devel >= 0.6
21BuildRequires: dotnet-gtk-sharp-devel >= 1.0
22BuildRequires: dotnet-gtk-sharp-gnome-devel >= 1.0
23BuildRequires: intltool >= 0.25
24BuildRequires: libgnomeui-devel >= 2.2.0
25BuildRequires: libstdc++-devel
26BuildRequires: libtool
27BuildRequires: mono-csharp >= 1.1.4
28BuildRequires: pkgconfig
29BuildRequires: rpmbuild(macros) >= 1.213
30BuildRequires: xulrunner-devel >= 1.8.0.4
31Requires(post,preun): GConf2 >= 2.4.0
32%requires_eq xulrunner
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
51%build
52rm -rf autom4te.cache
53%{__libtoolize}
54%{__aclocal}
55%{__autoheader}
56%{__automake}
57%{__autoconf}
58%configure \
59 --disable-schemas-install \
60 --disable-static
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
71rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post
77/sbin/ldconfig
78%gconf_schema_install blam.schemas
79
80%preun
81%gconf_schema_uninstall blam.schemas
82
83%postun -p /sbin/ldconfig
84
85%files -f %{name}.lang
86%defattr(644,root,root,755)
87%doc AUTHORS ChangeLog NEWS README
88%attr(755,root,root) %{_bindir}/*
89%dir %{_prefix}/lib/%{name}
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
94%{_datadir}/%{name}
95%{_desktopdir}/*
96%{_pixmapsdir}/*
97%{_sysconfdir}/gconf/schemas/blam.schemas
This page took 0.115789 seconds and 4 git commands to generate.