/[smeserver]/rpms/oidentd/sme10/oidentd.spec
ViewVC logotype

Diff of /rpms/oidentd/sme10/oidentd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Fri Mar 18 07:46:53 2016 UTC Revision 1.3 by unnilennium, Wed Mar 30 03:08:04 2016 UTC
# Line 4  Line 4 
4    
5  Summary: Implementation of the RFC1413 identification server  Summary: Implementation of the RFC1413 identification server
6  Name: oidentd  Name: oidentd
7  Version: 2.0.8  %define version 2.0.8
8  Release: 1%{?dist}  %define release 3
9    Version: %{version}
10    Release: %{release}%{?dist}
11  License: GPL  License: GPL
12  Group: System Environment/Daemons  Group: System Environment/Daemons
13  URL: http://ojnk.sourceforge.net/  URL: http://ojnk.sourceforge.net/
# Line 16  Source0: http://dl.sf.net/ojnk/oidentd-% Line 18  Source0: http://dl.sf.net/ojnk/oidentd-%
18  Source1: identd.init  Source1: identd.init
19  Source2: identd.spoof  Source2: identd.spoof
20  Source3: oidentd.users  Source3: oidentd.users
21    Patch0: oidentd-2.0.8-linux-2.6.21.patch
22  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
23  Requires(post): /sbin/chkconfig  Requires(post): /sbin/chkconfig
24  Requires(preun): /sbin/service, /sbin/chkconfig  Requires(preun): /sbin/service, /sbin/chkconfig
25  Requires(postun): /sbin/service  Requires(postun): /sbin/service
26  BuildRequires: byacc  BuildRequires: byacc
27    BuildRequires: bison, flex
28  Provides: identd = %{version}  Provides: identd = %{version}
29  Conflicts: pidentd  Conflicts: pidentd
30    
# Line 36  TCP/IP connections. Line 40  TCP/IP connections.
40    
41  %prep  %prep
42  %setup  %setup
43    %patch0 -p1
44    
45  %build  %build
46  %configure  %configure \
47        --enable-masq \
48        --enable-ipv6 \
49        --disable-debug \
50        --disable-warn \
51        CFLAGS="${RPM_OPT_FLAGS} -std=gnu89"
52  %{__make} %{?_smp_mflags}  %{__make} %{?_smp_mflags}
53    
54    
# Line 81  fi Line 90  fi
90    
91    
92  %changelog  %changelog
93    * Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.8-3.sme
94    - fix missing masquerade [SME: 9404]
95    - fedora patch https://bugzilla.redhat.com/show_bug.cgi?id=1305491
96    
97    * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.08-2.sme
98    - Import for SME 10 [SME: 9340]
99    
100  * Mon Apr 16 2007 Dries Verachtert <dries@ulyssis.org> - 2.0.8-1 - 7981/dag  * Mon Apr 16 2007 Dries Verachtert <dries@ulyssis.org> - 2.0.8-1 - 7981/dag
101  - Updated to release 2.0.8.  - Updated to release 2.0.8.
102    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed