]> git.pld-linux.org Git - packages/blam.git/blame - blam.spec
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[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
da342a84 6Release: 2
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
5b80d2a3 15URL: http://micke.hallendal.net/
da342a84 16BuildRequires: GConf2-devel >= 2.4.0
5b80d2a3 17BuildRequires: autoconf
14fc354c 18BuildRequires: automake >= 1:1.7
da342a84 19BuildRequires: dotnet-gecko-sharp-devel >= 0.6
20BuildRequires: dotnet-gtk-sharp-devel >= 1.0
21BuildRequires: dotnet-gtk-sharp-gnome-devel >= 1.0
05f4d9eb 22BuildRequires: intltool >= 0.25
da342a84 23BuildRequires: libgnomeui-devel >= 2.2.0
d1e5a78a 24BuildRequires: libstdc++-devel
5b80d2a3 25BuildRequires: libtool
4480e3c9 26BuildRequires: mono-csharp >= 1.1.4
05f4d9eb 27BuildRequires: pkgconfig
d58724c6 28BuildRequires: rpmbuild(macros) >= 1.213
7468076e 29Requires(post,preun): GConf2 >= 2.4.0
da342a84 30Requires: mozilla-embedded
6165d227 31ExcludeArch: alpha i386 sparc sparc64
5b80d2a3 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
05f4d9eb 35.NET RSS Reader.
36
37%description -l pl
38Program do pobierania informacji w formacie RSS wykonany w technologii
39.NET.
5b80d2a3 40
41%prep
42%setup -q
05f4d9eb 43%patch0 -p1
56c54050 44%patch1 -p1
4d212d4e 45%patch2 -p1
9459459d 46%patch3 -p1
5b80d2a3 47
48%build
49rm -rf autom4te.cache
50%{__libtoolize}
51%{__aclocal}
52%{__autoheader}
53%{__automake}
54%{__autoconf}
05f4d9eb 55%configure \
9459459d 56 --disable-schemas-install \
57 --disable-static
5b80d2a3 58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66%find_lang %{name}
67
9459459d 68rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
05f4d9eb 69
5b80d2a3 70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post
9459459d 74/sbin/ldconfig
7468076e 75%gconf_schema_install blam.schemas
76
77%preun
78%gconf_schema_uninstall blam.schemas
5b80d2a3 79
9459459d 80%postun -p /sbin/ldconfig
81
5b80d2a3 82%files -f %{name}.lang
83%defattr(644,root,root,755)
f8601c17 84%doc AUTHORS ChangeLog NEWS README
5b80d2a3 85%attr(755,root,root) %{_bindir}/*
4eeeabee 86%dir %{_prefix}/lib/%{name}
9459459d 87%attr(755,root,root) %{_libdir}/libblam.so*
88%attr(755,root,root) %{_prefix}/lib/%{name}/*.exe
89%{_prefix}/lib/%{name}/blam.exe.config
90%{_prefix}/lib/%{name}/*.dll
5b80d2a3 91%{_datadir}/%{name}
da342a84 92%{_desktopdir}/*
5b80d2a3 93%{_pixmapsdir}/*
9459459d 94%{_sysconfdir}/gconf/schemas/blam.schemas
This page took 1.815168 seconds and 4 git commands to generate.