Blame SPECS/librelp.spec

c98c47
Summary: The Reliable Event Logging Protocol library
c98c47
Name: librelp
1880dc
Version: 1.2.12
1880dc
Release: 1%{?dist}
c98c47
License: GPLv3+
c98c47
Group: System Environment/Libraries
c98c47
URL: http://www.rsyslog.com/
c98c47
Source0: http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
c98c47
Requires(post): /sbin/ldconfig
c98c47
Requires(postun): /sbin/ldconfig
c98c47
BuildRequires: gnutls-devel >= 1.4.0
c98c47
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c98c47
c98c47
%description
c98c47
Librelp is an easy to use library for the RELP protocol. RELP (stands
c98c47
for Reliable Event Logging Protocol) is a general-purpose, extensible
c98c47
logging protocol.
c98c47
c98c47
%package devel
c98c47
Summary: Development files for the %{name} package
c98c47
Group: Development/Libraries
c98c47
Requires: %{name} = %{version}-%{release}
c98c47
Requires: pkgconfig
c98c47
c98c47
%description devel
c98c47
Librelp is an easy to use library for the RELP protocol. The
c98c47
librelp-devel package contains the header files and libraries needed
c98c47
to develop applications using librelp.
c98c47
c98c47
%prep
c98c47
%setup -q
c98c47
c98c47
%build
c98c47
%configure --disable-static
c98c47
make %{?_smp_mflags}
c98c47
c98c47
%install
c98c47
rm -rf $RPM_BUILD_ROOT
c98c47
make install DESTDIR=$RPM_BUILD_ROOT
c98c47
c98c47
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
c98c47
c98c47
%clean
c98c47
rm -rf $RPM_BUILD_ROOT
c98c47
c98c47
%post -p /sbin/ldconfig
c98c47
c98c47
%postun
c98c47
if [ "$1" = "0" ] ; then
c98c47
    /sbin/ldconfig
c98c47
fi
c98c47
c98c47
%files
c98c47
%defattr(-,root,root,-)
c98c47
%doc AUTHORS COPYING NEWS README doc/*html
c98c47
%{_libdir}/librelp.so.*
c98c47
c98c47
%files devel
c98c47
%defattr(-,root,root)
c98c47
%{_includedir}/*
c98c47
%{_libdir}/librelp.so
c98c47
%{_libdir}/pkgconfig/relp.pc
c98c47
c98c47
%changelog
1880dc
* Mon Feb 13 2017 Radovan Sroka <rsroka@redhat.com> 1.2.12-1
1880dc
- rebase to 1.2.12
1880dc
- inevitable update due to rsyslog rebase 
1880dc
- resolves rhbz#1420716
1880dc
7ac326
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.0-3
7ac326
- Mass rebuild 2014-01-24
7ac326
7ac326
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.0-2
7ac326
- Mass rebuild 2013-12-27
7ac326
c98c47
* Wed Jul 31 2013 Tomas Heinrich <theinric@redhat.com> - 1.2.0-1
c98c47
- rebase to 1.2.0
c98c47
- add gnutls-devel to BuildRequires
c98c47
c98c47
* Wed Apr 10 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.3-1
c98c47
- rebase to 1.0.3
c98c47
c98c47
* Thu Apr 04 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.2-1
c98c47
- rebase to 1.0.2
c98c47
c98c47
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c98c47
c98c47
* Wed Nov 21 2012 Tomas Heinrich <theinric@redhat.com> - 1.0.1-1
c98c47
- upgrade to upstream version 1.0.1
c98c47
c98c47
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c98c47
c98c47
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c98c47
c98c47
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c98c47
c98c47
* Thu Jul 15 2010 Tomas Heinrich <theinric@redhat.com> - 1.0.0-1
c98c47
- upgrade to upstream version 1.0.0
c98c47
c98c47
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c98c47
c98c47
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
c98c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c98c47
c98c47
* Wed May  7 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-2
c98c47
- removed "BuildRequires: autoconf automake"
c98c47
c98c47
* Tue Apr 29 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
c98c47
- initial build