source: projects/specs/trunk/lib/libg/libgadu/libgadu-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           libgadu
2Version:        1.8.2
3Release:        5%{?_dist_release}
4Summary:        A Gadu-gadu protocol compatible communications library
5License:        LGPLv2
6Group:          System Environment/Libraries
7Source0:        http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
8URL:            http://toxygen.net/libgadu/
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildRequires:  openssl-devel
11
12%description
13libgadu is intended to make it easy to add Gadu-Gadu communication
14support to your software.
15
16%package devel
17Summary:        Libgadu development library
18Group:          Development/Libraries
19Requires:       libgadu = %{version}-%{release}
20Requires:       openssl-devel
21Requires:       pkgconfig
22
23%description devel
24The libgadu-devel package contains the header files and some
25documentation needed to develop application with libgadu.
26
27%prep
28%setup -q
29
30%build
31%configure \
32        --disable-static \
33        --with-pthread
34
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
41
42rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post -p /sbin/ldconfig
48%postun -p /sbin/ldconfig
49
50%files
51%defattr(644,root,root,755)
52%doc COPYING
53%attr(755,root,root) %{_libdir}/libgadu.so.*
54
55%files devel
56%defattr(644,root,root,755)
57%attr(755,root,root) %{_libdir}/libgadu.so
58%{_includedir}/libgadu.h
59%{_libdir}/pkgconfig/*
60
61%changelog
62* Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
63- Initial build for Vine Linux
64
65* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-4
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67
68* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
70
71* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.2-2
72- rebuild with new openssl
73
74* Sun Oct 26 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.2-1
75- updated to 1.8.2 (security update)
76- preserve timestamps during make install
77- put defattr at the top of files section (fixes rpmlint error)
78
79* Wed Jun 18 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.1-1
80- updated to 1.8.1
81
82* Sun Feb 24 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.0-1
83- updated to 1.8.0
84
85* Sat Feb 16 2008 Dominik Mierzejewski <rpm@greysector.net> 1.7.2-1
86- updated to 1.7.2
87
88* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.7.1-3
89 - Rebuild for deps
90
91* Sun Aug 26 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-2
92- rebuild for BuildID
93- update license tag
94
95* Wed Apr 25 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-1
96- updated to 1.7.1 (security fixes)
97
98* Sun Sep 17 2006 Dominik Mierzejewski <rpm@greysector.net> 1.7.0-1
99- initial build
Note: See TracBrowser for help on using the repository browser.