New upstream release 0.3.0
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
This commit is contained in:
parent
eb2f0f0ea6
commit
af5d393e3e
@ -1,6 +1,6 @@
|
||||
Name: ding-libs
|
||||
Version: 0.2.91
|
||||
Release: 14%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: "Ding is not GLib" assorted utility libraries
|
||||
Group: Development/Libraries
|
||||
License: LGPLv3+
|
||||
@ -13,10 +13,9 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
%global collection_version 0.6.2
|
||||
%global ref_array_version 0.1.3
|
||||
%global basicobjects_version 0.1.0
|
||||
%global ini_config_version 0.7.0
|
||||
%global ini_config_version 1.0.0
|
||||
|
||||
### Patches ###
|
||||
Patch0001: 0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch
|
||||
|
||||
### Dependencies ###
|
||||
# ding-libs is a meta-package that will pull in all of its own
|
||||
@ -302,6 +301,9 @@ structure
|
||||
%files -n libini_config-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/ini_config.h
|
||||
%{_includedir}/ini_comment.h
|
||||
%{_includedir}/ini_configobj.h
|
||||
%{_includedir}/ini_valueobj.h
|
||||
%{_libdir}/libini_config.so
|
||||
%{_libdir}/pkgconfig/ini_config.pc
|
||||
%doc ini/doc/html/
|
||||
@ -313,7 +315,6 @@ structure
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0001 -p1 -b .confwarn
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
@ -348,6 +349,10 @@ rm -f */doc/html/installdox
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Mar 28 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0-1
|
||||
- New upstream release 0.3.0
|
||||
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
|
||||
|
||||
* Mon Mar 25 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.2.91-14
|
||||
- include a patch to get rid of autoreconf warnings
|
||||
- run autoreconf before configure
|
||||
|
Loading…
Reference in New Issue
Block a user