rpms/librelp/devel librelp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tomas Heinrich (theinric) fedora-extras-commits at redhat.com
Mon May 12 17:10:14 UTC 2008


Author: theinric

Update of /cvs/pkgs/rpms/librelp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20690/devel

Modified Files:
	.cvsignore sources 
Added Files:
	librelp.spec 
Log Message:
Initial version.




--- NEW FILE librelp.spec ---
Summary: The Reliable Event Logging Protocol library
Name: librelp
Version: 0.1.1
Release: 2%{?dist}
License: GPLv3+
Group: System Environment/Libraries
URL: http://www.rsyslog.com/
Source0: http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Librelp is an easy to use library for the RELP protocol. RELP (stands
for Reliable Event Logging Protocol) is a general-purpose, extensible
logging protocol.

%package devel
Summary: Development files for the %{name} package
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Librelp is an easy to use library for the RELP protocol. The
librelp-devel package contains the header files and libraries needed
to develop applications using librelp.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm $RPM_BUILD_ROOT/%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun
if [ "$1" = "0" ] ; then
    /sbin/ldconfig
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README doc/*html
%{_libdir}/librelp.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/librelp.so
%{_libdir}/pkgconfig/relp.pc

%changelog
* Wed May  7 2008 Tomas Heinrich <theinric at redhat.com> 0.1.1-2
- removed "BuildRequires: autoconf automake"

* Tue Apr 29 2008 Tomas Heinrich <theinric at redhat.com> 0.1.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/librelp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 May 2008 16:53:18 -0000	1.1
+++ .cvsignore	12 May 2008 17:09:33 -0000	1.2
@@ -0,0 +1 @@
+librelp-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/librelp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 May 2008 16:53:18 -0000	1.1
+++ sources	12 May 2008 17:09:33 -0000	1.2
@@ -0,0 +1 @@
+8d98ef2dadeff03b5bd40efed7ae418d  librelp-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list