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