Hello community,

here is the log from the commit of package getdata for openSUSE:Factory
checked in at Tue Aug 9 11:02:51 CEST 2011.



--------
--- KDE/getdata/getdata.changes 2011-04-09 21:04:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/getdata/getdata.changes        2011-08-08 
14:32:41.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug  9 14:28:45 UTC 2011 - toddrme2...@gmail.com
+ 
+- Moved documentation to -doc package (fox for RPMLINT warning)
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ getdata.spec ++++++
--- /var/tmp/diff_new_pack.4tZSeP/_old  2011-08-09 11:00:12.000000000 +0200
+++ /var/tmp/diff_new_pack.4tZSeP/_new  2011-08-09 11:00:12.000000000 +0200
@@ -16,21 +16,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           getdata
-BuildRequires:  gcc-c++ gcc-fortran python-devel python-numpy-devel
-BuildRequires:  bzip2 pkg-config xz xz-devel zlib-devel
-Url:            http://getdata.sourceforge.net/
+Version:        0.7.3
+Release:        2
 License:        GPLv2+
-Group:          Development/Libraries/C and C++
 Summary:        Library for reading and writing dirfile data
-Version:        0.7.3
-Release:        1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://getdata.sourceforge.net/
+Group:          Development/Libraries/C and C++
 Source:         %{name}-%{version}.tar.bz2
-Recommends:     bzip2 gzip xz
+BuildRequires:  bzip2
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
+BuildRequires:  pkg-config
+BuildRequires:  python-devel
+BuildRequires:  python-numpy-devel
+BuildRequires:  xz
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
+Recommends:     %{name}-doc
+Recommends:     bzip2
+Recommends:     gzip
+Recommends:     xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GetData Project is the reference implementation of the Dirfile Standards, a
@@ -40,22 +49,31 @@
 
 %package devel
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        Headers required when building programs against GetData
-Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
-Requires:       gcc-fortran
+Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}
 Requires:       gcc-c++
-Requires:       libgetdata++2 = %{version}-%{release}
+Requires:       gcc-fortran
+Requires:       libgetdata++2 = %{version}
+Requires:       pkgconfig
 
 %description devel
 Headers required when building a program against the GetData library.
 Includes C++ and FORTRAN (77 & 95) bindings. 
 
+%package doc
+License:        GPLv2+
+Summary:        Documentation for GetData
+Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+
+%description doc
+Documentation and manuals for the GetData library.
+
 %package -n libgetdata4
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        Library for GetData
+Group:          Development/Libraries/Other
 
 %description -n libgetdata4
 Library for C-bindings for GetData.
@@ -66,8 +84,8 @@
 
 %package -n libgetdata++2
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        Library for GetData
+Group:          Development/Libraries/Other
 
 %description -n libgetdata++2
 Library for C++-bindings for GetData. 
@@ -78,8 +96,8 @@
 
 %package -n libf95getdata2
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        GetData bindings for fortran
+Group:          Development/Libraries/Other
 
 %description -n libf95getdata2
 The GetData library for fortran programs. 
@@ -90,8 +108,8 @@
 
 %package -n libfgetdata2
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        GetData bindings for fortran
+Group:          Development/Libraries/Other
 
 %description -n libfgetdata2
 The GetData library for fortran programs. 
@@ -102,9 +120,9 @@
 
 %package -n python-getdata
 License:        GPLv2+
-Group:          Development/Libraries/Python
 Summary:        GetData bindings for the python language
-Requires:       %{name} = %{version}-%{release}
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
 Requires:       python-base = %py_ver
 Requires:       python-numpy
 
@@ -112,7 +130,6 @@
 Bindings to the GetData library for the python lanuguage.
 Uses (and requires) the numpy python library for large numeric arrays.
 
-
 %prep
 %setup -q 
 
@@ -124,7 +141,7 @@
 make check
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # Remove .la files.  
 rm -f %{buildroot}/%{_libdir}/lib*.la
 rm -f %{buildroot}/%{python_sitearch}/*.la
@@ -136,14 +153,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README NEWS COPYING AUTHORS TODO ChangeLog
+%doc COPYING AUTHORS
 %{_bindir}/dirfile2ascii
 %{_bindir}/checkdirfile
-%{_mandir}/man5/*
+%{_libdir}/getdata
 %{_mandir}/man1/checkdirfile.1.gz
 %{_mandir}/man1/dirfile2ascii.1.gz
-%dir %{_libdir}/getdata
-%{_libdir}/getdata/*
+
+%files doc
+%defattr(-,root,root,-)
+%{_mandir}/man5/*
+%doc README NEWS TODO ChangeLog
 
 %files -n libgetdata4
 %defattr(-,root,root,-)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to