SPECS: Transmission.spec (NEW) - initial release - not tested on !x86
patrys
patrys at pld-linux.org
Tue Apr 24 12:32:54 CEST 2007
Author: patrys Date: Tue Apr 24 10:32:54 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
- not tested on !x86
---- Files affected:
SPECS:
Transmission.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/Transmission.spec
diff -u /dev/null SPECS/Transmission.spec:1.1
--- /dev/null Tue Apr 24 12:32:54 2007
+++ SPECS/Transmission.spec Tue Apr 24 12:32:49 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary: A versatile and multi-platform BitTorrent client
+Name: Transmission
+Version: 0.71
+Release: 1
+License: MIT
+Group: Applications/Communications
+Source0: http://download.m0k.org/transmission/files/%{name}-%{version}.tar.gz
+# Source0-md5: 2df675d20175f0a73d0c470f428018f8
+URL: http://transmission.m0k.org/
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: intltool >= 0.35.5
+BuildRequires: openssl-devel
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.357
+Requires(post,postun): gtk+2
+Requires: gtk+2 >= 2:2.6.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Transmission has been built from the ground up to be a lightweight,
+yet powerful BitTorrent client. Its simple, intuitive interface is
+designed to integrate tightly with whatever computing environment you
+choose to use. Transmission strikes a balance between providing useful
+functionality without feature bloat.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/transmissioncli
+%attr(755,root,root) %{_bindir}/transmission-gtk
+%{_desktopdir}/transmission-gtk.desktop
+%{_pixmapsdir}/transmission.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/04/24 10:32:49 patrys
+- initial release
+- not tested on !x86
+
================================================================
More information about the pld-cvs-commit
mailing list