rpms/newscache/devel newscache.spec,1.3,1.4

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Aug 17 12:35:45 UTC 2007


Author: buc

Update of /cvs/extras/rpms/newscache/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7778

Modified Files:
	newscache.spec 
Log Message:



Index: newscache.spec
===================================================================
RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newscache.spec	1 Sep 2006 14:56:05 -0000	1.3
+++ newscache.spec	17 Aug 2007 12:35:12 -0000	1.4
@@ -6,7 +6,7 @@
 Version: 	1.2
 Release: 	0.4.rc6%{?dist}
 Group: 		System Environment/Daemons
-License:	GPL
+License:	GPLv2+
 URL:		http://www.linuxhacker.at/newscache/
 Source: 	http://www.linuxhacker.at/linux/downloads/src/%{srcnamever}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,7 +30,7 @@
 
 
 %prep
-%setup -n %{srcnamever} -a 1
+%setup -q -n %{srcnamever} -a 1
 
 cp etc/newscache.conf-dist newscache.conf
 %patch1 -p0
@@ -50,7 +50,6 @@
 
 
 SOCKDIR=$PWD/socket++-%{socketver}
-export CFLAGS=-I$SOCKDIR
 export CPPFLAGS=-I$SOCKDIR
 export LDFLAGS=-L$SOCKDIR/socket++/.libs 
 
@@ -82,8 +81,8 @@
 pushd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 cat <<EOF >%{name}
 #%PAM-1.0
-auth    required        pam_stack.so service=system-auth
-account required        pam_stack.so service=system-auth
+auth    include		system-auth
+account include		system-auth
 
 EOF
 popd
@@ -136,8 +135,12 @@
 
 
 %changelog
-* Fri Sep  1 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.2-0.4.rc6
-- rebuild for FC6
+* Fri Aug 17 2007 Dmitry Butskoy <Dmitry at Butskoy.name>
+- Change License tag to GPLv2+
+
+* Tue Nov  7 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.2-0.4.rc6
+- spec file cleanups
+- use "include" instead of pam_stack in pam file generated
 
 * Wed Feb 15 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.2-0.3.rc6
 - rebuild for FC5




More information about the fedora-extras-commits mailing list