Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Miro Hrončok
fe165bf8df Orphaned for 6+ weeks 2021-06-04 11:34:12 +02:00
5 changed files with 1 additions and 52 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/xbiff-*.tar.bz2

View file

@ -1,3 +0,0 @@
# xbiff
The xbiff package

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (xbiff-1.0.4.tar.bz2) = 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac

View file

@ -1,47 +0,0 @@
Name: xbiff
Version: 1.0.4
Release: 2%{?dist}
Summary: Graphical notification of new e-mail
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: automake libtool
BuildRequires: gcc make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xbitmaps)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-apps < 7.7-31
%description
xbiff provides graphical notification of new e-mail.
It only handles mail stored in a filesystem accessible file,
not via IMAP, POP or other remote access protocols.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.4-2
- Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)
* Tue Mar 02 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.4-1
- Split xbiff out from xorg-x11-apps into a separate package (#1933937)