diff --git a/proj.changes b/proj.changes index 9c4668e..c8ad855 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 11:25:37 UTC 2011 - idonmez@novell.com + +- Remove wrong -static-devel package + ------------------------------------------------------------------- Thu Aug 18 11:15:07 UTC 2011 - otto.dassau@gmx.de diff --git a/proj.spec b/proj.spec index c1fb7eb..979a313 100644 --- a/proj.spec +++ b/proj.spec @@ -41,12 +41,6 @@ Summary: Development files for PROJ Group: Development/Libraries/C and C++ Requires: libproj0 = %{version} -%package -n libproj-devel-static - -Summary: Static Development files for PROJ -Group: Development/Libraries/C and C++ -Requires: libproj0 = %{version} - %description -n libproj0 This package the library for performing respective forward and inverse transformation of cartographic data to or from cartesian @@ -60,9 +54,6 @@ data with a wide range of selectable projection functions. %description -n libproj-devel This package contains libproj and the appropriate header files and man pages. -%description -n libproj-devel-static -This package contains static libraries files. - %prep %setup -q -b 0 -n proj-%{version} cd nad @@ -101,8 +92,4 @@ make %{_includedir}/*.h %{_libdir}/*.so -%files -n libproj-devel-static -%defattr(0644,root,root) -%{_libdir}/*.la - %changelog