]> git.pld-linux.org Git - packages/cdl3.git/blob - cdl3.spec
- initial pld version
[packages/cdl3.git] / cdl3.spec
1 Summary:        CDL3 System - compiler
2 Summary(pl):    Kompilator systemu CDL3
3 Name:           cdl3
4 Version:        1.2.3
5 Release:        0.1
6 License:        GPL
7 Group:          Development/Languages
8 Source0:        ftp://ftp.cs.kun.nl/pub/cdl3/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-acam.patch
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libtool
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CDL3 system
17
18 %description -l pl
19 system CDL3
20
21 %prep
22 %setup -q
23 %patch0 -p 1
24
25 %build
26 rm -f missing
27 %{__libtoolize}
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake} -a -c
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post
43 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
44
45 %postun
46 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
47
48 %files
49 %defattr(644,root,root,755)
This page took 0.059018 seconds and 4 git commands to generate.