diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2013-07-15 17:09:08 -0700 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2013-07-15 17:09:08 -0700 |
commit | 9ffc6095b27c4181ade4374e8ee96330c07ac88a (patch) | |
tree | 03d92b30a95bbe9f4e43d6cca43850da5b7f66dc | |
parent | 8f0a9eb548a34eeb096f41f3bf0c88ed1f7305b7 (diff) | |
download | GUPnP-AV-9ffc6095b27c4181ade4374e8ee96330c07ac88a.tar.gz GUPnP-AV-9ffc6095b27c4181ade4374e8ee96330c07ac88a.tar.bz2 GUPnP-AV-9ffc6095b27c4181ade4374e8ee96330c07ac88a.zip |
Stripped the old yaml stuff from the spec filesubmit/tizen/20130716.000917
-rw-r--r-- | packaging/GUPnP-AV.changes | 3 | ||||
-rw-r--r-- | 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 <regis.merlino@intel.com> - 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 - |