Stripped out the old yaml cruft from spec. accepted/tizen/20130716.235525 submit/tizen/20130715.224209 submit/tizen/20130715.230126 submit/tizen/20130716.220855
authorGraydon, Tracy <tracy.graydon@intel.com>
Mon, 15 Jul 2013 22:42:05 +0000 (15:42 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Mon, 15 Jul 2013 22:42:05 +0000 (15:42 -0700)
packaging/GSSDP.changes
packaging/GSSDP.spec

index 047b524..ac4fe6b 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Jul 15 22:40:52 UTC 2013 - tracy.graydon@intel.com
+- Stripped out the old yaml stuff from spec 
+
 * Tue Jun 11 2013 Regis Merlino <regis.merlino@intel.com>
 - Update gssdp to 0.14.3 (e2f1b0d)
 
index b139448..f223909 100644 (file)
@@ -1,10 +1,3 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
-# 
-# >> macros
-# << macros
-
 Name:       gssdp
 Summary:    GSSDP implements resource discovery and announcement over SSDP
 Version:    0.14.3
@@ -31,8 +24,6 @@ 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. GSSDP
 implements resource discovery and announcement over SSDP.
 
-
-
 %package devel
 Summary:    Development package for gssdp
 Group:      Development/Libraries
@@ -41,56 +32,29 @@ Requires:   %{name} = %{version}-%{release}
 %description devel
 Development files for gssdp.
 
-
 %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
-# << install post
-
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
-
-
-
 %files
 %defattr(-,root,root,-)
-# >> files
 %doc AUTHORS COPYING
 %{_libdir}/*.so.*
-# << files
-
 
 %files devel
 %defattr(-,root,root,-)
-# >> files devel
 %doc %{_datadir}/gtk-doc/html/gssdp
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gssdp-1.0.pc
 %{_includedir}/gssdp-1.0
-# << files devel
-
-