diff --git a/libupnp.spec b/libupnp.spec index c087e43..5393123 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,15 +1,14 @@ -Version: 1.4.1 +Version: 1.4.2 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ -Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%define docdir %{_docdir}/%{name}-%{version}-%{release} -%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version} %description The Universal Plug and Play (UPnP) SDK for Linux provides @@ -29,7 +28,7 @@ the UPnP SDK libraries. %setup -q %build -%configure --with-docdir=%{docdir}/ +%configure --with-documentation make %{?_smp_mflags} %install @@ -78,6 +77,9 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf %{buildroot} %changelog +* Fri Feb 02 2007 Eric Tanguy - 1.4.2-1 +- Update to version 1.4.2 + * Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 - Update to version 1.4.1 @@ -117,3 +119,4 @@ rm -rf %{buildroot} * Thu Dec 22 2005 Eric Tanguy 1.2.1a-1 - Modify spec file from http://rpm.pbone.net/index.php3/stat/4/idpl/2378737/com/libupnp-1.2.1a_DSM320-3.i386.rpm.html +