update to 1.1.3rc3
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
2f7c1749f7
commit
c4ced9ef2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/log4cplus-1.1.0.tar.xz
|
/log4cplus-1.1.0.tar.xz
|
||||||
/log4cplus-1.1.1.tar.xz
|
/log4cplus-1.1.1.tar.xz
|
||||||
/log4cplus-1.1.2.tar.xz
|
/log4cplus-1.1.2.tar.xz
|
||||||
|
/log4cplus-1.1.3-rc3.tar.xz
|
||||||
|
@ -1,21 +1,13 @@
|
|||||||
#%%global prever rc10
|
%global prever rc3
|
||||||
|
|
||||||
Name: log4cplus
|
Name: log4cplus
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
%if 0%{?prever:1}
|
Release: 0.1%{?prever:.%{prever}}%{?dist}
|
||||||
Release: 0.6.%{prever}%{?dist}
|
|
||||||
%else
|
|
||||||
Release: 2%{?dist}
|
|
||||||
%endif
|
|
||||||
Summary: Logging Framework for C++
|
Summary: Logging Framework for C++
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://sourceforge.net/projects/log4cplus
|
URL: http://sourceforge.net/projects/log4cplus
|
||||||
%if 0%{?prever:1}
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?prever:-%{prever}}.tar.xz
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{prever}.tar.xz
|
|
||||||
%else
|
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
|
||||||
%endif
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,11 +25,7 @@ This package contains headers and libraries needed to develop applications
|
|||||||
using log4cplus logging framework.
|
using log4cplus logging framework.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?prever:1}
|
%setup -q %{?prever:-n %{name}-%{version}-%{prever}}
|
||||||
%setup -q -n %{name}-%{version}-%{prever}
|
|
||||||
%else
|
|
||||||
%setup -q
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -77,6 +65,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la}
|
|||||||
%{_libdir}/pkgconfig/log4cplus.pc
|
%{_libdir}/pkgconfig/log4cplus.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 16 2014 Tomas Hozza <thozza@redhat.com> - 1.1.3-0.1.rc3
|
||||||
|
- update to 1.1.3rc3
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user