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