Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26c7aefb1e | ||
|
|
f31b50d4cd | ||
|
|
d1ebc21a88 | ||
|
|
f8305f8cd9 | ||
|
|
61e05bb6f6 | ||
|
|
2fd3b5c314 | ||
|
|
061146eb49 | ||
|
|
84c03b7227 | ||
|
|
9dfeb51a04 |
2 changed files with 35 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Vidalia
|
||||
GenericName=Tor GUI
|
||||
Comment=GUI controller for the Tor Onion Routing Network
|
||||
Exec=vidalia
|
||||
Terminal=false
|
||||
Categories=Network;Qt;
|
||||
Categories=Network;KDE;Qt;Security;
|
||||
Icon=vidalia
|
||||
|
|
|
|||
36
vidalia.spec
36
vidalia.spec
|
|
@ -4,9 +4,10 @@ Release: 1%{?dist}
|
|||
Summary: GUI controller for the Tor Onion Routing Network
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
URL: http://www.torproject.org/vidalia/
|
||||
Source0: http://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz
|
||||
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: openssl-devel
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: cmake
|
||||
|
|
@ -41,7 +42,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||
install -Dpm0644 doc/%{name}.1 \
|
||||
%{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
desktop-file-install \
|
||||
desktop-file-install --vendor="" \
|
||||
--dir %{buildroot}%{_datadir}/applications \
|
||||
%{SOURCE1}
|
||||
|
||||
|
|
@ -65,6 +66,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG CREDITS LICENSE* README
|
||||
|
|
@ -119,3 +121,31 @@ rm -rf %{buildroot}
|
|||
|
||||
* 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
|
||||
- Add R: hicolor for new handling of icons
|
||||
- Add update-icon-cache sniplet
|
||||
- Use summary of upstream for Desktopfile and in spec file
|
||||
- Create doxygen-documentations
|
||||
|
||||
* Sun Feb 15 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.10-2
|
||||
- Correct Qt in Summary
|
||||
- Correct Qt in desktop-file-source
|
||||
- Add a german Translation in the desktop-file-source
|
||||
- Using CMAKE-macro instead of cmake
|
||||
- Add more files to more documentation
|
||||
|
||||
* Tue Feb 10 2009 Simon Wesp <cassmodiah@fedoraproject.org> - 0.1.10-1
|
||||
- Initial Package build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue