summaryrefslogtreecommitdiffstats
path: root/bookreader.spec
diff options
context:
space:
mode:
Diffstat (limited to 'bookreader.spec')
-rw-r--r--bookreader.spec45
1 files changed, 0 insertions, 45 deletions
diff --git a/bookreader.spec b/bookreader.spec
deleted file mode 100644
index 977a953..0000000
--- a/bookreader.spec
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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/*
-