Update to 0.2

... and enable parallel make.
This commit is contained in:
Kalev Lember 2012-04-16 16:40:26 +03:00
parent 7ad6cd7705
commit a4ec684ac8
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libsecret-0.1.tar.xz
/libsecret-0.2.tar.xz

View File

@ -2,8 +2,8 @@
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: libsecret
Version: 0.1
Release: 2%{?dist}
Version: 0.2
Release: 1%{?dist}
Summary: Library for storing and retrieving passwords and other secrets
License: LGPLv2+
@ -38,10 +38,7 @@ developing applications that use %{name}.
%build
%configure --disable-static
# Parallel make fixed in git:
# http://git.gnome.org/browse/libsecret/commit/?id=f327460ef54852f1d18db64d1e185466b6591415
#make %{?_smp_mflags}
make
make %{?_smp_mflags}
%install
@ -69,6 +66,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Mon Apr 16 2012 Kalev Lember <kalevlember@gmail.com> - 0.2-1
- Update to 0.2
- Enable parallel make
* Fri Mar 30 2012 Kalev Lember <kalevlember@gmail.com> - 0.1-2
- Add provides bundled(egglib) (#808025)
- Use global instead of define

View File

@ -1 +1 @@
4dcd739fb52ee212f0a9e2a65bd53489 libsecret-0.1.tar.xz
a895d4cdcf6661560d4c91cacfae4366 libsecret-0.2.tar.xz