You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kbookreader/bookreader.spec

46 lines
985 B

# 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/*