- Update to 0.1.0.
- Enable make check. - Drop buildroot and clean section. No longer needed.
This commit is contained in:
parent
50baab6a08
commit
f2a5f36122
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libnice-0.0.12.tar.gz
|
||||
libnice-0.0.13.tar.gz
|
||||
/libnice-0.1.0.tar.gz
|
||||
|
16
libnice.spec
16
libnice.spec
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user