-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathferrisstreams.spec.in
More file actions
64 lines (50 loc) · 1.25 KB
/
ferrisstreams.spec.in
File metadata and controls
64 lines (50 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Version: @FERRISSTREAMS_VERSION@
Release: 50007
Name: ferrisstreams
Summary: Standard C++ IOStreams extensions
License: GPL
Group: System Environment/Libraries
Source: http://prdownloads.sourceforge.net/witme/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Packager: Ben Martin <monkeyiq@users.sourceforge.net>
URL: http://sourceforge.net/project/showfiles.php?group_id=16036
Requires: glib2 >= 2.0.0
Requires: ferrisloki >= 1.6.0
Requires: popt >= 1.7
BuildRequires: libsigc++2-devel
BuildRequires: pkgconfig
BuildRequires: glib2-devel
BuildRequires: gcc-c++
BuildRequires: ferrisloki-devel >= 1.6.0
BuildRequires: popt-devel
Provides: libferrisstreams-05:0:0.so
%description
Standard C++ IOStreams extensions
%prep
%setup -q
%build
%configure --enable-hiddensymbols --with-sigcxx-2x=yes
if [ "$SMP" != "" ]; then
(make "MAKE=make -k -j $SMP"; exit 0)
make
else
make
fi
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,0755)
%doc AUTHORS README COPYING ChangeLog INSTALL
%{_bindir}/*
%{_libdir}/lib*
%{_libdir}/pkgconfig
%{_includedir}/*
%changelog
* Mon Feb 9 2004 Ben Martin
Changed for no PREFIX and more macros
* Thu May 3 2003 Ben Martin
- Created