Author: jajcus                       Date: Thu May 18 11:01:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec: GNU JAF (Sun JAF license is too restricted)

---- Files affected:
SPECS:
   java-gnu-activation.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/java-gnu-activation.spec
diff -u /dev/null SPECS/java-gnu-activation.spec:1.1
--- /dev/null   Thu May 18 13:01:11 2006
+++ SPECS/java-gnu-activation.spec      Thu May 18 13:01:06 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+#
+Summary:       GNU JavaBeans(TM) Activation Framework (JAF)
+Name:          java-gnu-activation
+Version:       1.1.1
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://ftp.gnu.org/gnu/classpathx/activation-%{version}.tar.gz
+# Source0-md5: de50d7728e8140eb404f2b4554321f8c
+URL:           http://www.gnu.org/software/classpathx/jaf/jaf.html
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: jdk
+Requires:      jre
+Provides:      jaf
+Provides:      java-activation
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNU JAF is a framework for declaring what beans operate on what MIME
+type data. Content handler beans can be defined to handle particular
+MIME content. The JAF unites internet standards for declaring content
+with JavaBeans(TM).
+
+%prep
+%setup -q -n activation-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+# Sun java requires . in CLASSPATH for configure test
+export CLASSPATH=.
+export JAVAC=%{_bindir}/javac
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog source/javax/activation/*.html
+%{_javadir}/*.jar
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/18 11:01:06  jajcus
+- new spec: GNU JAF (Sun JAF license is too restricted)
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to