rpms/prelude-manager/F-13 prelude-manager.spec,1.17,1.18

Steve Grubb sgrubb at fedoraproject.org
Fri Apr 30 18:00:47 UTC 2010


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-manager/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22165

Modified Files:
	prelude-manager.spec 
Log Message:
* Fri Apr 30 2010 Steve Grubb <sgrubb at redhat.com> 1.0.0-2
- new upstream version



Index: prelude-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-manager/F-13/prelude-manager.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- prelude-manager.spec	30 Jan 2010 15:28:39 -0000	1.17
+++ prelude-manager.spec	30 Apr 2010 18:00:45 -0000	1.18
@@ -1,6 +1,7 @@
-Name:		prelude-manager           
-Version:	1.0.0rc1
-Release:	1%{?dist}
+Name:		prelude-manager
+Epoch:		1
+Version:	1.0.0
+Release:	2%{?dist}
 Summary:	Prelude-Manager
 
 Group:		Applications/Internet
@@ -67,14 +68,11 @@ This plugin adds alerting by email capab
 %prep
 %setup -q
 %patch1 -p1
-sed -i.debug -e '/nlist/s|\$rm|: $rm|' ltmain.sh
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure	--with-libwrap
 make %{?_smp_mflags}
-iconv -f ISO8859-15 -t UTF-8 ChangeLog > ChangeLog.utf8 && \
-%{__mv} ChangeLog.utf8 ChangeLog
 
 
 %install
@@ -114,8 +112,8 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %files
-%defattr(0755,root,root,-)
-%doc %attr(0644,root,root) AUTHORS README NEWS COPYING HACKING.README 
+%defattr(-,root,root,-)
+%doc COPYING
 %attr(0750,root,root) %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %attr(0640,root,root) %{_sysconfdir}/%{name}/*
 %{_initrddir}/%{name}
@@ -136,27 +134,30 @@ fi
 %attr(0644,root,root) %{_mandir}/man1/prelude-manager.1.gz
 
 %files db-plugin
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/%{name}/reports/db.so
 
 %files xml-plugin
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/%{name}/reports/xmlmod.so
 %attr(0750,root,root) %dir %{_datadir}/%{name}/xmlmod/
 %{_datadir}/%{name}/xmlmod/*
 
 %files smtp-plugin
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc %attr(0644,root,root) plugins/reports/smtp/template.example
 %{_libdir}/%{name}/reports/smtp.so
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %dir %{_includedir}/%{name}/
 %{_includedir}/%{name}/*
 
 
 %changelog
+* Fri Apr 30 2010 Steve Grubb <sgrubb at redhat.com> 1.0.0-2
+- new upstream version
+
 * Sat Jan 30 2010 Steve Grubb <sgrubb at redhat.com> 1.0.0rc1-1
 - new upstream version
 



More information about the scm-commits mailing list