Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
793be41fba | ||
|
|
e5a6e60d4e | ||
|
|
3a0a2d9862 | ||
|
|
4c1ec58e6f | ||
|
|
19fceaead0 | ||
|
|
15ae608089 | ||
| 80981d6444 | |||
|
|
6701ef9350 | ||
|
|
c175067cff |
6 changed files with 36 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
vidalia-0.1.12.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vidalia-0.1.15.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
vidalia-0_1_12-1_fc11:HEAD:vidalia-0.1.12-1.fc11.src.rpm:1241020214
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5820043228e7303fa4bee714bd839804 vidalia-0.1.12.tar.gz
|
||||
005afad126dc6142d7748ec185d9fafe vidalia-0.1.15.tar.gz
|
||||
|
|
|
|||
36
vidalia.spec
36
vidalia.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue