]> git.pld-linux.org Git - packages/blam.git/blame - blam.spec
- BR: libstdc++-devel
[packages/blam.git] / blam.spec
CommitLineData
05f4d9eb 1Summary: .NET RSS Reader
2Summary(pl): Program do pobierania informacji w formacie RSS
5b80d2a3 3Name: blam
56c54050 4Version: 1.6.0
4d212d4e 5Release: 2
5b80d2a3 6License: GPL
7Group: X11/Applications
01c87091 8Source0: http://ftp.imendio.com/pub/imendio/blam/src/%{name}-%{version}.tar.gz
56c54050 9# Source0-md5: 2d806ec6c57330b929dd3bd78e564659
10Patch0: %{name}-mozilla.patch
11Patch1: %{name}-mozilla_includes.patch
4d212d4e 12Patch2: %{name}-desktop.patch
5b80d2a3 13URL: http://micke.hallendal.net/
05f4d9eb 14BuildRequires: GConf2-devel >= 2.4.0
5b80d2a3 15BuildRequires: autoconf
16BuildRequires: automake >= 1.7
56c54050 17BuildRequires: dotnet-gecko-sharp-devel >= 0.6
5b80d2a3 18BuildRequires: dotnet-gtk-sharp-devel >= 1.0
05f4d9eb 19BuildRequires: intltool >= 0.25
20BuildRequires: libgnomeui-devel >= 2.2.0
d1e5a78a 21BuildRequires: libstdc++-devel
5b80d2a3 22BuildRequires: libtool
05f4d9eb 23BuildRequires: mono-csharp >= 1.0
05f4d9eb 24BuildRequires: pkgconfig
25Requires(post): GConf2 >= 2.4.0
26Requires: dotnet-gecko-sharp
27Requires: dotnet-gtk-sharp
5b80d2a3 28Requires: mono
29Requires: monodoc
30Requires: mozilla-embedded
272269dc 31ExcludeArch: alpha amd64
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
5b80d2a3 46
47%build
48rm -rf autom4te.cache
49%{__libtoolize}
50%{__aclocal}
51%{__autoheader}
52%{__automake}
53%{__autoconf}
05f4d9eb 54%configure \
55 --disable-schemas-install
5b80d2a3 56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
56c54050 64rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
65
5b80d2a3 66%find_lang %{name}
67
05f4d9eb 68rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
69
5b80d2a3 70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post
74%gconf_schema_install
75
76%files -f %{name}.lang
77%defattr(644,root,root,755)
f8601c17 78%doc AUTHORS ChangeLog NEWS README
05f4d9eb 79%{_sysconfdir}/gconf/schemas/*
5b80d2a3 80%attr(755,root,root) %{_bindir}/*
05f4d9eb 81%dir %{_libdir}/%{name}
82%attr(755,root,root) %{_libdir}/%{name}/libblam.so*
83%attr(755,root,root) %{_libdir}/%{name}/*.exe
84%{_libdir}/%{name}/*.dll
5b80d2a3 85%{_datadir}/%{name}
86%{_desktopdir}/*
87%{_pixmapsdir}/*
This page took 0.341384 seconds and 4 git commands to generate.