[e00compr] CORRECT VIRTUAL PROVIDE AND DON'T REQUIRE BASE PACKAGE

Volker Fröhlich volter at fedoraproject.org
Sat Nov 5 21:19:42 UTC 2011


commit f3eaac5f136813082c48a795255b0c8bbaa1531a
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sat Nov 5 22:18:45 2011 +0100

    CORRECT VIRTUAL PROVIDE AND DON'T REQUIRE BASE PACKAGE

 e00compr.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/e00compr.spec b/e00compr.spec
index d390413..8f485fd 100644
--- a/e00compr.spec
+++ b/e00compr.spec
@@ -1,6 +1,6 @@
 Name:           e00compr
 Version:        1.0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library to compress and uncompress E00 files
 Group:          Applications/Engineering
 
@@ -15,8 +15,7 @@ ANSI-C library to compress and uncompress Arc/Info Export (E00) files.
 %package devel
 Summary: Development files for %{name}
 Group:   Development/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
-Provides: %{name}-static%{?_isa} = %{version}-%{release}
+Provides: %{name}-static = %{version}-%{release}
 
 %description devel
 Contains %{name}'s development headers and library.
@@ -50,12 +49,16 @@ install -pm 0755 e00conv %{buildroot}%{_bindir}
 %{_mandir}/man1/e00conv.1.*
 
 %files devel
-%doc ex_*.c
+%doc ex_*.c README.TXT
 %{_includedir}/*.h
 %{_libdir}/*.a
 
 
 %changelog
+* Sat Nov 05 2011 Volker Fröhlich <volker27 at gmx.at> - 1.0.1-4
+- Remove isa macro from virtual provide
+- Devel doesn't require the base package, and ships the license text too
+
 * Thu Oct 30 2011 Volker Fröhlich <volker27 at gmx.at> - 1.0.1-3
 - Build with fPIC
 


More information about the scm-commits mailing list