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

Revision 11886, 2.5 KB checked in by tomop, 5 years ago (diff)

libestr-0.1.11-1

Line 
1Name:           libestr
2Summary:        String handling essentials library
3Version:        0.1.11
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 Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-1
55- new upstream release.
56
57* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.10-1
58- new upstream release.
59
60* Fri Sep 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.9-4
61- added Group tag
62
63* Mon Jun 16 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.9-3
64- initial build for Vine Linux.
65
66* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
68
69* Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
70- rebase to 0.1.9
71- remove patch 0; doesn't seem to be necessary anymore
72
73* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
75
76* Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
77- rebase to 0.1.5
78
79* Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
80- upgrade to upstream version 0.1.4
81- correct an impossible timestamp in an older changelog entry
82
83* Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
84- Fixed broken configure script
85
86* Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
87- Removed unnecessary macros in spec file.
88
89* Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
90- Initial port libestr-0.1.3
Note: See TracBrowser for help on using the repository browser.