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

Revision 9902, 2.5 KB checked in by tomop, 8 years ago (diff)

libestr-0.1.10-1, liblogging-1.0.5-1, rsyslog-8.15.0-1

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