Stripped the old yaml stuff out of the spec file accepted/tizen/20130716.235538 submit/tizen/20130716.000412 submit/tizen/20130716.215404 submit/tizen/20130716.220922
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 16 Jul 2013 00:04:10 +0000 (17:04 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Tue, 16 Jul 2013 00:04:10 +0000 (17:04 -0700)
packaging/GUPnP.changes
packaging/GUPnP.spec

index e1a95d6..7898c4e 100644 (file)
@@ -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 <regis.merlino@intel.com>
 - Update gupnp to 0.20.3 (161969f)
 
index 19d131f..401eb26 100644 (file)
@@ -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
-
-