diff --git a/_service b/_service deleted file mode 100644 index b594b27..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - http - nice.freedesktop.org - /releases/libnice-0.1.0.tar.gz - - - _service:download_url:*.tar.gz - bz2 - - - diff --git a/_service:recompress:download_url:libnice-0.1.0.tar.bz2 b/_service:recompress:download_url:libnice-0.1.0.tar.bz2 deleted file mode 100644 index 93ece21..0000000 --- a/_service:recompress:download_url:libnice-0.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81ee8527b8be8a4b9ad609df087950b528c229d422f5eb9a3007f8948153eee7 -size 508038 diff --git a/_service:set_version:libnice.spec b/_service:set_version:libnice.spec deleted file mode 100644 index 7ba722a..0000000 --- a/_service:set_version:libnice.spec +++ /dev/null @@ -1,123 +0,0 @@ -# -# spec file for package libnice (Version 0.0.13) -# -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -# norootforbuild - - -Name: libnice -Version: 0.1.0 -Release: 0 -License: LGPLv2.1+ -Group: System/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1030 -BuildRequires: gstreamer-0_10-devel -%else -BuildRequires: gstreamer010-devel -%endif -BuildRequires: glib2-devel -BuildRequires: libgupnp-igd-devel -Url: http://nice.freedesktop.org/ -Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2 -Summary: Interactive Connectivity Establishment implementation - -%description -libnice is an implementation of the IETF's draft Interactive -Connectivity Establishment standard (ICE). - - - -%package -n libnice10 -License: LGPLv2.1+ -Group: System/Libraries -Summary: Interactive Connectivity Establishment implementation -Recommends: gstreamer-0_10-libnice - -%description -n libnice10 -libnice is an implementation of the IETF's draft Interactive -Connectivity Establishment standard (ICE). - - - -%package -n gstreamer-0_10-libnice -License: LGPLv2.1+ ; MPL .. -Group: System/Libraries -Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in - -%description -n gstreamer-0_10-libnice -libnice is an implementation of the IETF's draft Interactive -Connectivity Establishment standard (ICE). - - - -%package devel -License: LGPLv2.1+ -Group: Development/Libraries/C and C++ -Summary: Interactive Connectivity Establishment implementation - development files -Requires: libnice10 = %{version} -Provides: libnice-doc = %{version} -Obsoletes: libnice-doc < %{version} - -%description devel -libnice is an implementation of the IETF's draft Interactive -Connectivity Establishment standard (ICE). - - - -%prep -%setup -q - -%build -%configure --disable-static -%{__make} - -%check -%{__make} check - -%install -%makeinstall -rm -f %{buildroot}/%{_libdir}/*.la -rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la - -%post -n libnice10 -p /sbin/ldconfig - -%postun -n libnice10 -p /sbin/ldconfig - -%clean -%{__rm} -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%{_bindir}/* - -%files -n libnice10 -%defattr(-,root,root,-) -%{_libdir}/*.so.* - -%files devel -%defattr(-,root,root,-) -%{_libdir}/pkgconfig/*.pc -%{_libdir}/*.so -%{_includedir}/nice -%{_includedir}/stun -%{_datadir}/gtk-doc - -%files -n gstreamer-0_10-libnice -%defattr(-,root,root,-) -%{_libdir}/gstreamer-0.10/*.so - -%changelog diff --git a/libnice-0.1.0.tar.gz b/libnice-0.1.0.tar.gz new file mode 100644 index 0000000..17c1fa7 --- /dev/null +++ b/libnice-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79b85f53c63fc676c6f84f4a40a5e210106cc7856ba17580fc2716f36c720ff +size 655234 diff --git a/libnice.changes b/libnice.changes index 71e108d..9ec2795 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 7 22:42:33 CEST 2011 - vuntz@opensuse.org + +- Stop using source service to download the tarball, as Factory + will move away from this. + ------------------------------------------------------------------- Mon May 2 23:48:09 CEST 2011 - vuntz@opensuse.org diff --git a/libnice.spec b/libnice.spec index 9e4cc04..db01983 100644 --- a/libnice.spec +++ b/libnice.spec @@ -19,8 +19,8 @@ Name: libnice -Version: 0.0.13 -Release: 5 +Version: 0.1.0 +Release: 1 License: LGPLv2.1+ Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,7 +32,7 @@ BuildRequires: gstreamer010-devel BuildRequires: glib2-devel BuildRequires: libgupnp-igd-devel Url: http://nice.freedesktop.org/ -Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2 +Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz Summary: Interactive Connectivity Establishment implementation %description