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