From 67d6f6e7e95c5a12b6e8db9fece7c76e6868f35f Mon Sep 17 00:00:00 2001 From: radek Date: Sat, 9 Oct 2004 12:37:07 +0000 Subject: [PATCH 1/1] - new, NFY Changed files: Azureus.spec -> 1.1 --- Azureus.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Azureus.spec diff --git a/Azureus.spec b/Azureus.spec new file mode 100644 index 0000000..f4e783e --- /dev/null +++ b/Azureus.spec @@ -0,0 +1,53 @@ +Summary: Azureus - Java BitTorrent Client +#Summary(pl): - +Name: Azureus +Version: 2.1.0.4 +Release: 0.1 +License: GPL +Group: Applications/Networking +Source0: http://dl.sourceforge.net/azureus/%{name}_%{version}_source.zip +# Source0-md5: 372fd6920f490ad3bc696c3ac23b0fb2 +# Source0-size: 2688856 +URL: http://azureus.sourceforge.net/ +# we need SWT (whatever is it), not whole eclipse... do we? +BuildRequires: eclipse +BuildRequires: jakarta-commons-cli +BuildRequires: jakarta-log4j +BuildRequires: jdk +BuildRequires: SEDA +Requires: jre +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +blah, NFY + +#%description -l pl + +%prep +%setup -q -c -n %{name}-%{version} + +%build +# if ac/am/* rebuilding is necessary, do it in this order and add +# appropriate BuildRequires +#%%{__gettextize} +#%%{__aclocal} +#%%{__autoconf} +#%%{__autoheader} +#%%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +#install -d $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} -- 2.44.0