]> git.pld-linux.org Git - packages/blam.git/blame - blam.spec
- mono-csharp already require mono-devel
[packages/blam.git] / blam.spec
CommitLineData
05f4d9eb 1Summary: .NET RSS Reader
2Summary(pl): Program do pobierania informacji w formacie RSS
5b80d2a3 3Name: blam
4Version: 1.2.1
5Release: 1
6License: GPL
7Group: X11/Applications
19b2fec8 8Source0: http://ftp.imendio.com/pub/imendio/blam/%{name}-%{version}.tar.gz
5b80d2a3 9# Source0-md5: 3143c4408d2f60e89224ee35ffa7bab6
05f4d9eb 10Patch0: %{name}-locale-names.patch
5b80d2a3 11URL: http://micke.hallendal.net/
05f4d9eb 12BuildRequires: GConf2-devel >= 2.4.0
5b80d2a3 13BuildRequires: autoconf
14BuildRequires: automake >= 1.7
05f4d9eb 15BuildRequires: dotnet-gecko-sharp-devel >= 0.5
5b80d2a3 16BuildRequires: dotnet-gtk-sharp-devel >= 1.0
05f4d9eb 17BuildRequires: intltool >= 0.25
18BuildRequires: libgnomeui-devel >= 2.2.0
5b80d2a3 19BuildRequires: libtool
05f4d9eb 20BuildRequires: mono-csharp >= 1.0
05f4d9eb 21BuildRequires: pkgconfig
22Requires(post): GConf2 >= 2.4.0
23Requires: dotnet-gecko-sharp
24Requires: dotnet-gtk-sharp
5b80d2a3 25Requires: mono
26Requires: monodoc
27Requires: mozilla-embedded
5b80d2a3 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
05f4d9eb 31.NET RSS Reader.
32
33%description -l pl
34Program do pobierania informacji w formacie RSS wykonany w technologii
35.NET.
5b80d2a3 36
37%prep
38%setup -q
05f4d9eb 39%patch0 -p1
40
41mv po/{no,nb}.po
5b80d2a3 42
43%build
44rm -rf autom4te.cache
45%{__libtoolize}
46%{__aclocal}
47%{__autoheader}
48%{__automake}
49%{__autoconf}
05f4d9eb 50%configure \
51 --disable-schemas-install
5b80d2a3 52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%find_lang %{name}
61
05f4d9eb 62rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
63
5b80d2a3 64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%post
68%gconf_schema_install
69
70%files -f %{name}.lang
71%defattr(644,root,root,755)
05f4d9eb 72%doc AUTHORS ChangeLog NEWS README TODO
73%{_sysconfdir}/gconf/schemas/*
5b80d2a3 74%attr(755,root,root) %{_bindir}/*
05f4d9eb 75%dir %{_libdir}/%{name}
76%attr(755,root,root) %{_libdir}/%{name}/libblam.so*
77%attr(755,root,root) %{_libdir}/%{name}/*.exe
78%{_libdir}/%{name}/*.dll
5b80d2a3 79%{_datadir}/%{name}
80%{_desktopdir}/*
81%{_pixmapsdir}/*
This page took 0.057606 seconds and 4 git commands to generate.