SPECS: open-cobol.spec (NEW) - first version, not working

adasi adasi at pld-linux.org
Mon Dec 5 22:40:58 CET 2005


Author: adasi                        Date: Mon Dec  5 21:40:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- first version, not working

---- Files affected:
SPECS:
   open-cobol.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/open-cobol.spec
diff -u /dev/null SPECS/open-cobol.spec:1.1
--- /dev/null	Mon Dec  5 22:40:58 2005
+++ SPECS/open-cobol.spec	Mon Dec  5 22:40:52 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+Summary:	COBOL compiler
+Summary(pl):	Kompilator języka COBOL
+Name:		open-cobol
+Version:	0.32
+Release:	0.1
+License:	GPL/LGPL
+Group:		Applications/Compilers
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	9ffc3b75eca988e40206b3e310bba635
+URL:		http://www.opencobol.org
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenCOBOL is an open-source COBOL compiler. OpenCOBOL implements substantial part of the COBOL 85 and COBOL 2002 standards, as well as many extensions of the existent COBOL compilers.
+OpenCOBOL translates COBOL into C and compiles the translated code using GCC. You can build your COBOL programs on various platforms, including GNU/Linux, Mac OS X, and Microsoft Windows.
+The compiler is licensed under GNU General Public License.
+The run-time library is licensed under GNU Lesser General Public License. 
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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 CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
================================================================



More information about the pld-cvs-commit mailing list