From 9f2457d9c89fe03de4c34f9ccf68af363523b0f6 Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Mon, 15 Jul 2013 17:04:10 -0700 Subject: [PATCH] Stripped the old yaml stuff out of the spec file --- packaging/GUPnP.changes | 3 +++ packaging/GUPnP.spec | 36 ------------------------------------ 2 files changed, 3 insertions(+), 36 deletions(-) diff --git a/packaging/GUPnP.changes b/packaging/GUPnP.changes index e1a95d6..7898c4e 100644 --- a/packaging/GUPnP.changes +++ b/packaging/GUPnP.changes @@ -1,3 +1,6 @@ +* Tue Jul 16 00:01:36 UTC 2013 - tracy.graydon@intel.com +- Stripped old yaml cruft out of spec file + * Tue Jun 11 2013 Regis Merlino - Update gupnp to 0.20.3 (161969f) diff --git a/packaging/GUPnP.spec b/packaging/GUPnP.spec index 19d131f..401eb26 100644 --- a/packaging/GUPnP.spec +++ b/packaging/GUPnP.spec @@ -1,10 +1,3 @@ -# -# Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 -# -# >> macros -# << macros - Name: gupnp Summary: GUPnP is an framework for creating UPnP devices & control points Version: 0.20.3 @@ -29,8 +22,6 @@ GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. - - %package devel Summary: Development package for gupnp Group: Development/Libraries @@ -39,57 +30,30 @@ Requires: %{name} = %{version}-%{release} %description devel Files for development with gupnp. - %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.* -# << files - %files devel %defattr(-,root,root,-) -# >> files devel %{_libdir}/pkgconfig/gupnp-1.0.pc %{_libdir}/*.so %{_includedir}/gupnp-1.0 %{_bindir}/gupnp-binding-tool -# << files devel - - -- 2.7.4