From 9ffc6095b27c4181ade4374e8ee96330c07ac88a Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Mon, 15 Jul 2013 17:09:08 -0700 Subject: Stripped the old yaml stuff from the spec file --- packaging/GUPnP-AV.changes | 3 +++ packaging/GUPnP-AV.spec | 33 --------------------------------- 2 files changed, 3 insertions(+), 33 deletions(-) diff --git a/packaging/GUPnP-AV.changes b/packaging/GUPnP-AV.changes index b5fe237..ac4980b 100644 --- a/packaging/GUPnP-AV.changes +++ b/packaging/GUPnP-AV.changes @@ -1,3 +1,6 @@ +* Tue Jul 16 00:08:13 UTC 2013 - tracy.graydon@intel.com +- Stripped the old yaml cruft from the spec file + * Tue Jun 11 2013 Regis Merlino - Update gupnp-av to 0.12.2 (1a991fe) diff --git a/packaging/GUPnP-AV.spec b/packaging/GUPnP-AV.spec index 9ddd651..3c80533 100644 --- a/packaging/GUPnP-AV.spec +++ b/packaging/GUPnP-AV.spec @@ -1,10 +1,3 @@ -# -# Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 -# -# >> macros -# << macros - Name: gupnp-av Summary: GUPnP-AV is a collection of helpers for building UPnP AV applications Version: 0.12.2 @@ -29,8 +22,6 @@ The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP. - - %package devel Summary: Development package for gupnp-av Group: Development/Libraries @@ -43,52 +34,28 @@ Files for development with gupnp-av. %prep %setup -q -n %{name}-%{version} -# >> setup -# << setup - %build -# >> build pre -# << build pre - %configure --disable-static make %{?jobs:-j%jobs} -# >> build post -# << build post %install rm -rf %{buildroot} -# >> install pre -# << install pre %make_install -# >> install post rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc -# << install post - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - - - - %files %defattr(-,root,root,-) -# >> files %doc AUTHORS COPYING README %{_libdir}/*.so.* %{_datadir}/gupnp-av/*.xsd -# << files - %files devel %defattr(-,root,root,-) -# >> files devel %{_includedir}/gupnp-av-1.0/libgupnp-av %{_libdir}/*.so %{_libdir}/pkgconfig/gupnp-av-1.0.pc -# << files devel - -- cgit v1.2.3