rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.15, 1.16

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Thu Aug 16 09:26:06 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/jack-audio-connection-kit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv613

Modified Files:
	jack-audio-connection-kit.spec 
Log Message:
Fix according to new guidelines.


Index: jack-audio-connection-kit.spec
===================================================================
RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- jack-audio-connection-kit.spec	23 May 2007 13:14:52 -0000	1.15
+++ jack-audio-connection-kit.spec	16 Aug 2007 09:25:34 -0000	1.16
@@ -1,8 +1,8 @@
 Summary: The Jack Audio Connection Kit
 Name: jack-audio-connection-kit
 Version: 0.103.0
-Release: 1%{?dist}
-License: GPL/LGPL
+Release: 2%{?dist}
+License: GPLv2 and LGPLv2.1
 Group: System Environment/Daemons
 Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz
 Source1: %{name}-README.Fedora
@@ -16,10 +16,9 @@
 BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool
 BuildRequires: libfreebob-devel >= 1.0.0
 
-%define gid 334
 %define groupname jackuser
 
-Requires(pre): /usr/sbin/groupadd
+Requires(pre): shadow-utils
 Requires(post): /sbin/ldconfig
 
 %description
@@ -88,7 +87,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-/usr/sbin/groupadd -g %gid -r %groupname &>/dev/null || :
+getent group %groupname >/dev/null || groupadd -r %groupname
+exit 0
 
 %post
 /sbin/ldconfig
@@ -138,6 +138,11 @@
 %{_bindir}/jack_midisine
 
 %changelog
+* Thu Aug 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.103.0-2
+- fix according to new guidelines:
+  - License tag
+  - group creation
+
 * Wed May 23 2007 Andy Shevchenko <andy at smile.org.ua> 0.103.0-1
 - update to the last official release
 - append defaults to the limits.conf (#221785, #235624)




More information about the fedora-extras-commits mailing list