source: projects/specs/trunk/l/linc/linc-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Library for writing network programs
2Name: linc
3Version: 1.1.1
4Release: 0vl1
5Source: ftp://ftp.gnome.org/pub/gnome/sources/linc/1.0/%{name}-%{version}.tar.bz2
6Group: System Environment/Libraries
7License: LGPL
8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9BuildRequires: pkgconfig >= 0.14.0
10BuildRequires: glib2-devel >= 2.2.2
11
12%description
13
14linc is a library that eases the task of writing networked servers and
15clients. It takes care of connection initiation and maintainance, and
16the details of varioustransports. It is used by the new ORBit to
17handle message transmission/receipt.
18
19%package devel
20Summary: Development libraries and header files for linc.
21Group: Development/Libraries
22Requires: linc = %{version}
23Requires: pkgconfig >= 0.14.0
24Requires: glib2-devel >= 2.2.2
25
26%description devel
27
28linc is a library that eases the task of writing networked servers and
29clients. It takes care of connection initiation and maintainance, and
30the details of varioustransports. It is used by the new ORBit to
31handle message transmission/receipt.
32
33This package contains the header files and libraries needed to write
34or compile programs that use linc.
35
36%prep
37%setup -q
38
39%build
40%configure --without-openssl
41make %{?_smp_mflags}
42
43%install
44rm -rf %{buildroot}
45%makeinstall
46
47%post -p /sbin/ldconfig
48
49%postun -p /sbin/ldconfig
50
51%clean
52rm -rf %{buildroot}
53
54%files
55%defattr(-,root,root)
56%doc AUTHORS COPYING README NEWS
57%{_libdir}/*.so.*
58
59%files devel
60%defattr(-,root,root)
61%{_includedir}/*
62%{_libdir}/*.so
63%{_libdir}/*a
64%{_libdir}/pkgconfig/*
65%{_bindir}/*
66%{_datadir}/aclocal/*
67%{_datadir}/gtk-doc
68
69%changelog
70* Thu Jun 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
71- new upstream release
72
73* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
74- new upstream release
75
76* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
77- new upstream release
78
79* Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp>
80- build for Vine Linux
81
82* Fri Aug 23 2002 Elliot Lee <sopwith@redhat.com> 0.5.2-2
83- Fix resolution of IPv4 names that also have IPv6 addresses.
84
85* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
86- 0.5.2
87
88* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
89- automated rebuild
90
91* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
92- rebuild in different environment
93
94* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
95- 0.5.0
96
97* Sun May 26 2002 Tim Powers <timp@redhat.com>
98- automated rebuild
99
100* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
101- rebuild in different environment
102
103* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
104- rebuild in different environment
105
106* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
107- 0.1.21
108- disable SSL
109
110* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
111- 0.1.20
112
113* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
114- 0.1.18
115
116* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
117- Version 0.1.16
118
119* Fri Jan 25 2002 Havoc Pennington <hp@redhat.com>
120- rebuild in rawhide
121
122* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
123- 0.1.12.90 snap
124
125* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
126- new cvs snap 0.1.9.90, rebuild for glib 1.3.11
127
128* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
129- new cvs snap, rebuild on new glib
130
131* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
132- new cvs snap with headers moved
133- hrm, put headers in the devel package, doh
134
135* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
136- cvs snap action
137
138* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
139- move to released 0.1.5 tarball
140
141* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
142- -devel package requires specific glib, update to new cvs snap
143
144* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
145- update to CVS snapshot
146
147* Tue Sep  4 2001 Havoc Pennington <hp@pobox.com>
148- create package
149
150
Note: See TracBrowser for help on using the repository browser.