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

Revision 8975, 2.4 KB checked in by inagaki, 10 years ago (diff)

2014-09-26 Ryoichi INAGAKI <ryo1@…>

  • advancecomp, gksu, libestr, topless: fixed Group
  • afio: updated


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