From: chas w. <ch...@us...> - 2007-12-29 20:09:37
|
Update of /cvsroot/linux-atm/linux-atm/src/extra In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16115/src/extra Modified Files: Tag: V2_5_0 linux-atm.spec.in Log Message: add dist tag (or _vendor) to the built rpms try to make the startup script a bit more cross-platform Index: linux-atm.spec.in =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/extra/linux-atm.spec.in,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -d -r1.2.2.3 -r1.2.2.4 *** linux-atm.spec.in 28 Dec 2007 15:11:51 -0000 1.2.2.3 --- linux-atm.spec.in 29 Dec 2007 20:09:34 -0000 1.2.2.4 *************** *** 7,11 **** Version: %{linux_atm_version} %define includedir /usr/include ! Release: 1 License: BSD License, GNU General Public License (GPL), GNU Lesser General Public License (LGPL) Group: System Environment/Daemons --- 7,11 ---- Version: %{linux_atm_version} %define includedir /usr/include ! Release: 1%{?dist}%{!?dist:.%{_vendor}} License: BSD License, GNU General Public License (GPL), GNU Lesser General Public License (LGPL) Group: System Environment/Daemons |