SPECS: redir.spec - move to %{_bindir}. i don't know any reasons t...
undefine
undefine at pld-linux.org
Tue May 29 12:34:26 CEST 2007
Author: undefine Date: Tue May 29 10:34:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- move to %{_bindir}. i don't know any reasons to put it into %{_sbindir} - it's very usefull for regular users too
- release 3
---- Files affected:
SPECS:
redir.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/redir.spec
diff -u SPECS/redir.spec:1.16 SPECS/redir.spec:1.17
--- SPECS/redir.spec:1.16 Mon Feb 12 23:09:12 2007
+++ SPECS/redir.spec Tue May 29 12:34:21 2007
@@ -4,7 +4,7 @@
Summary(pt_BR.UTF-8): Redir é um redirecionador de conexões
Name: redir
Version: 2.2.1
-Release: 2
+Release: 3
License: GPL
Group: Applications/Networking
Source0: http://sammy.net/~sammy/hacks/%{name}-%{version}.tar.gz
@@ -37,9 +37,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install redir $RPM_BUILD_ROOT%{_sbindir}
+install redir $RPM_BUILD_ROOT%{_bindir}
install redir.man $RPM_BUILD_ROOT%{_mandir}/man1
%clean
@@ -48,7 +48,7 @@
%files
%defattr(644,root,root,755)
%doc README trans*.txt
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_bindir}/*
%{_mandir}/man*/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -57,6 +57,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2007/05/29 10:34:21 undefine
+- move to %{_bindir}. i don't know any reasons to put it into %{_sbindir} - it's very usefull for regular users too
+- release 3
+
Revision 1.16 2007/02/12 22:09:12 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/redir.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list