summaryrefslogtreecommitdiffstats
path: root/bookreader.spec
blob: 977a9534ec2577a0da78cdb4f09ec7d9054c09ef (plain)
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
# This spec file was generated by KDevelop 
# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> 
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html

Name: bookreader
Version: 0.1
Release: 1
Vendor: Alexander Nemish
License: GPL
Summary: summary
Group: Applications/Text 
Packager: Alexander Nemish
BuildRoot:  %{_tmppath}/%{name}-root 
Source0: bookreader-0.1.tar.bz2

%description
BooKreader is a twin-panel text files viewer specialized for reading e-books.

%prep
%setup
#CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ 
#--host=nau-note --build=i686 --target=i686-suse-linux \
#--disable-debug --enable-debug=no 

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

#%post -p /sbin/ldconfig
#%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
#%{_libdir}/*.so.*
%{_datadir}/*
#%{_mandir}/man8/*