]> git.pld-linux.org Git - packages/Autodia.git/blob - Autodia.spec
- initial release
[packages/Autodia.git] / Autodia.spec
1 Summary:        Autodia
2 Name:           Autodia
3 Version:        1.3
4 Release:        1
5 License:        GPL
6 Group:          Development/Tools
7 Source0:        %{name}-%{version}.tar.gz
8 URL:            http://droogs.org/autodia/
9 BuildRequires:  perl
10 #Requires:      dia
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 AutoDia is a modular application that parses source code or data (if a handler
15 is available) and produces an XML document in Dia format. Handlers for Perl,
16 C++, Java and PHP are available. (This used to be called AutoDIAL.) 
17
18
19 %prep
20 %setup -q -n %{name}-%{version}
21
22 %build
23 perl Makefile.PL
24 make
25 make test
26
27 %install
28 #make install
29 #rm -rf $RPM_BUILD_ROOT
30 #install -d $RPM_BUILD_ROOT
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %pre
38
39 %preun
40
41 %post
42
43 %postun
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README
48 %{_mandir}/man3/*
49 %attr(755,root,root) %{_bindir}/*
50 # FIXME:
51 /usr/lib/perl5
This page took 0.058111 seconds and 4 git commands to generate.