]> git.pld-linux.org Git - packages/Autodia.git/blame - Autodia.spec
- initial release
[packages/Autodia.git] / Autodia.spec
CommitLineData
c33b404b 1Summary: Autodia
2Name: Autodia
3Version: 1.3
4Release: 1
5License: GPL
6Group: Development/Tools
7Source0: %{name}-%{version}.tar.gz
8URL: http://droogs.org/autodia/
9BuildRequires: perl
10#Requires: dia
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14AutoDia is a modular application that parses source code or data (if a handler
15is available) and produces an XML document in Dia format. Handlers for Perl,
16C++, Java and PHP are available. (This used to be called AutoDIAL.)
17
18
19%prep
20%setup -q -n %{name}-%{version}
21
22%build
23perl Makefile.PL
24make
25make 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
35rm -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.926634 seconds and 4 git commands to generate.