Compare commits

..

1 commit

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

1
.gitignore vendored
View file

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

View file

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

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
SHA512 (xpr-1.0.5.tar.bz2) = d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967

View file

@ -1,45 +0,0 @@
Name: xpr
Version: 1.0.5
Release: 2%{?dist}
Summary: Convert xwd window dumps to printer formats
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(xorg-macros) >= 1.8
Obsoletes: xorg-x11-apps < 7.7-31
%description
xpr takes as input a window dump file produced by xwd
and formats it for output on various types of printers.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/xdpr
%{_bindir}/xpr
%{_mandir}/man1/xdpr.1*
%{_mandir}/man1/xpr.1*
%changelog
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.5-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.5-1
- Split xpr out from xorg-x11-apps into a separate package (#1933952)