]> git.pld-linux.org Git - packages/PHP2XMI.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Oct 2005 17:08:26 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PHP2XMI.spec -> 1.1

PHP2XMI.spec [new file with mode: 0644]

diff --git a/PHP2XMI.spec b/PHP2XMI.spec
new file mode 100644 (file)
index 0000000..c54b0a0
--- /dev/null
@@ -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}/*
This page took 0.060108 seconds and 4 git commands to generate.