0.9.0
This commit is contained in:
parent
bc546030af
commit
99e3545aaf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
gssdp-0.7.2.tar.gz
|
||||
/gssdp-0.8.0.tar.gz
|
||||
/gssdp-0.9.0.tar.gz
|
||||
|
13
gssdp.spec
13
gssdp.spec
@ -1,13 +1,12 @@
|
||||
Name: gssdp
|
||||
Version: 0.8.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://www.gupnp.org/sites/all/files/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: gssdp-fixdso.patch
|
||||
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: GConf2-devel
|
||||
@ -50,7 +49,6 @@ This package contains developer documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -58,15 +56,11 @@ This package contains developer documentation for %{name}.
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -92,6 +86,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.8.0-2
|
||||
- Rebuild against newer gobject-introspection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user