Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
793be41fba dist-git conversion 2010-07-29 14:58:16 +00:00
Bill Nottingham
e5a6e60d4e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:13:39 +00:00
cassmodiah
3a0a2d9862 *** empty log message *** 2009-09-02 20:20:44 +00:00
cassmodiah
4c1ec58e6f *** empty log message *** 2009-09-02 19:43:34 +00:00
cassmodiah
19fceaead0 *** empty log message *** 2009-07-07 20:43:07 +00:00
cassmodiah
15ae608089 *** empty log message *** 2009-06-02 04:47:27 +00:00
80981d6444 fix build for epel (lacking %%_qt4_bindir, make a good guess) 2009-06-01 20:50:01 +00:00
cassmodiah
6701ef9350 *** empty log message *** 2009-06-01 19:57:16 +00:00
Jason ティビツ
c175067cff Initialize branch EL-5 for vidalia 2009-06-01 18:21:47 +00:00
6 changed files with 36 additions and 26 deletions

View file

@ -1 +0,0 @@
vidalia-0.1.12.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vidalia-0.1.15.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vidalia
# $Id$
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
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)

View file

@ -1 +0,0 @@
vidalia-0_1_12-1_fc11:HEAD:vidalia-0.1.12-1.fc11.src.rpm:1241020214

View file

@ -1 +1 @@
5820043228e7303fa4bee714bd839804 vidalia-0.1.12.tar.gz
005afad126dc6142d7748ec185d9fafe vidalia-0.1.15.tar.gz

View file

@ -1,6 +1,6 @@
Name: vidalia
Version: 0.1.12
Release: 1%{?dist}
Version: 0.1.15
Release: 2%{?dist}
Summary: GUI controller for the Tor Onion Routing Network
Group: Applications/Internet
@ -43,7 +43,14 @@ Doxygen generated documentations for %{name}.
%build
%if 0%{?_qt4_bindir:1}
PATH=%{_qt4_bindir}:$PATH; export PATH
%else
PATH=%{_libdir}/qt4/bin:$PATH; export PATH
%endif
%cmake .
make %{?_smp_mflags}
cd doc
@ -63,6 +70,9 @@ install -Dpm0644 doc/%{name}.1 \
%{buildroot}%{_mandir}/man1/%{name}.1
desktop-file-install \
%if 0%{?rhel}
--vendor="" \
%endif
--dir %{buildroot}%{_datadir}/applications \
%{SOURCE1}
@ -105,6 +115,28 @@ rm -rf %{buildroot}
%changelog
* Wed Sep 02 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.15-2
- Rebuild for epel
* Wed Sep 02 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.15-1
- New upstream release
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.14-3
- rebuilt with new openssl
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 07 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.14-1
- New upstream release
* Mon Jun 01 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.13-2
- Merge builds for fedora and epel
* Mon Jun 01 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.13-1
- Update to 0.1.13
- Adjust to fedora and epel
* Sun Apr 06 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.12-1
- New upstream release
- Correct typo in URL