/[packages]/updates/infra_1/irker/current/SPECS/irker.spec
ViewVC logotype

Diff of /updates/infra_1/irker/current/SPECS/irker.spec

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

revision 335833 by boklm, Fri Dec 28 13:41:49 2012 UTC revision 335834 by boklm, Fri Dec 28 13:45:52 2012 UTC
# Line 12  License:       BSD Line 12  License:       BSD
12  Group:          Networking/IRC  Group:          Networking/IRC
13  URL:            http://www.catb.org/esr/irker/  URL:            http://www.catb.org/esr/irker/
14  Source0:        http://www.catb.org/~esr/irker/%{name}-%{version}.tar.gz  Source0:        http://www.catb.org/~esr/irker/%{name}-%{version}.tar.gz
15    Source1:        irkerd.init
16  Patch0: irker-1.9-systemd-unit-user.patch  Patch0: irker-1.9-systemd-unit-user.patch
17  BuildArch: noarch  BuildArch: noarch
18  Requires(post,postun):  rpm-helper  Requires(post,postun):  rpm-helper
# Line 40  sed -i 's/-o 0 -g 0 //' Makefile Line 41  sed -i 's/-o 0 -g 0 //' Makefile
41  rm -rf %{buildroot}  rm -rf %{buildroot}
42  %makeinstall_std  %makeinstall_std
43  %__install -D --mode=755 irkerhook.py %{buildroot}%{hookdir}/irkerhook.py  %__install -D --mode=755 irkerhook.py %{buildroot}%{hookdir}/irkerhook.py
44    %__install -D --mode=755 %{SOURCE1} %{buildroot}%{_initrddir}/irkerd
45    
46  %pre  %pre
47  %_pre_useradd %{name} / /bin/false  %_pre_useradd %{name} / /bin/false
# Line 58  rm -rf %{buildroot} Line 60  rm -rf %{buildroot}
60    
61  %files  %files
62  %doc README  %doc README
63    %config(noreplace) %_initrddir/irkerd
64  %{_bindir}/%{name}*  %{_bindir}/%{name}*
65  %{_mandir}/man*/%{name}*  %{_mandir}/man*/%{name}*
66  %dir %hookdir  %dir %hookdir

Legend:
Removed from v.335833  
changed lines
  Added in v.335834

  ViewVC Help
Powered by ViewVC 1.1.28