"Removed spectacle comments from .spec"
[profile/ivi/libasyncns.git] / packaging / libasyncns.spec
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