]> git.pld-linux.org Git - packages/docsis.git/blob - docsis.spec
- pl
[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:        0.1
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 URL:            http://docsis.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  flex
15 BuildRequires:  net-snmp-devel
16 Requires:       net-snmp-mibs
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Encoding Configuration File Settings into binary configuration files
21 as specified by the DOCSIS RFI 1.1.
22
23 %description -l pl.UTF-8
24 Kodowanie ustawieÅ„ konfiguracyjnych w binarnych plikach
25 konfiguracyjnych zgodnie z DOCSIS RFI 1.1.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %{__autoheader}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
53 %{_datadir}/snmp/mibs/*
This page took 0.093419 seconds and 4 git commands to generate.