[svn] r5352 - in trunk/rpms: perl-Config-Format-Ini
perl-Crypt-Camellia_PP perl-WWW-TwentyQuestions tor
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed May 2 23:55:52 CEST 2007
Author: dag
Date: 2007-05-02 23:55:50 +0200 (Wed, 02 May 2007)
New Revision: 5352
Modified:
trunk/rpms/perl-Config-Format-Ini/perl-Config-Format-Ini.spec
trunk/rpms/perl-Crypt-Camellia_PP/perl-Crypt-Camellia_PP.spec
trunk/rpms/perl-WWW-TwentyQuestions/perl-WWW-TwentyQuestions.spec
trunk/rpms/tor/tor.spec
Log:
Updates
Modified: trunk/rpms/perl-Config-Format-Ini/perl-Config-Format-Ini.spec
===================================================================
--- trunk/rpms/perl-Config-Format-Ini/perl-Config-Format-Ini.spec 2007-05-02 21:24:13 UTC (rev 5351)
+++ trunk/rpms/perl-Config-Format-Ini/perl-Config-Format-Ini.spec 2007-05-02 21:55:50 UTC (rev 5352)
@@ -19,7 +19,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl
+BuildRequires: perl >= 4:5.8.8
%description
Reads INI configuration files.
Modified: trunk/rpms/perl-Crypt-Camellia_PP/perl-Crypt-Camellia_PP.spec
===================================================================
--- trunk/rpms/perl-Crypt-Camellia_PP/perl-Crypt-Camellia_PP.spec 2007-05-02 21:24:13 UTC (rev 5351)
+++ trunk/rpms/perl-Crypt-Camellia_PP/perl-Crypt-Camellia_PP.spec 2007-05-02 21:55:50 UTC (rev 5352)
@@ -19,7 +19,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl
+BuildRequires: perl >= 3:5.8.6
%description
Pure Perl Camellia 128-bit block cipher module.
Modified: trunk/rpms/perl-WWW-TwentyQuestions/perl-WWW-TwentyQuestions.spec
===================================================================
--- trunk/rpms/perl-WWW-TwentyQuestions/perl-WWW-TwentyQuestions.spec 2007-05-02 21:24:13 UTC (rev 5351)
+++ trunk/rpms/perl-WWW-TwentyQuestions/perl-WWW-TwentyQuestions.spec 2007-05-02 21:55:50 UTC (rev 5352)
@@ -19,7 +19,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl
+BuildRequires: perl >= 4:5.8.8
%description
Interface to the classic 20 Questions game as provided by 20Q.net.
Modified: trunk/rpms/tor/tor.spec
===================================================================
--- trunk/rpms/tor/tor.spec 2007-05-02 21:24:13 UTC (rev 5351)
+++ trunk/rpms/tor/tor.spec 2007-05-02 21:55:50 UTC (rev 5352)
@@ -8,8 +8,8 @@
Summary: Send network traffic through virtual tunnels to improve your privacy
Name: tor
-Version: 0.1.1.26
-Release: 4
+Version: 0.1.2.13
+Release: 1
License: BSD
Group: Applications/Internet
URL: http://tor.eff.org/
@@ -34,7 +34,8 @@
%setup
%build
-export CPPFLAGS="-I/usr/include/kerberos"
+#export CPPFLAGS="-I/usr/include/kerberos"
+export CPPFLAGS="-I/usr/kerberos/include"
%configure --with-tor-user="%{toruser}" --with-tor-group="%{torgroup}"
%{__make} %{?_smp_mflags}
%{__perl} -pi -e "s|# chkconfig: 2345|# chkconfig: -|g;" contrib/tor.sh
@@ -47,8 +48,8 @@
%{__install} -Dp -m644 contrib/tor.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/tor
%{__mv} -f %{buildroot}%{_sysconfdir}/tor/torrc.sample %{buildroot}%{_sysconfdir}/tor/torrc
%{__install} -d %{buildroot}%{_localstatedir}/lib/tor/
+%{__install} -d %{buildroot}%{_localstatedir}/log/tor/
%{__install} -d %{buildroot}%{_localstatedir}/run/tor/
-%{__install} -d %{buildroot}%{_localstatedir}/log/tor/
%clean
%{__rm} -rf %{buildroot}
@@ -76,12 +77,12 @@
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog INSTALL LICENSE README
%doc %{_mandir}/man1/tor*
+%config %{_initrddir}/tor
+%config(noreplace) %{_sysconfdir}/logrotate.d/tor
%{_bindir}/tor-resolve
%{_bindir}/tor
%{_bindir}/torctl
%{_bindir}/torify
-%{_sysconfdir}/logrotate.d/tor
-%{_initrddir}/tor
%defattr(-, root, %{torgroup}, 0750)
%dir %{_sysconfdir}/tor/
@@ -98,6 +99,9 @@
%dir %{_localstatedir}/log/tor
%changelog
+* Wed May 02 2007 Dag Wieers <dag at wieers.com> - 0.1.2.13-1
+- Updated to release 0.1.2.13.
+
* Sun Mar 25 2007 Dag Wieers <dag at wieers.com> - 0.1.1.26-4
- Rebuild against libevent-1.1a on EL5.
More information about the svn-commits
mailing list