"Removed spectacle comments from .spec" "0"
authorTu, Truong <tu.c.truong@intel.com>
Fri, 25 May 2012 16:02:37 +0000 (09:02 -0700)
committerTu, Truong <tu.c.truong@intel.com>
Fri, 25 May 2012 16:02:37 +0000 (09:02 -0700)
packaging/libasyncns.changes
packaging/libasyncns.spec

index c7f641b..43f392f 100644 (file)
@@ -1,3 +1,6 @@
+* Fri May 25 16:01:30 UTC 2012 - tu.c.truong@intel.com
+- Removed spectacle comments from .spec
+
 * Wed May 23 18:48:31 UTC 2012 - tu.c.truong@intel.com
 - Initial commit to Gerrit
 
index 3bd52e6..3fc43ec 100644 (file)
@@ -1,10 +1,3 @@
-# 
-# Do not Edit! Generated by:
-# spectacle version 0.13~pre
-# 
-# >> macros
-# << macros
-
 Name:       libasyncns
 Summary:    Asynchronous Name Service Library
 Version:    0.7
@@ -34,35 +27,22 @@ Description: %{summary}
 
 %prep
 %setup -q -n %{name}-%{version}
-# >> setup
-# << setup
 
 %build
-# >> build pre
-# << build pre
 
 %configure --disable-static \
     --disable-rpath
 
-# Call make instruction with smp support
 make %{?jobs:-j%jobs}
 
-# >> build post
-# << build post
 %install
 rm -rf %{buildroot}
-# >> install pre
-# << install pre
 %make_install
 
-# >> install post
-# << install post
 
 %clean
 rm -rf %{buildroot}
 
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -71,18 +51,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-# >> files
 %doc README LICENSE
 %{_libdir}/libasyncns.so.*
 %doc /usr/share/doc/libasyncns
-# << files
 
 
 %files devel
 %defattr(-,root,root,-)
-# >> files devel
 %{_includedir}/asyncns.h
 %{_libdir}/libasyncns.so
 %{_libdir}/pkgconfig/libasyncns.pc
-# << files devel