source: projects/specs/trunk/lib/libestr/libestr-vl.spec @ 8580

Revision 8580, 2.1 KB checked in by tomop, 10 years ago (diff)

libestr-0.1.9-3, liblogging-1.0.4-3, librelp-1.2.7-1

Line 
1Name:           libestr
2Version:        0.1.9
3Release:        3%{?_dist_release}
4Summary:        String handling essentials library
5
6License:        LGPLv2+
7URL:            http://libestr.adiscon.com/
8Source0:        http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
9
10Vendor: Project Vine
11Distribution: Vine Linux
12Packager: tomop
13
14%description
15This package compiles the string handling essentials library
16used by the Rsyslog daemon.
17
18%package        devel
19Summary:        Development files for %{name}
20Requires:       %{name}%{?_isa} = %{version}-%{release}
21
22%description    devel
23The package contains libraries and header files for
24developing applications that use libestr.
25
26%prep
27%setup -q
28
29%build
30%configure --disable-static --with-pic
31V=1 make %{?_smp_mflags}
32
33%install
34make install INSTALL="install -p" DESTDIR=%{buildroot}
35rm -f %{buildroot}/%{_libdir}/*.{a,la}
36
37%post -p /sbin/ldconfig
38
39%postun -p /sbin/ldconfig
40
41%files
42%doc README COPYING AUTHORS ChangeLog
43%{_libdir}/lib*.so.*
44
45%files devel
46%{_includedir}/libestr.h
47%{_libdir}/*.so
48%{_libdir}/pkgconfig/libestr.pc
49
50%changelog
51* Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
52- initial build for Vine Linux.
53
54* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
55- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
56
57* Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
58- rebase to 0.1.9
59- remove patch 0; doesn't seem to be necessary anymore
60
61* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
63
64* Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
65- rebase to 0.1.5
66
67* Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
68- upgrade to upstream version 0.1.4
69- correct an impossible timestamp in an older changelog entry
70
71* Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
72- Fixed broken configure script
73
74* Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
75- Removed unnecessary macros in spec file.
76
77* Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
78- Initial port libestr-0.1.3
Note: See TracBrowser for help on using the repository browser.