1 |
# $Id: smeserver-ipp2p.spec,v 1.1 2009/03/02 19:54:09 slords Exp $ |
2 |
# Authority: nocvs |
3 |
# Name: Jeremie Lorente |
4 |
|
5 |
Summary: Add-on to block P2P protocols |
6 |
Name: smeserver-ipp2p |
7 |
Version: 1.0 |
8 |
Release: 2%{?dist} |
9 |
License: GPL |
10 |
Group: Networking/Daemons |
11 |
Source: %{name}-%{version}.tar.gz |
12 |
Patch1: smeserver-ipp2p-1.0-adjust.patch |
13 |
BuildArch: noarch |
14 |
Requires: e-smith-packetfilter >= 1.16.0 |
15 |
Requires: ipp2p, kmod-ipp2p, kmod-ipp2p-smp |
16 |
BuildRequires: e-smith-devtools |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
AutoReq: no |
19 |
|
20 |
%description |
21 |
This module installs the configuration db and template fragment |
22 |
for ipp2p. |
23 |
|
24 |
%changelog |
25 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
26 |
- Clean up spec so package can be built by koji/plague |
27 |
|
28 |
* Tue Jan 09 2007 Shad L. Lords <slords@mail.com> 1.0-2 |
29 |
- Add adjust fragment so remoteaccess-update works |
30 |
|
31 |
* Tue Jan 09 2007 Shad L. Lords <slords@mail.com> 1.0-1 |
32 |
- Intitial release |
33 |
|
34 |
%prep |
35 |
%setup |
36 |
%patch1 -p1 |
37 |
|
38 |
%install |
39 |
rm -rf $RPM_BUILD_ROOT |
40 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
41 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
42 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
43 |
|
44 |
%clean |
45 |
rm -rf $RPM_BUILD_ROOT |
46 |
|
47 |
%files -f %{name}-%{version}-filelist |
48 |
%defattr(-,root,root) |