Update to latest upstream 1.1.13
This commit is contained in:
parent
e037567ffd
commit
d845c74f41
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libservicelog-1.1.9.tar.gz
|
||||
/libservicelog-1.1.11.tar.gz
|
||||
/libservicelog-1.1.13.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libservicelog
|
||||
Version: 1.1.11
|
||||
Release: 4%{?dist}
|
||||
Version: 1.1.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Servicelog Database and Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -17,11 +17,8 @@ BuildRequires: sqlite-devel autoconf libtool bison librtas-devel flex
|
||||
ExclusiveArch: ppc ppc64
|
||||
|
||||
|
||||
# Don't use non existin group during install
|
||||
Patch0: libservicelog-1.1.9-install.patch
|
||||
|
||||
# Link with needed libraries
|
||||
Patch1: libservicelog-1.1.9-libs.patch
|
||||
Patch0: libservicelog-1.1.9-libs.patch
|
||||
|
||||
%description
|
||||
The libservicelog package contains a library to create and maintain a
|
||||
@ -42,8 +39,7 @@ Contains header files for building with libservicelog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .install
|
||||
%patch1 -p1 -b .libs
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -79,10 +75,14 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/servicelog-1
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/servicelog-1.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 18 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.13
|
||||
- Update to latest upstream 1.1.13
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user