rpms/elfutils/devel elfutils.spec,1.97,1.98

Roland McGrath (roland) fedora-extras-commits at redhat.com
Wed Feb 20 08:16:26 UTC 2008


Author: roland

Update of /cvs/pkgs/rpms/elfutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15554

Modified Files:
	elfutils.spec 
Log Message:
Remove trailing dots from Summary: lines.  Add URL: tag.  Add Provides: libelf-devel to elfutils-libelf-devel.  Revert botched autorebuild bump that never was.


Index: elfutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- elfutils.spec	19 Feb 2008 22:20:27 -0000	1.97
+++ elfutils.spec	20 Feb 2008 08:15:46 -0000	1.98
@@ -27,10 +27,11 @@
 %if !%{compat}
 Release: %{eu_release}%{?dist}
 %else
-Release: 1.%{eu_release}
+Release: 0.%{eu_release}
 %endif
 License: GPLv2 with exceptions
 Group: Development/Tools
+URL: https://fedorahosted.org/elfutils/
 Source: elfutils-%{version}.tar.gz
 Patch1: elfutils-portability.patch
 Patch2: elfutils-robustify.patch
@@ -66,7 +67,7 @@
 
 
 %package libs
-Summary: Libraries to handle compiled objects.
+Summary: Libraries to handle compiled objects
 Group: Development/Tools
 License: GPL
 Provides: elfutils-libs-%{_arch} = %{version}-%{release}
@@ -79,7 +80,7 @@
 other programs using these libraries.
 
 %package devel
-Summary: Development libraries to handle compiled objects.
+Summary: Development libraries to handle compiled objects
 Group: Development/Tools
 License: GPL
 Provides: elfutils-devel-%{_arch} = %{version}-%{release}
@@ -97,7 +98,7 @@
 assembler interface.
 
 %package devel-static
-Summary: Static archives to handle compiled objects.
+Summary: Static archives to handle compiled objects
 Group: Development/Tools
 Provides: elfutils-devel-static-%{_arch} = %{version}-%{release}
 Requires: elfutils-devel-%{_arch} = %{version}-%{release}
@@ -108,7 +109,7 @@
 with the code to handle compiled objects.
 
 %package libelf
-Summary: Library to read and write ELF files.
+Summary: Library to read and write ELF files
 Group: Development/Tools
 Provides: elfutils-libelf-%{_arch} = %{version}-%{release}
 Obsoletes: libelf <= 0.8.2-2
@@ -129,6 +130,7 @@
 Requires: elfutils-libelf-devel-static-%{_arch} = %{version}-%{release}
 %endif
 Obsoletes: libelf-devel <= 0.8.2-2
+Provides: libelf-devel
 
 %description libelf-devel
 The elfutils-libelf-devel package contains the libraries to create
@@ -273,9 +275,6 @@
 %{_libdir}/libelf.a
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.132-3
-- Autorebuild for GCC 4.3
-
 * Mon Jan 21 2008 Roland McGrath <roland at redhat.com> - 0.132-3
 - Update to 0.132
   - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)




More information about the fedora-extras-commits mailing list