[Bug 601577] Review Request: liblockfile - This library implements a number of functions found in -lmail on SysV systems

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 6 14:01:31 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=601577

--- Comment #24 from Matthias Runge <mrunge at matthias-runge.de> 2010-08-06 10:01:30 EDT ---
The actual version contains the following changes:

SPEC: http://www.matthias-runge.de/fedora/liblockfile.spec
SRPM: http://www.matthias-runge.de/fedora/liblockfile-1.08-9.fc13.src.rpm

[mrunge at sofja SPECS]$ diff -u liblockfile.spec-8 liblockfile.spec
--- liblockfile.spec-8 2010-08-06 15:49:23.141691811 +0200
+++ liblockfile.spec 2010-08-06 15:57:21.310859929 +0200
@@ -1,6 +1,6 @@
 Name:           liblockfile
 Version:        1.08
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        This implements a number of functions found in -lmail on SysV
systems

 Group:          Applications/System
@@ -19,12 +19,13 @@
 manage and remove generic lockfiles.

 %package devel
-Summary: Header files needed to build apps linked against lockfile
+Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}

 %description devel 
-header files needed to build apps linked against lockfile
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.


 %prep
@@ -64,7 +65,7 @@
 %{_bindir}/dotlockfile
 %{_libdir}/liblockfile.so.1.0
 %{_libdir}/liblockfile.so.1
-%{_mandir}/man1/dotlockfile.1.*
+%{_mandir}/man1/dotlockfile.1*
 %doc README COPYRIGHT Changelog


@@ -73,11 +74,15 @@
 %{_libdir}/liblockfile.so
 %{_includedir}/maillock.h
 %{_includedir}/lockfile.h
-%{_mandir}/man3/lockfile_create.3.*
-%{_mandir}/man3/maillock.3.*
+%{_mandir}/man3/lockfile_create.3*
+%{_mandir}/man3/maillock.3*


 %changelog
+* Fri Aug 6 2010 Matthias Runge <mrunge at matthias-runge.de> 1.08-9
+- change description and summary of -devel-subpackage
+- make wildcard for man-pages even match against uncompressed files
+
 * Fri Aug 6 2010 Matthias Runge <mrunge at matthias-runge.de> 1.08-8
 - rename to liblockfile
 - sorting file to main and -devel package

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list