SPECS: tcm.spec (NEW) - initial revision - work in progress
baggins
baggins at pld-linux.org
Tue Nov 22 23:56:30 CET 2005
Author: baggins Date: Tue Nov 22 22:56:30 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revision
- work in progress
---- Files affected:
SPECS:
tcm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tcm.spec
diff -u /dev/null SPECS/tcm.spec:1.1
--- /dev/null Tue Nov 22 23:56:30 2005
+++ SPECS/tcm.spec Tue Nov 22 23:56:24 2005
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+Summary: A suite of graphical editors for diagrams and tables
+Name: tcm
+Version: 2.20
+Release: 0.1
+License: GPL
+Group: Development/Tools
+Source0: ftp://ftp.cs.utwente.nl/pub/tcm/%{name}-%{version}.src.tar.gz
+# Source0-md5: ed9b7135995ff57c3ff0fea57b8b55c6
+Patch0: %{name}-shared.patch
+Patch1: %{name}-opt.patch
+Patch2: %{name}-install.patch
+Patch3: %{name}-text2ps.patch
+URL: http://wwwhome.cs.utwente.nl/~tcm/
+# don't use lesstif here, as it's known to cause problems
+BuildRequires: X11-devel
+BuildRequires: openmotif-devel
+#BuildRequires: autoconf
+#BuildRequires: automake
+#BuildRequires: libtool
+#Requires(postun): -
+#Requires(pre,post): -
+#Requires(preun): -
+#Requires: -
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Toolkit for Conceptual Modeling is a collection of software tools
+to present conceptual models of software systems in the form of
+diagrams, tables, trees, and the like. A conceptual model of a system
+is a structure used to represent the requirements or architecture of
+the system. TCM is meant to be used for specifying and maintaining
+requirements for desired systems, in which a number of techniques and
+heuristics for problem analysis, function refinement, behavior
+specification, and architecture specification are used. TCM takes
+the form of a suite of graphical editors that can be used in these
+design tasks. These editors can be categorized into:
+
+* Generic editors, for generic diagrams, generic tables and
+ generic trees.
+* Structured Analysis (SA) editors, for entity-relationship diagrams,
+ data and event flow diagrams, state transition diagrams, function
+ refinement trees, transaction-use tables and function-entity
+ type tables.
+* Unified Modeling Language (UML) editors, for static structure
+ diagrams, use-case diagrams, activity diagrams, state charts,
+ message sequence diagrams, collaboration diagrams, component
+ diagrams and deployment diagrams.
+
+%prep
+%setup -q
+%patch0 -p0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+
+%build
+%{__make} config \
+ OPTFLAGS="%{rpmcflags}" \
+ TCM_INSTALL_DIR=%{_prefix}
+
+%{__make} depend \
+ OPTLAGS="%{rpmcflags}" \
+ TCM_INSTALL_DIR=%{_prefix}
+
+%{__make} execs \
+ OPTFLAGS="%{rpmcflags}" \
+ TCM_INSTALL_DIR=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ TCM_INSTALL_DIR=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG FILEMAP README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/help
+%{_datadir}/%{name}/help/[D-Z]*
+%{_mandir}/man1/*
+
+%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
+
+$Log$
+Revision 1.1 2005/11/22 22:56:24 baggins
+- initial revision
+- work in progress
+
================================================================
More information about the pld-cvs-commit
mailing list