| Line | |
|---|
| 1 | %define ver 0.2 |
|---|
| 2 | %define rel 0vl3 |
|---|
| 3 | %define name glibwww |
|---|
| 4 | |
|---|
| 5 | Summary: GNU WWW library |
|---|
| 6 | Name: %name |
|---|
| 7 | Version: %ver |
|---|
| 8 | Release: %rel |
|---|
| 9 | Copyright: LGPL |
|---|
| 10 | Group: System Environment/Libraries |
|---|
| 11 | Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{ver}.tar.gz |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{ver}-root |
|---|
| 13 | Docdir: %{_prefix}/doc |
|---|
| 14 | BuildPreReq: w3c-libwww-devel |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | |
|---|
| 18 | %package devel |
|---|
| 19 | Summary: GNU WWW library |
|---|
| 20 | Group: Development/Libraries |
|---|
| 21 | |
|---|
| 22 | %description devel |
|---|
| 23 | |
|---|
| 24 | %changelog |
|---|
| 25 | * Thu May 17 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org> |
|---|
| 26 | - 0.2-0vl3 |
|---|
| 27 | - BuildPreReq: w3c-libwww-devel |
|---|
| 28 | |
|---|
| 29 | * Tue Jan 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> |
|---|
| 30 | - 0.4-0vl2 |
|---|
| 31 | - Added defattr |
|---|
| 32 | |
|---|
| 33 | * Thu Dec 28 2000 Akira TAGOH <tagoh@gnome.gr.jp> |
|---|
| 34 | - 0.4-0vl1 |
|---|
| 35 | - Build for Vine |
|---|
| 36 | |
|---|
| 37 | %prep |
|---|
| 38 | %setup |
|---|
| 39 | %build |
|---|
| 40 | %configure |
|---|
| 41 | %__make |
|---|
| 42 | %makeinstall |
|---|
| 43 | |
|---|
| 44 | %clean |
|---|
| 45 | rm -rf $RPM_BUILD_ROOT |
|---|
| 46 | |
|---|
| 47 | %post -p /sbin/ldconfig |
|---|
| 48 | |
|---|
| 49 | %postun -p /sbin/ldconfig |
|---|
| 50 | |
|---|
| 51 | %files |
|---|
| 52 | %defattr(-, root, root) |
|---|
| 53 | %doc README AUTHORS COPYING ChangeLog TODO |
|---|
| 54 | %{_libdir}/*.so.* |
|---|
| 55 | |
|---|
| 56 | %files devel |
|---|
| 57 | %defattr(-, root, root) |
|---|
| 58 | %{_libdir}/*.so |
|---|
| 59 | %{_libdir}/*.la |
|---|
| 60 | %{_libdir}/*.a |
|---|
| 61 | %{_libdir}/*.sh |
|---|
| 62 | %{_includedir}/* |
|---|
| 63 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.