]> git.pld-linux.org Git - packages/PHP2XMI.git/blame - PHP2XMI.spec
- new
[packages/PHP2XMI.git] / PHP2XMI.spec
CommitLineData
cf141fc1
AM
1%include /usr/lib/rpm/macros.php
2Summary: Produces XMI 1.3 schemes (UML) from PHP files
3Name: PHP2XMI
4Version: 0.1.1
5Release: 1
6License: LGPL
7Group: Development/Languages/PHP
8Source0: http://tech.motion-twin.com/zip/%{name}-%{version}.tar.gz
9# Source0-md5: 42821db581216c3a91dec91e1987ea24
10URL: http://tech.motion-twin.com/php_php2xmi.html
11BuildRequires: rpm-php-pearprov >= 4.4.2-11
12Requires: php
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17PHP2XMI produces XMI 1.3 schemes (UML) from PHP files.
18
19%prep
20%setup -q
21
22%install
23rm -rf $RPM_BUILD_ROOT
24install -d $RPM_BUILD_ROOT%{_bindir}
25
26install php2xmi $RPM_BUILD_ROOT%{_bindir}
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31%files
32%defattr(644,root,root,755)
33%attr(755,root,root) %{_bindir}/*
This page took 0.052656 seconds and 4 git commands to generate.