]> git.pld-linux.org Git - packages/Autodia.git/blob - Autodia.spec
- pl description, partial cleanup
[packages/Autodia.git] / Autodia.spec
1 Summary:        Autodia - producing an XML documents from source code or data
2 Summary(pl):    Autodia - tworzenie dokumentów XML z kodu ¼ród³owego lub danych
3 Name:           Autodia
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Development/Tools
8 # Source0 URL???
9 Source0:        %{name}-%{version}.tar.gz
10 URL:            http://droogs.org/autodia/
11 BuildRequires:  perl
12 #Requires:      dia
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 AutoDia is a modular application that parses source code or data (if a
17 handler is available) and produces an XML document in Dia format.
18 Handlers for Perl, C++, Java and PHP are available. (This used to be
19 called AutoDIAL.)
20
21 %description -l pl
22 AutoDia to modularna aplikacja analizuj±ca kod ¼ród³owy lub dane
23 (je¶li dostêpna jest odpowiednia procedura obs³ugi) i generuj±ca
24 dokument XML w formacie Dia. Dostêpne s± procedury obs³ugi dla Perla,
25 C++, Javy i PHP. (Program nazywa³ siê AutoDIAL)
26
27 %prep
28 %setup -q -n %{name}-%{version}
29
30 %build
31 perl Makefile.PL
32 %{__make}
33
34 %{__make} test
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %attr(755,root,root) %{_bindir}/*
48 # FIXME:
49 %{_libdir}/perl5
50 %{_mandir}/man3/*
This page took 0.128145 seconds and 3 git commands to generate.