- Spec file cleanup:

* Use original tarball
  * Move COPYING, README into lib packages (legal requirement)
  * Move CHANGELOG and TODO into devel packages (not needed by users)
  * Move examples into doc package, and recommend it for both devel packages
  * Ran spec cleaner and removed unneeded rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=5
This commit is contained in:
Sascha Peilicke 2012-03-12 09:43:47 +00:00 committed by Git OBS Bridge
parent d04e0bfa30
commit 24d5367ee9
2 changed files with 55 additions and 38 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 12 08:39:37 UTC 2012 - saschpe@suse.de
- Fixed changes file markup
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 27 13:44:20 UTC 2012 - saschpe@suse.de Mon Feb 27 13:44:20 UTC 2012 - saschpe@suse.de
@ -49,34 +54,47 @@ Fri Oct 1 21:10:11 UTC 2010 - davejplater@gmail.com
file to openSUSE also transfered the changes to a changes file file to openSUSE also transfered the changes to a changes file
------------------------------------------------------------------- -------------------------------------------------------------------
* Wed May 05 2010 Toni Graffy <toni@links2linux.de> - 1.4.5-0.pm.1 Wed May 05 00:00:00 UTC 2010 - toni@links2linux.de
- update to 1.4.5 - update to 1.4.5
- This release includes a bugfix and some code cleanup to eliminate compiler warnings. - This release includes a bugfix and some code cleanup to eliminate compiler warnings.
------------------------------------------------------------------- -------------------------------------------------------------------
* Tue Apr 13 2010 Toni Graffy <toni@links2linux.de> - 1.4.4-0.pm.1 Tue Apr 13 00:00:00 UTC 2010 - toni@links2linux.de
- update to 1.4.4 - update to 1.4.4
- new SO-name ==> libconfig9 and libconfig++9 - new SO-name ==> libconfig9 and libconfig++9
- This release fixes several build issues. - This release fixes several build issues.
------------------------------------------------------------------- -------------------------------------------------------------------
* Tue Feb 15 2010 Toni Graffy <toni@links2linux.de> - 1.4.3-0.pm.1 Tue Feb 15 00:00:00 UTC 2010 - toni@links2linux.de
- update to 1.4.3 - update to 1.4.3
- This release fixes a problem with parsing indented '@include' directives. - This release fixes a problem with parsing indented '@include' directives.
------------------------------------------------------------------- -------------------------------------------------------------------
* Fri Jan 29 2010 Toni Graffy <toni@links2linux.de> - 1.4.2-0.pm.1 Fri Jan 29 00:00:00 UTC 2010 - toni@links2linux.de
- update to 1.4.2 - update to 1.4.2
- new SO-name ==> libconfig8 and libconfig++8 (!!!) - new SO-name ==> libconfig8 and libconfig++8 (!!!)
- removed static libs - removed static libs
- This release fixes some problems with the ParseException class. - This release fixes some problems with the ParseException class.
------------------------------------------------------------------- -------------------------------------------------------------------
* Fri Jan 01 2010 Toni Graffy <toni@links2linux.de> - 1.4.1-0.pm.1 Fri Jan 01 00:00:00 UTC 2010 - toni@links2linux.de
- update to 1.4.1 - update to 1.4.1
- This release fixes a crash when reading a configuration from a string, - This release fixes a crash when reading a configuration from a string,
and includes a few minor build improvements. and includes a few minor build improvements.
------------------------------------------------------------------- -------------------------------------------------------------------
* Fri Nov 13 2009 Toni Graffy <toni@links2linux.de> - 1.4-0.pm.1 Fri Nov 13 00:00:00 UTC 2009 - toni@links2linux.de
- update to 1.4 - update to 1.4
- new SO-name ==> libconfig9 and libconfig++9 - new SO-name ==> libconfig9 and libconfig++9
- This release includes some minor bugfixes - This release includes some minor bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
* Sat Feb 21 2009 Toni Graffy <toni@links2linux.de> - 1.3.2-0.pm.1 Sat Feb 21 00:00:00 UTC 2009 - toni@links2linux.de
- initial release 1.3.2
- Initial release 1.3.2

View File

@ -122,10 +122,9 @@ Documentation files for package libconfig.
%build %build
%configure %configure
make %{?_smp_flags}
make pdf make pdf
make html make html
make %{?_smp_flags}
%install %install
%make_install %make_install