rpms/pm-utils/devel pm-utils.spec,1.68,1.69

Till Maas (till) fedora-extras-commits at redhat.com
Thu Aug 30 15:49:42 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/pm-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1426

Modified Files:
	pm-utils.spec 
Log Message:
* Thu Aug 30 2007 Till Maas <opensource till name> - 0.99.3-12
- Adjust %files to own /etc/pm/ and /usr/lib/pm-utils/ (#233906)
- remove (C|CXX|F)FLAGS definitions, they are already in %configure



Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- pm-utils.spec	27 Aug 2007 14:39:23 -0000	1.68
+++ pm-utils.spec	30 Aug 2007 15:49:09 -0000	1.69
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora Core
 License: GPLv2 and zlib and BSD
 Version: 0.99.3
-Release: 11%{?dist}
+Release: 12%{?dist}
 Group: System Environment/Base
 ExclusiveArch: i386 x86_64 ia64 ppc ppc64
 Requires: usermode kbd pciutils >= 2.2.1
@@ -84,9 +84,6 @@
 cd ..
 %endif
 
-CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
-CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
-FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
 %configure --libdir=%{_exec_prefix}/lib
 make
 
@@ -144,9 +141,10 @@
 
 %files
 %defattr(-,root,root)
-%{_sysconfdir}/pm/*
+%{_sysconfdir}/pm/
 %{_sysconfdir}/security/console.apps/*
 %{_sysconfdir}/pam.d/*
+%{_exec_prefix}/lib/
 %{_exec_prefix}/lib/pm-utils/bin/*
 %{_exec_prefix}/lib/pm-utils/defaults
 %{_exec_prefix}/lib/pm-utils/functions
@@ -166,6 +164,10 @@
 %ghost %verify(not md5 size mtime) /var/log/pm-suspend.log
 
 %changelog
+* Thu Aug 30 2007 Till Maas <opensource till name> - 0.99.3-12
+- Adjust %files to own /etc/pm/ and /usr/lib/pm-utils/ (#233906)
+- remove (C|CXX|F)FLAGS definitions, they are already in %configure
+
 * Mon Aug 27 2007 Adam Jackson <ajax at redhat.com> 0.99.3-11
 - Install (not just build) vbetool and radeontool on x86_64 too
 - Explicitly list files under %%_sbindir, so they don't drop away again




More information about the fedora-extras-commits mailing list