[mingw-gdbm: 13/16] Renamed the source package to mingw-gdbm

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:09:17 UTC 2012


commit 335776231886f9314adaecaaecc1d575d7d12720
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 18:06:01 2012 +0100

    Renamed the source package to mingw-gdbm

 mingw32-gdbm.spec => mingw-gdbm.spec |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-gdbm.spec b/mingw-gdbm.spec
similarity index 85%
rename from mingw32-gdbm.spec
rename to mingw-gdbm.spec
index 862d1af..3ebcc8e 100644
--- a/mingw32-gdbm.spec
+++ b/mingw-gdbm.spec
@@ -4,9 +4,9 @@
 %define __find_requires %{_mingw32_findrequires}
 %define __find_provides %{_mingw32_findprovides}
 
-Name:           mingw32-gdbm
+Name:           mingw-gdbm
 Version:        1.8.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        MinGW port of GNU database routines
 
 License:        GPLv2+
@@ -43,6 +43,19 @@ applications which will use such a database.
 This is the MinGW Windows port of the libraries and development tools.
 
 
+%package -n mingw32-gdbm
+Summary:        MinGW port of GNU database routines
+
+%description -n mingw32-gdbm
+Gdbm is a GNU database indexing library, including routines which use
+extensible hashing.  Gdbm works in a similar way to standard UNIX dbm
+routines.  Gdbm is useful for developers who write C applications and
+need access to a simple and efficient database or who are building C
+applications which will use such a database.
+
+This is the MinGW Windows port of the libraries and development tools.
+
+
 %prep
 %setup -q -n gdbm-%{version}
 %patch0 -p 1 -b .jbj
@@ -102,7 +115,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_prefix}/info
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-gdbm
 %defattr(-,root,root)
 %{_mingw32_bindir}/conv2gdbm.exe
 %{_mingw32_bindir}/tdbm.exe
@@ -118,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.8.0-9
+- Renamed the source package to mingw-gdbm (RHBZ #800874)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.8.0-8
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list