This commit is contained in:
Peter Robinson 2011-01-29 14:44:36 +00:00
parent 94fe1224e3
commit de0ba88442
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
42ec93968e77d91efe2f77a56c6b3f33 gupnp-0.15.0.tar.gz
f6f8448e6c81fb87f72b1907407311af gupnp-0.15.1.tar.gz