]> git.pld-linux.org Git - packages/Autodia.git/commitdiff
- initial release
authorggodlewski <ggodlewski@pld-linux.org>
Mon, 3 Feb 2003 18:13:00 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Autodia.spec -> 1.1

Autodia.spec [new file with mode: 0644]

diff --git a/Autodia.spec b/Autodia.spec
new file mode 100644 (file)
index 0000000..4a57750
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Autodia
+Name:          Autodia
+Version:       1.3
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       %{name}-%{version}.tar.gz
+URL:           http://droogs.org/autodia/
+BuildRequires: perl
+#Requires:     dia
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AutoDia is a modular application that parses source code or data (if a handler
+is available) and produces an XML document in Dia format. Handlers for Perl,
+C++, Java and PHP are available. (This used to be called AutoDIAL.) 
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+perl Makefile.PL
+make
+make test
+
+%install
+#make install
+#rm -rf $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_mandir}/man3/*
+%attr(755,root,root) %{_bindir}/*
+# FIXME:
+/usr/lib/perl5
This page took 0.038731 seconds and 4 git commands to generate.