diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-21 04:30:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-21 04:30:08 +0000 |
commit | a3570c360e8884f2bbf60b89e4d9531321ae01ad (patch) | |
tree | a6bc829daca69956b99be4dfa3939ff14193ec54 /bookreader.spec | |
download | kbookreader-a3570c360e8884f2bbf60b89e4d9531321ae01ad.tar.gz kbookreader-a3570c360e8884f2bbf60b89e4d9531321ae01ad.zip |
Initial import of kbookreader
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbookreader@1242482 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bookreader.spec')
-rw-r--r-- | bookreader.spec | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/bookreader.spec b/bookreader.spec new file mode 100644 index 0000000..977a953 --- /dev/null +++ b/bookreader.spec @@ -0,0 +1,45 @@ +# This spec file was generated by KDevelop +# Please report any problem to KDevelop Team <[email protected]> +# 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/* + |