From dc54de11c82289c1e1f5f978866143f0789314e7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:24:59 +0000 Subject: [PATCH 1/5] Initialize branch F-13 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..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From dba73815d2ad118758870d61039471a23c82982c Mon Sep 17 00:00:00 2001 From: supercyper Date: Wed, 21 Apr 2010 03:11:44 +0000 Subject: [PATCH 2/5] 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 2753c8be4a663e85eae1caae39437c86c568a204 Mon Sep 17 00:00:00 2001 From: supercyper Date: Wed, 21 Apr 2010 03:45:52 +0000 Subject: [PATCH 3/5] 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 8136545b421757e7fe93e89d77d84bf25eedfd2a Mon Sep 17 00:00:00 2001 From: supercyper Date: Wed, 26 May 2010 13:08:35 +0000 Subject: [PATCH 4/5] *** empty log message *** --- .cvsignore | 2 +- sources | 2 +- vidalia.desktop | 9 ++++----- vidalia.spec | 27 ++++++++++----------------- 4 files changed, 16 insertions(+), 24 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9915d41..7a3a4f0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vidalia-0.2.7.tar.gz +vidalia-0.2.9.tar.gz diff --git a/sources b/sources index 8f13fa7..510145d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -027a8514efcdc957eb89630884db3f5e vidalia-0.2.8.tar.gz +8ce038ba6c3b511a4788bc3926b3390e vidalia-0.2.9.tar.gz diff --git a/vidalia.desktop b/vidalia.desktop index 9ea1afd..1b93654 100644 --- a/vidalia.desktop +++ b/vidalia.desktop @@ -1,10 +1,9 @@ [Desktop Entry] -Version=1.0 +Type=Application Name=Vidalia -GenericName=GUI controller for the Tor Onion Routing Network -GenericName[de]=Kontrolloberfläche für das Tor Onion Routing Netzwerk +GenericName=Tor GUI +Comment=GUI controller for the Tor Onion Routing Network Exec=vidalia Terminal=false -Type=Application -Categories=Network;KDE;Qt;Security; +Categories=Network;Qt; Icon=vidalia diff --git a/vidalia.spec b/vidalia.spec index 7355141..119e626 100644 --- a/vidalia.spec +++ b/vidalia.spec @@ -1,5 +1,5 @@ Name: vidalia -Version: 0.2.8 +Version: 0.2.9 Release: 1%{?dist} Summary: GUI controller for the Tor Onion Routing Network Group: Applications/Internet @@ -7,13 +7,13 @@ 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 +BuildRequires: desktop-file-utils +Requires: tor%{?_isa} Requires: hicolor-icon-theme +%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}} Obsoletes: %{name}-doc < 0.2.8-1 %description @@ -28,11 +28,7 @@ if you wish. %build -%if 0%{?_qt4_bindir:1} -PATH=%{_qt4_bindir}:$PATH; export PATH -%else -PATH=%{_libdir}/qt4/bin:$PATH; export PATH -%endif +export PATH=%{_qt4_bindir}:$PATH # fix DSOLinking sed -i '/torcontrol/a \ \ z' src/vidalia/CMakeLists.txt %cmake . @@ -41,18 +37,12 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} - -make install \ - INSTALL="install -p" \ - DESTDIR=%{buildroot} - -rm -rf %{buildroot}%{_datadir}/applications/%{name}.desktop +make install INSTALL="install -p" DESTDIR=%{buildroot} install -Dpm0644 doc/%{name}.1 \ %{buildroot}%{_mandir}/man1/%{name}.1 -desktop-file-install --vendor="" \ +desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} @@ -87,6 +77,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed May 26 2010 Chen Lei - 0.2.9-1 +- New upstream release + * Wed Apr 21 2010 Chen Lei - 0.2.8-1 - New upstream release - Remove -doc subpackage From 297011a027322b0cbd2e33d5c83a6e3ea0e67b66 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:58:15 +0000 Subject: [PATCH 5/5] 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 baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13