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

Revision 12372, 2.7 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

acpica-tools-20190509-1

ethtool-5.4-1

flac-1.3.3-1

iproute-5.6.0-1

libcap-ng-0.7.10-1

libestr-0.1.11-2

libfastjson-0.99.8-4

libproxy-0.4.15-2

libpwquality-1.4.2-1

libunistring-0.9.10-2

mdadm-4.1-1

python-six-1.14.0-1

rsyslog-8.2002.0-1

speexdsp-1.2-0.16.rc3

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