Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37536313
en ru br
ALT Linux repositórios
S:0.2b-alt4_49

Group :: Rede/WWW
RPM: gtorrentviewer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Group: Networking/WWW
# BEGIN SourceDeps(oneline):
BuildRequires: /usr/bin/desktop-file-install /usr/bin/glib-gettextize
# END SourceDeps(oneline)
%define fedora 37
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: gtorrentviewer
Version: 0.2b
Release: alt4_49
Summary: A GTK2-based viewer and editor for BitTorrent meta files
License: GPL+
URL: http://gtorrentviewer.sourceforge.net/
Source0: http://downloads.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz
Patch0: gtorrentviewer-0.2b-desktop.patch
Patch1: gtorrentviewer-0.2b-dso-linking.patch
Patch2: GTorrentViewer-0.2b-tracker-details-refresh.patch
Patch3: gtorrentviewer-0.2b-trackerdetails.patch
Patch4: GTorrentViewer-0.2b-curl-types.patch
Patch5: GTorrentViewer-0.2b-format.patch
Patch6: GTorrentViewer-0.2b-missing-tracker.patch
Patch7: gtorrentviewer-configure-c99.patch
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: gtk-builder-convert gtk-demo libgail-devel libgtk+2-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext gettext-tools
BuildRequires: intltool
BuildRequires: libcurl-devel

# Scriptlets replaced by File Triggers from Fedora 26 onwards

%if 0%{?fedora} < 26 && 0%{?rhel} < 8
Requires(post):  desktop-file-utils
Requires(postun): desktop-file-utils
%endif
Source44: import.info

%description
GTorrentViewer gives you the ability to see and modify all the possible
information from .torrent files without having to start downloading, and
the ability to see in real time the current number of seeds and peers on
the torrent, so you will always know the status before starting the
download.

%prep
%setup -q -n GTorrentViewer-%{version}

# Let drag and drop work with URIs as well as files (#206262)

# Also drop ".png" suffix from icon filename, as per Icon Theme spec
%patch0

# mainwindow.c requires ceil() from libm (#564928)

%patch1 -p1

# Fix crash due to use of uninitialized GValue (#542502, #572806)

%patch2 -p1

# Improve tracker support (#674726)

%patch3 -p1

# <curl/types.h> went away in curl 7.22.0

%patch4 -p1

# Add missing format strings in g_warning() invocations

%patch5

# Avoid segfault when dealing with torrent that has no tracker (#1178062)

%patch6

# C99 compatibility issues.

%patch7 -p1

# curl/types.h are no more; was true for  0.2b-22.

sed -i 's,#include <curl/types.h>,,' src/main.c

%build
# This package includes its own implementation of SHA1, but with LTO
# on it wants to use openssl's version instead, which we don't link against
# and isn't the same as the local version
%define _lto_cflags %{nil}

%configure
%make_build

%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm -f %{buildroot}%{_datadir}/GTorrentViewer/README
desktop-file-install \
--vendor "" \
--delete-original \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/gtorrentviewer.desktop

desktop-file-install --dir %buildroot%_desktopdir \
       --add-category=FileTransfer \
       --add-category=P2P \
       %buildroot%_desktopdir/gtorrentviewer.desktop

# Scriptlets replaced by File Triggers from Fedora 26 onwards

%files
%doc --no-dereference COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/gtorrentviewer
%{_datadir}/GTorrentViewer
%{_datadir}/applications/gtorrentviewer.desktop
%{_datadir}/pixmaps/gtorrentviewer.png
%{_datadir}/pixmaps/gtorrentviewer.xpm
%{_mandir}/man1/gtorrentviewer.1*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009