Fix according to new guidelines.

epel8
Andy Shevchenko 18 years ago
parent 01c7221f16
commit 4ba380eef7

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

Loading…
Cancel
Save