[svn] r4620 - in trunk/rpms: . dnsmasq pam_script proxytunnel xnee

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Aug 6 16:46:07 CEST 2006


Author: dag
Date: 2006-08-06 16:46:05 +0200 (Sun, 06 Aug 2006)
New Revision: 4620

Added:
   trunk/rpms/pam_script/
   trunk/rpms/pam_script/pam_script.spec
Modified:
   trunk/rpms/dnsmasq/dnsmasq.spec
   trunk/rpms/proxytunnel/proxytunnel.spec
   trunk/rpms/xnee/xnee.spec
Log:
Updates

Modified: trunk/rpms/dnsmasq/dnsmasq.spec
===================================================================
--- trunk/rpms/dnsmasq/dnsmasq.spec	2006-08-05 23:51:21 UTC (rev 4619)
+++ trunk/rpms/dnsmasq/dnsmasq.spec	2006-08-06 14:46:05 UTC (rev 4620)
@@ -4,7 +4,7 @@
 
 Summary: Lightweight caching nameserver with integrated DHCP server
 Name: dnsmasq
-Version: 2.32
+Version: 2.33
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -156,6 +156,9 @@
 %{_localstatedir}/lib/misc/
 
 %changelog
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 2.33-1
+- Updated to release 2.33.
+
 * Sat Jun 10 2006 Dag Wieers <dag at wieers.com> - 2.32-1
 - Updated to release 2.32.
 

Added: trunk/rpms/pam_script/pam_script.spec
===================================================================
--- trunk/rpms/pam_script/pam_script.spec	2006-08-05 23:51:21 UTC (rev 4619)
+++ trunk/rpms/pam_script/pam_script.spec	2006-08-06 14:46:05 UTC (rev 4620)
@@ -0,0 +1,52 @@
+# $Id$
+# Authority: dag
+
+%define _libdir /%{_lib}
+
+Summary: PAM module for executing scripts
+%define real_name pam-script
+Name: pam_script
+Version: 0.1.7
+Release: 1
+Group: Applications/System
+License: GPL
+URL: http://www.bofs.co.za/~iburger/pam_script/
+
+Source: http://www.bofs.co.za/~iburger/pam_script/pam-script-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: pam-devel 
+Requires: pam       
+
+%description
+pam_script is a module which allows to execute scripts after opening
+and/or closing a session using PAM.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%{__perl} -pi.orig -e 's|^CFLAGS\s*=\s*(.*)$|override CFLAGS += $1|' Makefile
+%{__perl} -pi.orig -e 's|^(#include <signal.h>)$|$1\n#include <syslog.h>|' pam_script.c
+
+%build
+export CC="%{__cc}"
+%{__make} CFLAGS="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 pam_script.so %{buildroot}%{_libdir}/security/pam_script.so
+%{__install} -Dp -m0644 pam-script.5 %{buildroot}%{_mandir}/man5/pam_script.5
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changelog README
+%doc %{_mandir}/man5/pam_script.5*
+%dir %{_libdir}/security/
+%{_libdir}/security/pam_script.so
+
+%changelog
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 0.1.7-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/pam_script/pam_script.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/proxytunnel/proxytunnel.spec
===================================================================
--- trunk/rpms/proxytunnel/proxytunnel.spec	2006-08-05 23:51:21 UTC (rev 4619)
+++ trunk/rpms/proxytunnel/proxytunnel.spec	2006-08-06 14:46:05 UTC (rev 4620)
@@ -4,8 +4,8 @@
 
 Summary: Punching holes in HTTP(S) proxy's
 Name: proxytunnel
-Version: 1.6.0
-Release: 3
+Version: 1.6.3
+Release: 1
 License: GPL
 Group: Applications/Internet
 URL: http://proxytunnel.sourceforge.net/
@@ -40,11 +40,12 @@
 
 %build
 %{__make} %{?_smp_mflags} \
-	CFLAGS="%{optflags} -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=1 -I/usr/kerberos/include"
+	CFLAGS="%{optflags} -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -I/usr/kerberos/include"
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} install DESTDIR="%{buildroot}" PREFIX="%{_prefix}"
+#%{__make} install DESTDIR="%{buildroot}" PREFIX="%{_prefix}"
+%{__make} install PREFIX="%{buildroot}%{_prefix}" MANDIR="%{buildroot}%{_mandir}/man1"
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -56,6 +57,9 @@
 %{_bindir}/proxytunnel
 
 %changelog
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 1.6.3-1
+- Updated to release 1.6.3.
+
 * Sun Mar 19 2006 Dries Verachtert <dries at ulyssis.org> - 1.6.0-3
 - Source url fixed.
 

Modified: trunk/rpms/xnee/xnee.spec
===================================================================
--- trunk/rpms/xnee/xnee.spec	2006-08-05 23:51:21 UTC (rev 4619)
+++ trunk/rpms/xnee/xnee.spec	2006-08-06 14:46:05 UTC (rev 4620)
@@ -6,8 +6,8 @@
 
 Summary: Record, distribute and replay X protocol data
 Name: xnee
-Version: 2.04
-Release: 1.2
+Version: 2.05
+Release: 1
 License: GPL
 Group: User Interface/X
 URL: http://www.gnu.org/software/xnee/
@@ -57,17 +57,17 @@
 %files
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README TODO
-%doc %{_infodir}/cnee.info*
+#%doc %{_infodir}/cnee.info*
 %doc %{_mandir}/man1/cnee.1*
 %{_bindir}/cnee
 %{_bindir}/gnee
-%{_libdir}/libxnee*
+#%{_libdir}/libxnee*
 %{_datadir}/Xnee/
 %{_datadir}/applications/%{desktop_vendor}-xnee.desktop
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 2.04-1.2
-- Rebuild for Fedora Core 5.
+* Sun Aug 06 2006 Dag Wieers <dag at wieers.com> - 2.05-1
+- Updated to release 2.05.
 
 * Sun Mar 19 2006 Dries Verachtert <dries at ulyssis.org> - 2.04-2
 - Some missing buildrequirements added.



More information about the svn-commits mailing list