Stripped the old yaml stuff from the spec file submit/tizen/20130716.000917
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 16 Jul 2013 00:09:08 +0000 (17:09 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Tue, 16 Jul 2013 00:09:08 +0000 (17:09 -0700)
packaging/GUPnP-AV.changes
packaging/GUPnP-AV.spec

index b5fe237..ac4980b 100644 (file)
@@ -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 <regis.merlino@intel.com>
 - Update gupnp-av to 0.12.2 (1a991fe)
 
index 9ddd651..3c80533 100644 (file)
@@ -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
-