rpms/hesinfo/devel hesinfo.spec,1.7,1.8

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jan 13 22:41:38 UTC 2010


Author: nalin

Update of /cvs/pkgs/rpms/hesinfo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1342

Modified Files:
	hesinfo.spec 
Log Message:
- drop unnecessary %%post/%%postun
- tweak default payload file attributes (guidelines)
- tweak summary (guidelines)



Index: hesinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hesinfo/devel/hesinfo.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- hesinfo.spec	13 Oct 2009 15:56:42 -0000	1.7
+++ hesinfo.spec	13 Jan 2010 22:41:37 -0000	1.8
@@ -1,8 +1,8 @@
 Name: hesinfo
 Version: 3.1.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesinfo-%{version}.tar.gz
-Summary: Command-line Hesiod client.
+Summary: Command-line Hesiod client
 Group: Applications/Internet
 License: MIT
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -17,6 +17,11 @@ which can be used to query Hesiod.
 
 
 %changelog
+* Wed Jan 13 2010 Nalin Dahyabhai <nalin at redhat.com> 3.1.0-7
+- drop unnecessary %%post/%%postun
+- tweak default payload file attributes (guidelines)
+- tweak summary (guidelines)
+
 * Tue Oct 13 2009 Nalin Dahyabhai <nalin at redhat.com>
 - add a disttag
 
@@ -53,12 +58,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README NEWS
 %{_bindir}/*
 %{_mandir}/man1/*



More information about the scm-commits mailing list