SPECS: PHP2XMI.spec (NEW) - new

arekm arekm at pld-linux.org
Mon Oct 10 19:08:32 CEST 2005


Author: arekm                        Date: Mon Oct 10 17:08:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/PHP2XMI.spec
diff -u /dev/null SPECS/PHP2XMI.spec:1.1
--- /dev/null	Mon Oct 10 19:08:32 2005
+++ SPECS/PHP2XMI.spec	Mon Oct 10 19:08:26 2005
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+Summary:	Produces XMI 1.3 schemes (UML) from PHP files
+Name:		PHP2XMI
+Version:	0.1.1
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://tech.motion-twin.com/zip/%{name}-%{version}.tar.gz
+# Source0-md5:	42821db581216c3a91dec91e1987ea24
+URL:		http://tech.motion-twin.com/php_php2xmi.html
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PHP2XMI produces XMI 1.3 schemes (UML) from PHP files.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install php2xmi $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%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/10/10 17:08:26  arekm
+- new
+
================================================================



More information about the pld-cvs-commit mailing list