Mageia Bugzilla – Attachment 1665 Details for
Bug 4762
backport request: transmission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Here's the spec-file that you need.
transmission-gtk.spec (text/x-rpm-spec), 1.65 KB, created by
Kristoffer Grundström
on 2012-03-01 15:28:24 CET
(
hide
)
Description:
Here's the spec-file that you need.
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2012-03-01 15:28:24 CET
Size:
1.65 KB
patch
obsolete
>%define name transmission >%define version 2.50+ >%define release 1 > >Summary: Transmission BitTorrent Client >Name: %{name} >Version: %{version} >Release: %{release} >License: MIT >Group: Applications/Internet >URL: http://www.transmissionbt.com/ >Epoch: 1 >Source0: %{name}-%{version}.tar.bz2 > >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot > ># MANDATORY for libtransmission >BuildRequires: curl-devel >= 7.15.4 >BuildRequires: libevent-devel >= 2.0.10 >BuildRequires: openssl-devel >= 0.9.4 >Requires: curl >= 7.15.4 >Requires: libevent5 >= 2.0.10 >Requires: openssl >= 0.9.4 ># MANDATORY for the gtk+ client >BuildRequires: libglib2.0-devel >= 2.28.6 >BuildRequires: libgtk+2.0-devel >= 2.24.4 >Requires: libglib2.0_0 >= 2.28.6 >Requires: gtk+2.0 >= 2.24.4 > >Provides: %{name} > >%description >A fast and easy BitTorrent client > >%prep >%setup -q >%build >%configure --program-prefix="" >make CFLAGS="$RPM_OPT_FLAGS" >%install >rm -rf $RPM_BUILD_ROOT >make DESTDIR=$RPM_BUILD_ROOT install >%find_lang %{name}-gtk >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root) >%doc AUTHORS NEWS README >%attr(755,root,root) %{_bindir}/%{name}* >%{_datadir}/applications/%{name}-gtk.desktop >%{_datadir}/pixmaps/* >%{_datadir}/icons/* >%{_datadir}/%{name}/web/* >%{_datadir}/man/man1/%{name}* >%{_datadir}/locale/* > >%changelog > >* Wed Jan 13 2010 Jordan Lee <jordan@transmissionbt.com> >- made the GConf dependency explicit >- annotated the Depends section to show which libraries are optional >* Thu Mar 5 2009 Gijs <info@bsnw.nl> >- fixed %files section >- added Source0 >* Wed Jul 18 2006 Jordan Lee <jordan@transmissionbt.com> >- first draft at a spec file, cribbed from Pan's spec file
%define name transmission %define version 2.50+ %define release 1 Summary: Transmission BitTorrent Client Name: %{name} Version: %{version} Release: %{release} License: MIT Group: Applications/Internet URL: http://www.transmissionbt.com/ Epoch: 1 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot # MANDATORY for libtransmission BuildRequires: curl-devel >= 7.15.4 BuildRequires: libevent-devel >= 2.0.10 BuildRequires: openssl-devel >= 0.9.4 Requires: curl >= 7.15.4 Requires: libevent5 >= 2.0.10 Requires: openssl >= 0.9.4 # MANDATORY for the gtk+ client BuildRequires: libglib2.0-devel >= 2.28.6 BuildRequires: libgtk+2.0-devel >= 2.24.4 Requires: libglib2.0_0 >= 2.28.6 Requires: gtk+2.0 >= 2.24.4 Provides: %{name} %description A fast and easy BitTorrent client %prep %setup -q %build %configure --program-prefix="" make CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name}-gtk %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS NEWS README %attr(755,root,root) %{_bindir}/%{name}* %{_datadir}/applications/%{name}-gtk.desktop %{_datadir}/pixmaps/* %{_datadir}/icons/* %{_datadir}/%{name}/web/* %{_datadir}/man/man1/%{name}* %{_datadir}/locale/* %changelog * Wed Jan 13 2010 Jordan Lee <jordan@transmissionbt.com> - made the GConf dependency explicit - annotated the Depends section to show which libraries are optional * Thu Mar 5 2009 Gijs <info@bsnw.nl> - fixed %files section - added Source0 * Wed Jul 18 2006 Jordan Lee <jordan@transmissionbt.com> - first draft at a spec file, cribbed from Pan's spec file
View Attachment As Raw
Actions:
View
Attachments on
bug 4762
: 1665