]> git.pld-linux.org Git - packages/docsis.git/blob - docsis.spec
- BR: libtool added
[packages/docsis.git] / docsis.spec
1 Summary:        DOCSIS RFI 1.1 Encoding Configuration File Settings into binary configuration files
2 Summary(pl.UTF-8):      Kodowanie ustawieÅ„ konfiguracyjnych w plikach binarnych wg DOCSIS RFI 1.1
3 Name:           docsis
4 Version:        0.9.5
5 Release:        2
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/docsis/%{name}-%{version}.tar.gz
9 # Source0-md5:  2b89cf254a5eb07b0ee8b6331238ea96
10 Patch0:         %{name}-gnu-m4-detect.patch
11 Patch1:         %{name}-link.patch
12 URL:            http://docsis.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool 
16 BuildRequires:  flex
17 BuildRequires:  net-snmp-devel
18 Requires:       net-snmp-mibs
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Encoding Configuration File Settings into binary configuration files
23 as specified by the DOCSIS RFI 1.1.
24
25 %description -l pl.UTF-8
26 Kodowanie ustawieÅ„ konfiguracyjnych w binarnych plikach
27 konfiguracyjnych zgodnie z DOCSIS RFI 1.1.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32 %patch1 -p1
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %{__autoheader}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
57 %{_datadir}/snmp/mibs/*
This page took 0.131532 seconds and 4 git commands to generate.