rpms/pm-utils/devel .cvsignore, 1.27, 1.28 pm-utils.spec, 1.93, 1.94 sources, 1.34, 1.35

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Tue Apr 8 14:20:01 UTC 2008


Author: rhughes

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

Modified Files:
	.cvsignore pm-utils.spec sources 
Log Message:
* Mon Apr  8 2008 Richard Hughes <rhughes at redhat.com> - 1.1.0-2
- Actually do the build.

* Mon Apr  7 2008 Matthias Clasen <mclasen at redhat.com> - 1.1.0-1
- Update to 1.1.0
- Add devel subpackage for the pc file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	10 Sep 2007 21:20:45 -0000	1.27
+++ .cvsignore	8 Apr 2008 14:19:21 -0000	1.28
@@ -1 +1 @@
-pm-utils-0.99.4.tar.gz
+pm-utils-1.1.0.tar.gz


Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- pm-utils.spec	3 Apr 2008 17:31:22 -0000	1.93
+++ pm-utils.spec	8 Apr 2008 14:19:21 -0000	1.94
@@ -1,8 +1,8 @@
 Name: pm-utils
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
-Version: 0.99.4
-Release: 16%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
 Requires: usermode kbd pciutils >= 2.2.1
@@ -36,34 +36,25 @@
 BuildRequires: dbus-devel >= 0.90
 BuildRequires: docbook-utils
 
-Patch0: pm-utils-0.99.3-disable.patch
-Patch1: pm-utils-0.99.4-manpage-typo.patch
-Patch2: pm-utils-0.99.3-cfg.patch
-Patch3: pm-utils-0.99.4-logfile.patch
-Patch4: pm-utils-correct-filename-in-help.patch
-Patch5: pm-utils-missing-uniq.patch
-Patch6: pm-utils-nullglob.patch
-Patch7: pm-utils-0.99.4-hibernate_mode.patch
-Patch8: pm-utils-0.99.4-readme_update.patch
-
 
 %description
 The pm-utils package contains utilities and scripts useful for tasks related
 to power management.
 
+%package devel
+Summary: Files for development using %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+# for /usr/share/pkgconfig
+Requires:       pkgconfig
+
+%description devel
+This package contains the pkg-config files for development
+when building programs that use %{name}.
+
 %prep
 %setup -q 
 
-%patch0 -p1 -b .disable
-%patch1 -p1 -b .manpage-typo
-%patch2 -p1 -b .cfg
-%patch3 -p1 -b .logfile
-%patch4 -p0 -b .correct-filename-in-help
-%patch5 -p0 -b .missing-uniq
-%patch6 -p0 -b .nullglob
-%patch7 -p1 -b .hibernate_mode
-%patch8 -p1 -b .readme_update
-
 %build
 %configure --libdir=%{_exec_prefix}/lib
 make
@@ -152,10 +143,25 @@
 %{_sbindir}/pm-suspend-hybrid
 %{_mandir}/man1/on_ac_power.1*
 %{_mandir}/man1/pm-pmu.1*
+%dir %{_libdir}/pm-utils
+%{_libdir}/pm-utils/pm-functions
+%dir %{_libdir}/pm-utils/module.d
+%{_libdir}/pm-utils/module.d/*
 
 %ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/pm-utils.pc
+
 %changelog
+* Mon Apr  8 2008 Richard Hughes <rhughes at redhat.com> - 1.1.0-2
+- Actually do the build.
+
+* Mon Apr  7 2008 Matthias Clasen <mclasen at redhat.com> - 1.1.0-1
+- Update to 1.1.0
+- Add devel subpackage for the pc file
+
 * Thu Apr 03 2008 Adam Jackson <ajax at redhat.com> 0.99.4-16
 - x86_64 is not a macro, don't %%ifarch on it.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	10 Sep 2007 21:20:45 -0000	1.34
+++ sources	8 Apr 2008 14:19:21 -0000	1.35
@@ -1 +1 @@
-a88503876f63c96b55784be91b6458d2  pm-utils-0.99.4.tar.gz
+a9fcb1ee69ddc24bcc174ebf56f2cf11  pm-utils-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list