]> git.pld-linux.org Git - packages/gnubiff.git/blame - gnubiff.spec
- updated gettext BR
[packages/gnubiff.git] / gnubiff.spec
CommitLineData
4bbef360 1#
2# Conditional build:
89cd81b4
JB
3%bcond_without gnome # build without GNOME support
4#
07c74cd5 5Summary: Mail notification program
75612a51 6Summary(pl.UTF-8): Program powiadamiający o nowej poczcie
07c74cd5 7Name: gnubiff
4dd765c0 8Version: 2.2.13
74b54896 9Release: 2
07c74cd5 10License: GPL
11Group: X11/Applications
f0dedd28 12Source0: http://dl.sourceforge.net/gnubiff/%{name}-%{version}.tar.gz
4dd765c0 13# Source0-md5: 65423957eb027b94c9e661611c0e4271
07c74cd5 14URL: http://gnubiff.sourceforge.net/
4bbef360 15%{?with_gnome:BuildRequires: GConf2-devel >= 2.4.0}
de75f59b 16BuildRequires: autoconf >= 2.53
07c74cd5 17BuildRequires: automake
9697d826 18BuildRequires: fam-devel
c3e6ec23 19BuildRequires: gettext-tools
f5ab8286 20%{?with_gnome:BuildRequires: gnome-panel-devel >= 2.4.0}
0e9a05d3 21BuildRequires: gtk+2-devel >= 2:2.4.3
f5ab8286 22BuildRequires: intltool
0e9a05d3 23BuildRequires: libglade2-devel >= 1:2.4.0
4dd765c0 24BuildRequires: libgnomeui-devel
2e4b97fd 25BuildRequires: libstdc++-devel
cdee0390 26BuildRequires: openssl-devel >= 0.9.7d
2e4b97fd 27BuildRequires: pkgconfig
0e9a05d3 28BuildRequires: popt-devel
29Requires: gtk+2 >= 2:2.4.3
07c74cd5 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33gnubiff is a mail notification program that checks for mail, displays
34headers when new mail has arrived and allow to read first lines of new
35mails.
36
552821f3
JR
37%description -l pl.UTF-8
38gnubiff jest programem powiadamiającym, który sprawdza pocztę,
39wyświetla nagłówki i pozwala przeczytać pierwsze linie nowych listów.
07c74cd5 40
41%prep
42%setup -q
07c74cd5 43
44%build
45%{__aclocal}
46%{__autoconf}
47%{__automake}
48%configure \
af339417 49 %{!?with_gnome:--disable-gnome} \
cf91a05e 50 --with-password
07c74cd5 51
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
46aae51d 60# duplicates fr with no differences in translation
0d70b802 61rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/fr_FR
46aae51d 62rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/fr_CA
07c74cd5 63%find_lang %{name}
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
756bc7fa
ER
68%post -p /sbin/postshell
69-/usr/sbin/fix-info-dir -c %{_infodir}
07c74cd5 70
756bc7fa
ER
71%postun -p /sbin/postshell
72-/usr/sbin/fix-info-dir -c %{_infodir}
07c74cd5 73
74%files -f %{name}.lang
75%defattr(644,root,root,755)
76%doc AUTHORS ChangeLog NEWS README THANKS
77%attr(755,root,root) %{_bindir}/*
07c74cd5 78%{_datadir}/%{name}
79%{_infodir}/*.info*
80%{_mandir}/man1/%{name}.1*
81%{_pixmapsdir}/*.png
4bbef360 82
89cd81b4 83%if %{with gnome}
4bbef360 84%{_datadir}/gnome-*/ui/*.xml
157d3963 85%{_libdir}/bonobo/servers/*.server
4bbef360 86%endif
This page took 0.086994 seconds and 4 git commands to generate.