0.15.1
This commit is contained in:
parent
94fe1224e3
commit
de0ba88442
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ gupnp-0.13.4.tar.gz
|
||||
gupnp-0.13.5.tar.gz
|
||||
/gupnp-0.14.0.tar.gz
|
||||
/gupnp-0.15.0.tar.gz
|
||||
/gupnp-0.15.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: gupnp
|
||||
Version: 0.15.0
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A framework for creating UPnP devices & control points
|
||||
|
||||
@ -54,7 +54,6 @@ This package contains developer documentation for %{name}.
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
#Remove libtool archives.
|
||||
@ -83,6 +82,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Jan 19 2011 Peter Robinson <pbrobinson@gmail.com> 0.15.1-1
|
||||
- Update to 0.15.1
|
||||
|
||||
* Tue Nov 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.15.0-1
|
||||
- Update to 0.15.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user