robert pushed to xforms (epel7). "auto-import changelog data from xforms-1.0-0.fdr.1.rh80.src.rpm (..more)"

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


>From 5110e9f10485800cb34bf00c36279627fe4166e3 Mon Sep 17 00:00:00 2001
From: cvsextras <cvsextras at fedoraproject.org>
Date: Mon, 8 Nov 2004 05:33:57 +0000
Subject: auto-import changelog data from xforms-1.0-0.fdr.1.rh80.src.rpm
 1.0-0.fdr.1 - BuildRequires: libtiff-devel - add few more %doc files.
 1.0-0.fdr.0 - fedora-ize package. Mon Jan 20 2003 Rex Dieter <rdieter at
 users.sf.net> 1.0-0 - 1.0-release - redhat-ize specfile


diff --git a/.cvsignore b/.cvsignore
index e69de29..a876639 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+xforms-1.0.tar.gz
diff --git a/sources b/sources
index e69de29..332b470 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+64adf1c489b629a92218f7c140f4bdaf  xforms-1.0.tar.gz
diff --git a/xforms.spec b/xforms.spec
new file mode 100644
index 0000000..5b7b54c
--- /dev/null
+++ b/xforms.spec
@@ -0,0 +1,106 @@
+# $Id: xforms.spec,v 1.1 2004/11/08 05:33:57 cvsextras Exp $
+
+## kde-redhat macros
+%define rhversion %(perl -pe '/(\\d+)\\.?(\\d)?/; $_="$1".($2||0)' /etc/redhat-release)
+
+# Since we're using xmkmf, we must match XFree86's notion of these
+%define _x11dir	/usr/X11R6
+%define _prefix %{_x11dir}
+%define _mandir %{_prefix}/man
+
+Name:	 xforms
+Summary: An X11 toolkit library.
+Epoch:	 0
+Version: 1.0
+Release: 0.fdr.1.rh%{rhversion}
+License: LGPL
+Group:	 System Environment/Libraries
+# We'll at least pretend to be relocatable
+Prefix:	 %{_prefix}
+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
+BuildRequires: libjpeg-devel
+BuildRequires: libtiff-devel
+
+# for xforms' import/export of various image types, including: png, sgi
+Requires: netpbm-progs
+
+
+%description
+xforms is an X11 toolkit library.
+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.
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{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}
+%description devel
+This package contains development headers and libraries for %{name}.
+
+Install this if you intend to develop / compile programs with %{name}.
+
+
+%prep
+
+%setup -q 
+
+
+%build
+
+(unset RPM_OPT_FLAGS; xmkmf -a)
+
+make %{?_smp_mflags} \
+	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" 
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+%files 
+%defattr(-,root,root)
+%doc *README Changes Copyright COPYING
+%{_libdir}/lib*.so.*
+
+%files devel
+%defattr(-,root,root)
+%{_bindir}/fd*
+%{_includedir}/*
+%{_libdir}/lib*.so
+%{_libdir}/lib*.a
+%{_mandir}/man*/fd*
+
+
+%changelog
+* Fri May 30 2003 Rex Dieter <rexdieter at users.sf.net> 0:1.0-0.fdr.1
+- BuildRequires: libtiff-devel
+- add few more %%doc files.
+
+* Fri Apr 02 2003 Rex Dieter <rexdieter at users.sf.net> 0:1.0-0.fdr.0
+- fedora-ize package.
+
+* Mon Jan 20 2003 Rex Dieter <rdieter at users.sf.net> 1.0-0
+- 1.0-release
+- redhat-ize specfile
+
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list