From 9dfeb51a04b2cdae1a2880b390bdf90cf7e89d16 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:13:41 +0000 Subject: [PATCH 1/8] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d97a3b..1cf6447 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: vidalia -# $Id$ +# $Id: Makefile,v 1.1 2009/04/29 02:51:42 kevin Exp $ NAME := vidalia SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 84c03b72275500f334d061c4138e48b964b53577 Mon Sep 17 00:00:00 2001 From: supercyper Date: Mon, 1 Feb 2010 16:33:38 +0000 Subject: [PATCH 2/8] *** empty log message *** --- import.log | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 import.log diff --git a/import.log b/import.log deleted file mode 100644 index 0ebead7..0000000 --- a/import.log +++ /dev/null @@ -1,5 +0,0 @@ -vidalia-0_1_12-1_fc11:HEAD:vidalia-0.1.12-1.fc11.src.rpm:1241020214 -vidalia-0_1_13-1_fc11:HEAD:vidalia-0.1.13-1.fc11.src.rpm:1243887330 -vidalia-0_1_14-1_fc11:HEAD:vidalia-0.1.14-1.fc11.src.rpm:1246995303 -vidalia-0_1_14-1_fc11:HEAD:vidalia-0.1.14-1.fc11.src.rpm:1246999255 -vidalia-0_1_15-1_fc11:HEAD:vidalia-0.1.15-1.fc11.src.rpm:1251919674 From 061146eb497270cd8658d389c5376f49fe001916 Mon Sep 17 00:00:00 2001 From: supercyper Date: Tue, 2 Feb 2010 11:05:56 +0000 Subject: [PATCH 3/8] *** empty log message *** --- .cvsignore | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8cc6952..9915d41 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vidalia-0.1.15.tar.gz +vidalia-0.2.7.tar.gz diff --git a/sources b/sources index 5942a6f..2b8b16e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -005afad126dc6142d7748ec185d9fafe vidalia-0.1.15.tar.gz +71fd5c040d7b20536d5226915c49e89a vidalia-0.2.7.tar.gz From 2fd3b5c314a396069b2e6a3e58e74fc8f09520d4 Mon Sep 17 00:00:00 2001 From: supercyper Date: Tue, 2 Feb 2010 12:00:17 +0000 Subject: [PATCH 4/8] sync with devel --- vidalia.spec | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/vidalia.spec b/vidalia.spec index 61248e7..3fae71e 100644 --- a/vidalia.spec +++ b/vidalia.spec @@ -1,23 +1,24 @@ -Name: vidalia -Version: 0.1.15 -Release: 1%{?dist} -Summary: GUI controller for the Tor Onion Routing Network +Name: vidalia +Version: 0.2.7 +Release: 2%{?dist} +Summary: GUI controller for the Tor Onion Routing Network -Group: Applications/Internet -License: GPLv2+ -URL: https://www.torproject.org/vidalia/ -Source0: https://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Group: Applications/Internet +License: GPLv2+ +URL: https://www.torproject.org/vidalia/ +Source0: https://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils -BuildRequires: openssl-devel -BuildRequires: qt4-devel -BuildRequires: cmake +BuildRequires: desktop-file-utils +BuildRequires: openssl-devel +BuildRequires: qt4-devel +BuildRequires: cmake -Requires: tor -Requires: privoxy -Requires: hicolor-icon-theme +Requires: tor +#polipo can also work with vidalia +#Requires: privoxy +Requires: hicolor-icon-theme %description @@ -28,11 +29,11 @@ contribute to the Tor network by helping you setup a Tor server, if you wish. %package doc -Summary: Documentation for %{name} -Group: Documentation -BuildRequires: doxygen -Requires: %{name} = %{version}-%{release} - +Summary: Documentation for %{name} +Group: Documentation +BuildRequires: doxygen +Requires: %{name} = %{version}-%{release} +BuildArch: noarch %description doc Doxygen generated documentations for %{name}. @@ -52,33 +53,27 @@ PATH=%{_libdir}/qt4/bin:$PATH; export PATH %cmake . make %{?_smp_mflags} - -cd doc -doxygen Doxyfile.in +make doxygen %install rm -rf %{buildroot} make install \ - INSTALL="install -p" \ - DESTDIR=%{buildroot} + INSTALL="install -p" \ + DESTDIR=%{buildroot} -rm -rf %{buildroot}%{_datadir}/applications/%{name}.desktop +rm -rf %{buildroot}%{_datadir}/applications/%{name}.desktop install -Dpm0644 doc/%{name}.1 \ - %{buildroot}%{_mandir}/man1/%{name}.1 + %{buildroot}%{_mandir}/man1/%{name}.1 desktop-file-install \ - %if 0%{?rhel} - --vendor="" \ - %endif - --dir %{buildroot}%{_datadir}/applications \ - %{SOURCE1} - -mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/ -install -Dpm0644 doc/html/* \ - %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/ + %if 0%{?rhel} + --vendor="" \ + %endif + --dir %{buildroot}%{_datadir}/applications \ + %{SOURCE1} %post @@ -87,8 +82,8 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + touch --no-create %{_datadir}/icons/hicolor &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi @@ -111,10 +106,15 @@ rm -rf %{buildroot} %files doc %defattr(-,root,root,-) -%{_docdir}/%{name}-%{version}-doxygen/ - +%doc doc/feature-* doc/status-* doc/geoip-* doc/version-spec.txt doc/html contrib %changelog +* Sun Jan 31 2010 Chen Lei - 0.2.7-2 +- Add contrib to -doc subpackage + +* Sun Jan 31 2010 Chen Lei - 0.2.7-1 +- New upstream release + * Wed Sep 02 2009 Simon Wesp - 0.15-1 - New upstream release From 61e05bb6f63b9fd7c7deee8c660db71f4c67be41 Mon Sep 17 00:00:00 2001 From: supercyper Date: Wed, 21 Apr 2010 03:11:39 +0000 Subject: [PATCH 5/8] update to 0.2.8 --- sources | 2 +- vidalia.desktop | 2 -- vidalia.spec | 49 +++++++++++++++---------------------------------- 3 files changed, 16 insertions(+), 37 deletions(-) diff --git a/sources b/sources index 2b8b16e..8f13fa7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71fd5c040d7b20536d5226915c49e89a vidalia-0.2.7.tar.gz +027a8514efcdc957eb89630884db3f5e vidalia-0.2.8.tar.gz diff --git a/vidalia.desktop b/vidalia.desktop index 6faff97..9ea1afd 100644 --- a/vidalia.desktop +++ b/vidalia.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=Vidalia GenericName=GUI controller for the Tor Onion Routing Network GenericName[de]=Kontrolloberfläche für das Tor Onion Routing Netzwerk @@ -8,5 +7,4 @@ Exec=vidalia Terminal=false Type=Application Categories=Network;KDE;Qt;Security; -StartupNotify=true Icon=vidalia diff --git a/vidalia.spec b/vidalia.spec index 3fae71e..d4e8958 100644 --- a/vidalia.spec +++ b/vidalia.spec @@ -1,43 +1,27 @@ Name: vidalia -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.2.8 +Release: 1%{?dist} Summary: GUI controller for the Tor Onion Routing Network - Group: Applications/Internet License: GPLv2+ URL: https://www.torproject.org/vidalia/ Source0: https://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: desktop-file-utils BuildRequires: openssl-devel BuildRequires: qt4-devel BuildRequires: cmake - Requires: tor -#polipo can also work with vidalia -#Requires: privoxy Requires: hicolor-icon-theme - +Obsoletes: %{name}-doc < 0.2.8-1 %description Vidalia is a cross-platform controller GUI for Tor, built using the Qt -framework. Vidalia allows you to start and stop Tor, view the status of Tor at -a glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy to -contribute to the Tor network by helping you setup a Tor server, if you wish. - - -%package doc -Summary: Documentation for %{name} -Group: Documentation -BuildRequires: doxygen -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description doc -Doxygen generated documentations for %{name}. - +framework. Vidalia allows you to start and stop Tor, view the status of +Tor at a glance, and monitor Tor's bandwidth usage. Vidalia also makes +it easy to contribute to the Tor network by helping you setup a Tor server, +if you wish. %prep %setup -q @@ -53,7 +37,6 @@ PATH=%{_libdir}/qt4/bin:$PATH; export PATH %cmake . make %{?_smp_mflags} -make doxygen %install @@ -68,13 +51,11 @@ rm -rf %{buildroot}%{_datadir}/applications/%{name}.desktop install -Dpm0644 doc/%{name}.1 \ %{buildroot}%{_mandir}/man1/%{name}.1 -desktop-file-install \ - %if 0%{?rhel} - --vendor="" \ - %endif +desktop-file-install --vendor="" \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} +chmod -x contrib/* %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -97,18 +78,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGELOG CREDITS HACKING LICENSE LICENSE-GPLV2 LICENSE-GPLV3 LICENSE-OPENSSL README +%doc CHANGELOG CREDITS LICENSE* README +%doc contrib %{_bindir}/%{name} %{_mandir}/man1/%{name}* %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png - -%files doc -%defattr(-,root,root,-) -%doc doc/feature-* doc/status-* doc/geoip-* doc/version-spec.txt doc/html contrib - %changelog +* Wed Apr 21 2010 Chen Lei - 0.2.8-1 +- New upstream release +- Remove -doc subpackage + * Sun Jan 31 2010 Chen Lei - 0.2.7-2 - Add contrib to -doc subpackage From f8305f8cd98fb60cfc64275b2436eaa4d496a0a0 Mon Sep 17 00:00:00 2001 From: supercyper Date: Wed, 21 Apr 2010 03:45:57 +0000 Subject: [PATCH 6/8] fix DSOLinking --- vidalia.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vidalia.spec b/vidalia.spec index d4e8958..7355141 100644 --- a/vidalia.spec +++ b/vidalia.spec @@ -33,7 +33,8 @@ PATH=%{_qt4_bindir}:$PATH; export PATH %else PATH=%{_libdir}/qt4/bin:$PATH; export PATH %endif - +# fix DSOLinking +sed -i '/torcontrol/a \ \ z' src/vidalia/CMakeLists.txt %cmake . make %{?_smp_mflags} From d1ebc21a88aca3ba8d25cb065437eb34a5b4b35f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:27:27 +0000 Subject: [PATCH 7/8] Initialize branch EL-6 for vidalia --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From f31b50d4cdd3ef56913fe47990e45e9e5a0b2a1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:58:18 +0000 Subject: [PATCH 8/8] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 1cf6447..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vidalia -# $Id: Makefile,v 1.1 2009/04/29 02:51:42 kevin Exp $ -NAME := vidalia -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6