[xvattr] gxvattr subpackage

Adam Jackson ajax at fedoraproject.org
Mon Apr 18 16:50:05 UTC 2011


commit 37a87eb03dfd48db239db9a78eabaf63d5370c95
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Apr 18 12:58:08 2011 -0400

    gxvattr subpackage

 xvattr.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/xvattr.spec b/xvattr.spec
index ff52f3f..26e6772 100644
--- a/xvattr.spec
+++ b/xvattr.spec
@@ -1,9 +1,9 @@
 Summary: Utility for getting and setting Xv attributes
 Name: xvattr
 Version: 1.3
-Release: 18
+Release: 19%{?dist}
 License: GPLv2+
-Group: User Interface/X
+Group: Applications/System
 URL: http://www.dtek.chalmers.se/groups/dvd/
 Source: http://www.dtek.chalmers.se/groups/dvd/dist/xvattr-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -14,6 +14,12 @@ BuildRequires: libXt-devel, libXv-devel
 This program is used for getting and setting Xv attributes such as
 XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ...
 
+%package -n gxvattr
+Summary: GTK1-based GUI for Xv attributes
+Group: User Interface/X
+
+%description -n gxvattr
+GTK1-based GUI for inspecting and setting Xv attributes.
 
 %prep
 %setup -q
@@ -41,11 +47,18 @@ iconv -f iso8859-1 -t utf-8 -o tmp xvattr.1
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_bindir}/*
+%{_bindir}/xvattr
 %{_mandir}/man1/*
 
+%files -n gxvattr
+%defattr(-,root,root,-)
+%doc COPYING
+%{_bindir}/gxvattr
 
 %changelog
+* Mon Apr 18 2011 Adam Jackson <ajax at redhat.com> 1.3-19
+- Split the GTK1 (!) version to a subpackage
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list