public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10: - Put the Xaw3d version in the main xfig package, put the plain Xaw version
@ 2026-05-30 14:25 Hans de Goede
  0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2026-05-30 14:25 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

        Repo   : rpms/xfig
        Branch : epel10
        Commit : cffb37c67fd608a732619c663cf9a61bd5d9f1a1
        Author : Hans de Goede <jwrdegoede@fedoraproject.org>
        Date   : 2007-11-17T19:07:49+00:00
        Stats  : +20/-13 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/xfig/c/cffb37c67fd608a732619c663cf9a61bd5d9f1a1?branch=epel10

        Log:
        - Put the Xaw3d version in the main xfig package, put the plain Xaw version
in a -plain subpackage

---
diff --git a/xfig.spec b/xfig.spec
index 1b2be0d..cf3a60a 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -3,7 +3,7 @@
 Summary: An X Window System tool for drawing basic vector graphics
 Name: xfig
 Version: 3.2.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -39,8 +39,12 @@ BuildRequires: desktop-file-utils
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# for xrdb for merging of the color resources
+Requires: xorg-x11-server-utils
 Requires: %{name}-common = %{version}-%{release}
 Provides: %{name}-executable = %{version}-%{release}
+# Xaw3d used to be the one in a subpackage, now the plain Xaw version is
+Obsoletes: %{name}-Xaw3d < %{version}-%{release}
 
 %description
 Xfig is an X Window System tool for creating basic vector graphics,
@@ -53,19 +57,18 @@ You should install xfig if you need a simple program to create vector
 graphics.
 
 
-%package Xaw3d
-Summary:        Xaw3d version of xfig
+%package plain
+Summary:        Plain Xaw version of xfig
 Group:          Applications/Multimedia
-# for xrdb
-Requires:       xorg-x11-server-utils
 Requires:       %{name}-common = %{version}-%{release}
 Provides:       %{name}-executable = %{version}-%{release}
 
-%description Xaw3d
-Xaw3d version of xfig, an X Window System tool for creating basic vector
-graphics, including bezier curves, lines, rulers and more. The Xaw3d version
-is a more modern / prettier looking version of the normal xfig program, other
-then that it is identical.
+%description plain
+Plain Xaw version of xfig, an X Window System tool for creating basic vector
+graphics, including bezier curves, lines, rulers and more. The normal xfig
+package uses the more modern / prettier looking Xaw3d toolkit, whereas this
+version uses the very basic Xaw toolkit. Unless you really know you want this
+version you probably don't want this version.
 
 
 %package common
@@ -159,11 +162,11 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/%{name}-plain
+%{_bindir}/%{name}-Xaw3d
 
-%files Xaw3d
+%files plain
 %defattr(-,root,root,-)
-%{_bindir}/%{name}-Xaw3d
+%{_bindir}/%{name}-plain
 
 %files common
 %defattr(-,root,root,-)
@@ -177,6 +180,10 @@ fi
 
 
 %changelog
+* Sat Nov 17 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 3.2.5-6
+- Put the Xaw3d version in the main xfig package, put the plain Xaw version
+  in a -plain subpackage
+
 * Fri Nov 16 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 3.2.5-5
 - Also compile a version against Xaw3d instead of plain Xaw, available in the
   new xfig-Xaw3d package

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-30 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 14:25 [rpms/xfig] epel10: - Put the Xaw3d version in the main xfig package, put the plain Xaw version Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox