robert pushed to xforms (epel7). "Mass letter "x", " y" and "z" update, one or more apply : (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:24:31 UTC 2015


>From bb1f622872d1c799925df7457fcf4c8df5b385cb Mon Sep 17 00:00:00 2001
From: Matthias Saou <thias at fedoraproject.org>
Date: Sat, 5 Mar 2005 20:07:09 +0000
Subject: Mass letter "x"," y" and "z" update, one or more apply : - Drop
 epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing
 white spaces - Keep consistent between spaces and tabs


diff --git a/xforms.spec b/xforms.spec
index 5670af5..f754ed8 100644
--- a/xforms.spec
+++ b/xforms.spec
@@ -1,19 +1,18 @@
-# $Id: xforms.spec,v 1.5 2004/12/10 22:03:12 mschwendt Exp $
+# $Id: xforms.spec,v 1.6 2005/03/05 20:07:09 thias Exp $
 
 # Since we're using xmkmf, we must match XFree86's notion of these
-%define _x11dir	/usr/X11R6
+%define _x11dir /usr/X11R6
 %define _prefix %{_x11dir}
 %define _mandir %{_prefix}/man
 
-Name:	 xforms
-Summary: An X11 toolkit library.
-Epoch:	 0
+Name:    xforms
+Summary: X11 toolkit library
 Version: 1.0
 Release: 2%{?dist_tag}
 License: LGPL
-Group:	 System Environment/Libraries
-Url:	 http://www.nongnu.org/xforms/ 
-Source:  http://savannah.nongnu.org/download/xforms/stable.pkg/%{version}/%{name}-%{version}.tar.gz 
+Group:   System Environment/Libraries
+URL:     http://www.nongnu.org/xforms/
+Source:  http://savannah.nongnu.org/download/xforms/stable.pkg/%{version}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: XFree86-devel
@@ -31,14 +30,14 @@ This package contains the runtime libraries for the xforms toolkit.
 It has now gone Open Source (LGPL).
 
 %package devel
-Summary: Development files for the xforms toolkit.
+Summary: Development files for the xforms toolkit
 Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 # legacy versions included -designer/-static subpkgs
-Obsoletes: %{name}-designer < %{epoch}:%{version}-%{release}
-Provides:  %{name}-designer = %{epoch}:%{version}-%{release}
-Obsoletes: %{name}-static < %{epoch}:%{version}-%{release}
-Provides:  %{name}-static = %{epoch}:%{version}-%{release}
+Obsoletes: %{name}-designer < %{version}-%{release}
+Provides:  %{name}-designer = %{version}-%{release}
+Obsoletes: %{name}-static < %{version}-%{release}
+Provides:  %{name}-static = %{version}-%{release}
 %description devel
 This package contains development headers and libraries for %{name}.
 
@@ -47,7 +46,7 @@ Install this if you intend to develop / compile programs with %{name}.
 
 %prep
 
-%setup -q 
+%setup -q
 
 
 %build
@@ -55,14 +54,14 @@ Install this if you intend to develop / compile programs with %{name}.
 (unset RPM_OPT_FLAGS; xmkmf -a)
 
 make %{?_smp_mflags} \
-	CDEBUGFLAGS="$RPM_OPT_FLAGS" 
+    CDEBUGFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 # makeinstall macro doesn't work for this pkg.
-make install install.man DESTDIR="$RPM_BUILD_ROOT" 
+make install install.man DESTDIR="$RPM_BUILD_ROOT"
 
 
 %clean
@@ -73,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 
-%files 
+%files
 %defattr(-,root,root)
 %doc *README Changes Copyright COPYING
 %{_libdir}/lib*.so.*
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xforms.git/commit/?h=epel7&id=bb1f622872d1c799925df7457fcf4c8df5b385cb


More information about the scm-commits mailing list