robert pushed to xforms (f22). "Some minor spec file tweaks"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:21:47 UTC 2015


>From d9639521e745799b9466866378c730679e23a07d Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert at fedoraproject.org>
Date: Wed, 8 Apr 2015 16:21:09 +0200
Subject: Some minor spec file tweaks


diff --git a/xforms.spec b/xforms.spec
index d8388b1..3ed0c04 100644
--- a/xforms.spec
+++ b/xforms.spec
@@ -1,8 +1,7 @@
-
 Name:    xforms
 Summary: XForms toolkit library
 Version: 1.2.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: LGPLv2+
 Group:   System Environment/Libraries
@@ -25,21 +24,22 @@ Requires: netpbm-progs
 # import eps,ps (optional?)
 #Requires: ghostscript
 # eww, http://lists.nongnu.org/archive/html/xforms-development/2010-05/msg00000.html
-Requires: xorg-x11-fonts-ISO8859-1-75dpi
+Requires: xorg-x11-fonts-ISO8859-1-75dpi xorg-x11-fonts-ISO8859-1-100dpi
 
 %description
-XForms is a GUI toolkit based on Xlib for X Window Systems. It
-features a rich set of objects, such as buttons, sliders, and menus
-etc. integrated into an easy and efficient object/event callback
-execution model that allows fast and easy construction of
-X-applications. In addition, the library is extensible and new objects
-can easily be created and added to the library.
+XForms is a GUI toolkit based on Xlib for X Window Systems. It features a
+rich set of objects, such as buttons, sliders, browsers, and menus etc.
+integrated into an easy and efficient object/event callback execution model
+that allows fast and easy construction of X-applications. In addition, the
+library is extensible and new objects can easily be created and added to
+the library.
 
 %package devel
 Summary: Development files for the XForms toolkit library
 Group: Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: %{?x_deps}
+
 %description devel
 %{summary}.
 
@@ -62,7 +62,7 @@ make %{?_smp_mflags} X_PRE_LIBS=""
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
 
 ## Unpackaged files
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
@@ -79,7 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.LIB Copyright ChangeLog
+%{!?_licensedir:%global license %%doc}
+%license COPYING.LIB Copyright
+%doc ChangeLog README
 %{_libdir}/libflimage.so.2*
 %{_libdir}/libformsGL.so.2*
 %{_libdir}/libforms.so.2*
@@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 08 2015 Robert Scheck <robert at fedoraproject.org> - 1.2.4-2
+- Some minor spec file tweaks
+
 * Wed Apr 08 2015 Robert Scheck <robert at fedoraproject.org> - 1.2.4-1
 - Upgrade to 1.2.4
 
@@ -243,4 +248,3 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Jan 20 2003 Rex Dieter <rexdieter at sf.net> 1.0-0
 - 1.0-release
 - redhat-ize specfile
-
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list