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