Ditch the yaml stuff 48/1748/1 accepted/trunk/20120914.231353 submit/trunk/20120914.233039
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 14 Sep 2012 23:30:31 +0000 (16:30 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Fri, 14 Sep 2012 23:30:31 +0000 (16:30 -0700)
packaging/Makefile [deleted file]
packaging/libXpm.spec
packaging/libXpm.yaml [deleted file]

diff --git a/packaging/Makefile b/packaging/Makefile
deleted file mode 100644 (file)
index 3549c52..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-PKG_NAME := libXpm
-SPECFILE = $(addsuffix .spec, $(PKG_NAME))
-YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))
-
-include /usr/share/packaging-tools/Makefile.common
-
index d8322ca..fe0e11a 100644 (file)
@@ -1,10 +1,3 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
-# 
-# >> macros
-# << macros
-
 Name:       libXpm
 Summary:    X.Org X11 libXpm runtime library
 Version:    3.5.9
@@ -12,8 +5,7 @@ Release:    1
 Group:      System/Libraries
 License:    MIT
 URL:        http://www.x.org/
-Source0:    http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
-Source100:  libXpm.yaml
+Source0:    %{name}-%{version}.tar.bz2
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(xproto)
@@ -27,8 +19,6 @@ BuildRequires:  gettext
 %description
 X Pixmap (XPM) image file format library
 
-
-
 %package devel
 Summary:    Development components for the libXpm library
 Group:      Development/Libraries
@@ -38,57 +28,34 @@ Requires:   %{name} = %{version}-%{release}
 X Pixmap (XPM) image file format development library
 
 
-
 %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
 %{_libdir}/libXpm.so.4
 %{_libdir}/libXpm.so.4.11.0
-# << files
 
 
 %files devel
 %defattr(-,root,root,-)
-# >> files devel
 %{_bindir}/cxpm
 %{_bindir}/sxpm
 %{_includedir}/X11/xpm.h
 %{_libdir}/libXpm.so
 %{_libdir}/pkgconfig/xpm.pc
 %doc %{_mandir}/man1/*.1*
-# << files devel
-
diff --git a/packaging/libXpm.yaml b/packaging/libXpm.yaml
deleted file mode 100644 (file)
index 0fe3c9c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Name: libXpm
-Summary: X.Org X11 libXpm runtime library
-Description: |
-    X Pixmap (XPM) image file format library
-Version: 3.5.9
-Release: 1
-Group: System/Libraries
-License: MIT
-URL: http://www.x.org/
-Sources:
-    - http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
-
-PkgBR:
-    - gettext
-PkgConfigBR:
-    - xproto
-    - x11
-    - xext
-    - xau
-    - xt
-SubPackages:
-    - Name: devel
-      Summary: Development components for the libXpm library
-      Description: |
-          X Pixmap (XPM) image file format development library
-      Group: Development/Libraries
-