]> git.pld-linux.org Git - packages/docsis.git/blob - docsis.spec
- added
[packages/docsis.git] / docsis.spec
1 Summary:        Enconding Configuration File Settings into binary configuration files as specified by the DOCSIS RFI 1.1
2 #Summary(pl.UTF-8):     -
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 URL:            http://docsis.sourceforge.net/
11 Patch0:         %{name}-gnu-m4-detect.patch
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 Enconding Configuration File Settings into binary configuration files
21 as specified by the DOCSIS RFI 1.1.
22
23 #%description -l pl.UTF-8
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %{__autoheader}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
51 %{_datadir}/snmp/mibs/*
This page took 0.071983 seconds and 3 git commands to generate.