- xforms-1.0.93pre7
- Requires: xorg-x11-fonts-ISO8859-1-75dpi
This commit is contained in:
parent
b738766ce4
commit
147c4d6f2b
3 changed files with 19 additions and 10 deletions
|
|
@ -1 +1,2 @@
|
|||
xforms-1.0.92sp2.tar.gz
|
||||
xforms-1.0.93pre7.tar.gz
|
||||
xforms-1.0.93pre7.tar.gz.sig
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
3c2806dff3022c536eabd93d32e3dab7 xforms-1.0.92sp2.tar.gz
|
||||
9e5317c49c233d3a4f9a59b86f7806c1 xforms-1.0.93pre7.tar.gz
|
||||
69df84af137bb7bb20a8276f9cee1066 xforms-1.0.93pre7.tar.gz.sig
|
||||
|
|
|
|||
23
xforms.spec
23
xforms.spec
|
|
@ -1,17 +1,19 @@
|
|||
|
||||
%define pre sp2
|
||||
%define pre pre7
|
||||
|
||||
Name: xforms
|
||||
Summary: XForms toolkit library
|
||||
Version: 1.0.92
|
||||
Release: 2.%{pre}%{?dist}
|
||||
Version: 1.0.93
|
||||
Release: 0.1.%{pre}%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#URL: http://www.nongnu.org/xforms/
|
||||
URL: http://xforms-toolkit.org/
|
||||
Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}%{?pre}.tar.gz
|
||||
#Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}%{?pre}.tar.gz
|
||||
#Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}%{?pre}.tar.gz.sig
|
||||
Source0: http://download.savannah.gnu.org/releases-noredirect/xforms/xforms-%{version}%{?pre}.tar.gz
|
||||
Source1: http://download.savannah.gnu.org/releases-noredirect/xforms/xforms-%{version}%{?pre}.tar.gz.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libjpeg-devel
|
||||
|
|
@ -27,7 +29,8 @@ BuildRequires: %{x_deps}
|
|||
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
|
||||
|
||||
%description
|
||||
XForms is a GUI toolkit based on Xlib for X Window Systems. It
|
||||
|
|
@ -82,9 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB Copyright ChangeLog NEWS README
|
||||
%{_libdir}/libflimage.so.1*
|
||||
%{_libdir}/libformsGL.so.1*
|
||||
%{_libdir}/libforms.so.1*
|
||||
%{_libdir}/libflimage.so.2*
|
||||
%{_libdir}/libformsGL.so.2*
|
||||
%{_libdir}/libforms.so.2*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
|
@ -97,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.93-0.1.pre7
|
||||
- xforms-1.0.93pre7
|
||||
- Requires: xorg-x11-fonts-ISO8859-1-75dpi
|
||||
|
||||
* Thu Nov 05 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-2.sp2
|
||||
- xforms-1.9.92sp2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue