Author: hawk Date: Mon Dec 3 10:56:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed undefined symbols, now it builds - release 4
---- Files affected: SPECS: java-gnu-activation.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/java-gnu-activation.spec diff -u SPECS/java-gnu-activation.spec:1.10 SPECS/java-gnu-activation.spec:1.11 --- SPECS/java-gnu-activation.spec:1.10 Mon Feb 12 23:09:10 2007 +++ SPECS/java-gnu-activation.spec Mon Dec 3 11:56:25 2007 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Środowisko aktywacyjne JavaBeans(TM) (JAF) w wersji GNU Name: java-gnu-activation Version: 1.1.1 -Release: 3 +Release: 4 License: LGPL Group: Libraries Source0: http://ftp.gnu.org/gnu/classpathx/activation-%{version}.tar.gz # Source0-md5: de50d7728e8140eb404f2b4554321f8c +Patch0: %{name}-MimeType-symbols-fix.patch URL: http://www.gnu.org/software/classpathx/jaf/jaf.html BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -48,6 +49,7 @@ %prep %setup -q -n activation-%{version} +%patch0 -p0 %build %{__aclocal} @@ -93,6 +95,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2007-12-03 10:56:25 hawk +- fixed undefined symbols, now it builds +- release 4 + Revision 1.10 2007-02-12 22:09:10 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-gnu-activation.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
