- (privoxy-rh.spec only) Relisting template files on the %%files section
authormorcego <morcego@users.sourceforge.net>
Wed, 10 Apr 2002 18:14:45 +0000 (18:14 +0000)
committermorcego <morcego@users.sourceforge.net>
Wed, 10 Apr 2002 18:14:45 +0000 (18:14 +0000)
- (configure.in, privoxy-rh.spec) Bumped package release to 5

configure.in
privoxy-rh.spec

index 0fdb28c..97b2b2f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.59 2002/04/06 20:23:55 jongfoster Exp $
+dnl $Id: configure.in,v 1.60 2002/04/09 16:38:49 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.60  2002/04/09 16:38:49  oes
+dnl Added detection of missing config.h.in
+dnl
 dnl Revision 1.59  2002/04/06 20:23:55  jongfoster
 dnl Removing unnessacery tests (C++, ranlib)
 dnl
@@ -334,7 +337,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.59 $)
+AC_REVISION($Revision: 1.60 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -381,7 +384,7 @@ dnl =================================================================
 VERSION_MAJOR=2
 VERSION_MINOR=9
 VERSION_POINT=13
-VERSION_RPM_PACKAGE=3
+VERSION_RPM_PACKAGE=5
 CODE_STATUS="beta"
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
index 60bb4f2..8ab4b31 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.21 2002/04/09 02:52:26 hal9 Exp $
+# $Id: privoxy-rh.spec,v 1.22 2002/04/09 22:06:12 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -36,7 +36,7 @@ Name: privoxy
 # Version and release should be updated acordingly on configure.in and
 # configure. Otherwise, the package can be build with the wrong value
 Version: 2.9.13
-Release: 4
+Release: 5
 Summary: Privoxy - privacy enhancing proxy
 License: GPL
 Vendor: http://www.privoxy.org
@@ -225,33 +225,38 @@ fi
 %config %{privoxyconf}/default.filter
 %config %{privoxyconf}/trust
 
-%config %{privoxyconf}/templates/blocked
-%config %{privoxyconf}/templates/cgi-error-404
+%config %{privoxyconf}/templates/untrusted
+%config %{privoxyconf}/templates/toggle-mini
+%config %{privoxyconf}/templates/default
+%config %{privoxyconf}/templates/connect-failed
+%config %{privoxyconf}/templates/show-status-file
 %config %{privoxyconf}/templates/cgi-error-bad-param
-%config %{privoxyconf}/templates/cgi-error-disabled
+%config %{privoxyconf}/templates/show-version
 %config %{privoxyconf}/templates/cgi-error-file
-%config %{privoxyconf}/templates/cgi-error-modified
+%config %{privoxyconf}/templates/cgi-error-404
 %config %{privoxyconf}/templates/cgi-error-parse
-%config %{privoxyconf}/templates/cgi-style.css
-%config %{privoxyconf}/templates/connect-failed
-%config %{privoxyconf}/templates/default
+%config %{privoxyconf}/templates/edit-actions-url-form
+%config %{privoxyconf}/templates/no-such-domain
 %config %{privoxyconf}/templates/edit-actions-add-url-form
-%config %{privoxyconf}/templates/edit-actions-for-url
+%config %{privoxyconf}/templates/cgi-style.css
 %config %{privoxyconf}/templates/edit-actions-for-url-filter
+%config %{privoxyconf}/templates/cgi-error-disabled
+%config %{privoxyconf}/templates/edit-actions-remove-url-form
+%config %{privoxyconf}/templates/show-request
+%config %{privoxyconf}/templates/cgi-error-modified
+%config %{privoxyconf}/templates/mod-unstable-warning
 %config %{privoxyconf}/templates/edit-actions-list
+%config %{privoxyconf}/templates/toggle
 %config %{privoxyconf}/templates/edit-actions-list-section
+%config %{privoxyconf}/templates/mod-title
 %config %{privoxyconf}/templates/edit-actions-list-url
-%config %{privoxyconf}/templates/edit-actions-remove-url-form
-%config %{privoxyconf}/templates/edit-actions-url-form
-%config %{privoxyconf}/templates/no-such-domain
-%config %{privoxyconf}/templates/show-request
 %config %{privoxyconf}/templates/show-status
-%config %{privoxyconf}/templates/show-status-file
+%config %{privoxyconf}/templates/blocked
+%config %{privoxyconf}/templates/mod-support-and-service
+%config %{privoxyconf}/templates/mod-local-help
 %config %{privoxyconf}/templates/show-url-info
-%config %{privoxyconf}/templates/show-version
-%config %{privoxyconf}/templates/toggle
-%config %{privoxyconf}/templates/toggle-mini
-%config %{privoxyconf}/templates/untrusted
+%config %{privoxyconf}/templates/edit-actions-for-url
+
 %config %{_sysconfdir}/logrotate.d/%{name}
 %config %attr(0744,root,root) %{_sysconfdir}/rc.d/init.d/%{name}
 %ghost %attr(-,root,root) %{_sysconfdir}/rc.d/rc0.d/K09%{name}
@@ -265,6 +270,10 @@ fi
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Wed Apr 10 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
++ privoxy-2.9.13-5
+- Relisting template files on the %%files section
+
 * Tue Apr 09 2002 Hal Burgiss <hal@foobox.net>
 + privoxy-2.9.13-4
 - Removed 'make dok'. Docs are all maintained in CVS (and tarball) now.
@@ -559,6 +568,9 @@ fi
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.22  2002/04/09 22:06:12  hal9
+# Remove 'make dok'.
+#
 # Revision 1.21  2002/04/09 02:52:26  hal9
 # - Add templates/cgi-style.css, faq.txt, p_web.css, LICENSE
 # - Remove templates/blocked-compact.