forked from pool/libtorrent-rasterbar
Accepting request 296231 from home:Fisiu:branches:devel:libraries:c_c++
- Update to 1.0.4: * so many changes since last package version, all of them can be found in ChangeLog file. * Bump so version to 8. OBS-URL: https://build.opensuse.org/request/show/296231 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=41
This commit is contained in:
parent
d708990127
commit
5df541da9f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982
|
|
||||||
size 3030253
|
|
3
libtorrent-rasterbar-1.0.4.tar.gz
Normal file
3
libtorrent-rasterbar-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f567823133b1493b9717afc8334eed691bf0ab452d4a2e0f644989f13ce9db0
|
||||||
|
size 3297242
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 6 11:05:12 UTC 2015 - fisiu@opensuse.org
|
||||||
|
|
||||||
|
- Update to 1.0.4:
|
||||||
|
* so many changes since last package version, all of them can be found in
|
||||||
|
ChangeLog file.
|
||||||
|
* Bump so version to 8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 19 19:04:57 UTC 2015 - p.drouand@gmail.com
|
Thu Feb 19 19:04:57 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtorrent-rasterbar
|
# spec file for package libtorrent-rasterbar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _soname 7
|
%define _soname 8
|
||||||
# for setting those bcond_with* configs see
|
# for setting those bcond_with* configs see
|
||||||
# http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
|
# http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
|
||||||
# optionally build with examples
|
# optionally build with examples
|
||||||
%bcond_with examples
|
%bcond_with examples
|
||||||
|
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 0.16.19
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -58,8 +58,8 @@ Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{_soname}
|
%description -n %{name}%{_soname}
|
||||||
libtorrent is a C++ library that aims to be a good alternative to all the other
|
libtorrent is a C++ library that aims to be a good alternative to all the other
|
||||||
bittorrent implementations around. It is a library and not a full featured client,
|
bittorrent implementations around. It is a library and not a full featured client,
|
||||||
although it comes with a working example client.
|
although it comes with a working example client.
|
||||||
|
|
||||||
The main goals of libtorrent are:
|
The main goals of libtorrent are:
|
||||||
@ -134,11 +134,11 @@ export LDFLAGS="%{optflags} -lrt"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
rm -v %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# move doc to separate package
|
# move doc to separate package
|
||||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
install -m 644 docs/* %{buildroot}%{_defaultdocdir}/%{name}/
|
cp -r docs/* %{buildroot}%{_defaultdocdir}/%{name}/
|
||||||
|
|
||||||
%if %{with examples}
|
%if %{with examples}
|
||||||
# drop tests binaries from -tools subpackage
|
# drop tests binaries from -tools subpackage
|
||||||
@ -173,8 +173,8 @@ rm -v %{buildroot}%{_bindir}/utp_test
|
|||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%py_sitedir/libtorrent.so
|
%{py_sitedir}/libtorrent.so
|
||||||
%py_sitedir/python_libtorrent-%{version}-py%{py_ver}.egg-info
|
%{py_sitedir}/python_libtorrent-%{version}-py%{py_ver}.egg-info
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user