[mingw-proj: 9/11] Renamed the source package to mingw-proj (#801017)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:54:43 UTC 2012


commit c1042207aae439e259cf1a385f30e0b9c589571f
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:51:47 2012 +0200

    Renamed the source package to mingw-proj (#801017)

 mingw32-proj.spec => mingw-proj.spec |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-proj.spec b/mingw-proj.spec
similarity index 80%
rename from mingw32-proj.spec
rename to mingw-proj.spec
index d47cbc2..71c2ebf 100644
--- a/mingw32-proj.spec
+++ b/mingw-proj.spec
@@ -6,9 +6,9 @@
 
 %global nativename proj
 
-Name:      mingw32-%{nativename}
+Name:      mingw-%{nativename}
 Version:   4.6.1
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   Cartographic projection software (PROJ.4)
 
 Group:     Applications/Engineering
@@ -30,6 +30,15 @@ Proj and invproj perform respective forward and inverse transformation of
 cartographic data to or from cartesian data with a wide range of selectable
 projection functions. Proj docs: http://www.remotesensing.org/dl/new_docs/
 
+
+%package -n mingw32-%{nativename}
+Summary:   Cartographic projection software (PROJ.4)
+
+%description -n mingw32-%{nativename}
+Proj and invproj perform respective forward and inverse transformation of
+cartographic data to or from cartesian data with a wide range of selectable
+projection functions. Proj docs: http://www.remotesensing.org/dl/new_docs/
+
 %prep
 %setup -q -n %{nativename}-%{version}
 
@@ -57,7 +66,7 @@ rm -R $RPM_BUILD_ROOT%{_mingw32_datadir}/*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-%{nativename}
 %defattr(-,root,root,-)
 %doc NEWS AUTHORS COPYING README ChangeLog
 %{_mingw32_bindir}/libproj-0.dll
@@ -66,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/*.h
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 4.6.1-8
+- Renamed the source package to mingw-proj (#801017)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.6.1-7
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list