- Update to 0.1.0.

- Enable make check.
- Drop buildroot and clean section. No longer needed.
This commit is contained in:
Brian Pepple 2011-01-26 13:45:52 -05:00
parent 50baab6a08
commit f2a5f36122
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libnice-0.0.12.tar.gz
libnice-0.0.13.tar.gz
/libnice-0.1.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: libnice
Version: 0.0.13
Version: 0.1.0
Release: 1%{?dist}
Summary: GLib ICE implementation
@ -7,7 +7,6 @@ Group: System Environment/Libraries
License: LGPLv2 and MPLv1.1
URL: http://nice.freedesktop.org/wiki/
Source0: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
BuildRequires: gstreamer-devel
@ -41,6 +40,10 @@ developing applications that use %{name}.
%setup -q
%check
make check
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -54,10 +57,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
@ -82,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
- Update to 0.1.0.
- Enable make check.
- Drop buildroot and clean section. No longer needed.
* Wed Aug 4 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.13-1
- Update to 0.0.13.

View File

@ -1 +1 @@
e5b9f799a57cb939ea2658ec35253ab9 libnice-0.0.13.tar.gz
c077e2aa74c9afb4b4e157efc8a6ad9d libnice-0.1.0.tar.gz