From cf141fc190a50c461fda60278c644c4dfc7afc2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 10 Oct 2005 17:08:26 +0000 Subject: [PATCH] - new Changed files: PHP2XMI.spec -> 1.1 --- PHP2XMI.spec | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 PHP2XMI.spec diff --git a/PHP2XMI.spec b/PHP2XMI.spec new file mode 100644 index 0000000..c54b0a0 --- /dev/null +++ b/PHP2XMI.spec @@ -0,0 +1,33 @@ +%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}/* -- 2.44.0