]> git.pld-linux.org Git - packages/PHP2XMI.git/blame - PHP2XMI.spec
- tabs in preamble
[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
e826af41 3Summary(pl.UTF-8): Tworzenie schematów XMI 1.3 (UML) z plików PHP
cf141fc1
AM
4Name: PHP2XMI
5Version: 0.1.1
6Release: 1
7License: LGPL
8Group: Development/Languages/PHP
9Source0: http://tech.motion-twin.com/zip/%{name}-%{version}.tar.gz
10# Source0-md5: 42821db581216c3a91dec91e1987ea24
11URL: http://tech.motion-twin.com/php_php2xmi.html
12BuildRequires: rpm-php-pearprov >= 4.4.2-11
220798bf 13Requires: webserver(php)
cf141fc1
AM
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18PHP2XMI produces XMI 1.3 schemes (UML) from PHP files.
19
813e9ff7
JR
20%description -l pl.UTF-8
21Tworzenie schematów XMI 1.3 (UML) z plików PHP.
514fa9a4 22
cf141fc1
AM
23%prep
24%setup -q
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_bindir}
29
30install php2xmi $RPM_BUILD_ROOT%{_bindir}
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%attr(755,root,root) %{_bindir}/*
This page took 0.037021 seconds and 4 git commands to generate.