rpms/gtorrentviewer/devel gtorrentviewer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue May 10 08:49:02 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/gtorrentviewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtorrentviewer.spec 
Log Message:
auto-import gtorrentviewer-0.2b-4.fc3 on branch devel from gtorrentviewer-0.2b-4.fc3.src.rpm
Initial import of gtorrentviewer package


--- NEW FILE gtorrentviewer.spec ---
Name:           gtorrentviewer
Version:        0.2b
Release:        4%{?dist}
Summary:        A GTK2-based viewer and editor for BitTorrent meta files

Group:          Applications/Internet
License:        GPL
URL:            http://gtorrentviewer.sourceforge.net/index.html
Source0:        http://heanet.dl.sourceforge.net/sourceforge/gtorrentviewer/GTorrentViewer-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post):   desktop-file-utils
Requires(postun): desktop-file-utils

BuildRequires:  atk-devel, curl-devel, gtk2-devel >= 2.4, krb5-devel
BuildRequires:  pango-devel, zlib-devel, desktop-file-utils, gettext

%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}

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/GTorrentViewer/README
%{_bindir}/desktop-file-install \
        --vendor fedora \
	--add-category X-Fedora \
        --delete-original \
        --dir $RPM_BUILD_ROOT%{_datadir}/applications \
        $RPM_BUILD_ROOT%{_datadir}/applications/gtorrentviewer.desktop

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%post
%{_bindir}/update-desktop-database > /dev/null || :

%postun
%{_bindir}/update-desktop-database > /dev/null || :

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/gtorrentviewer
%{_datadir}/GTorrentViewer
%{_datadir}/applications/fedora-gtorrentviewer.desktop
%{_datadir}/pixmaps/gtorrentviewer.png
%{_datadir}/pixmaps/gtorrentviewer.xpm
%{_mandir}/man1/gtorrentviewer.1*

%changelog
* Mon May  9 2005 Paul Howarth <paul at city-fan.org> 0.2b-4
- remove hard-coded dist tag, no longer needed
- remove duplicate README file from %{_datadir}/GTorrentViewer

* Mon May  9 2005 Paul Howarth <paul at city-fan.org> 0.2b-3
- reverted desktop file pathname to relative paths
- run update-desktop-database in post-scripts; add post and
  postun dependencies on desktop-file-utils
- use full URL for SOURCE0
- tidy up description

* Mon May  9 2005 Paul Howarth <paul at city-fan.org> 0.2b-2
- lowercased package name
- removed zero sized NEWS file
- add dist tag to release

* Fri May  6 2005 Paul Howarth <paul at city-fan.org> 0.2b-1
- initial build for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gtorrentviewer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 May 2005 08:46:02 -0000	1.1
+++ .cvsignore	10 May 2005 08:49:00 -0000	1.2
@@ -0,0 +1 @@
+GTorrentViewer-0.2b.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gtorrentviewer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 May 2005 08:46:02 -0000	1.1
+++ sources	10 May 2005 08:49:00 -0000	1.2
@@ -0,0 +1 @@
+c29058a09f26693863404ecdb2580770  GTorrentViewer-0.2b.tar.gz




More information about the fedora-extras-commits mailing list