From 6726e2fbb9c2cfc27bc67e7793863bc036b55944 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 30 Sep 2020 11:03:15 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Delete empty folder templates. Delete rpm stuff (kshowmail.spec and build-kshowmail folder). Rework of the README and AUTHORS files. Add BUGS file. Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Some cosmetics. Signed-off-by: gregory guy (cherry picked from commit e167d15409204539a0fa3a5b7260ca090192d6fa) --- build-kshowmail/RPMROOT/SPECS/kshowmail.spec | 48 ---------------------------- 1 file changed, 48 deletions(-) delete mode 100644 build-kshowmail/RPMROOT/SPECS/kshowmail.spec (limited to 'build-kshowmail/RPMROOT/SPECS/kshowmail.spec') diff --git a/build-kshowmail/RPMROOT/SPECS/kshowmail.spec b/build-kshowmail/RPMROOT/SPECS/kshowmail.spec deleted file mode 100644 index 8df44d4..0000000 --- a/build-kshowmail/RPMROOT/SPECS/kshowmail.spec +++ /dev/null @@ -1,48 +0,0 @@ -# This spec file was generated using Kpp -# If you find any problems with this spec file please report -# the error to ian geiser -Summary: -Name: kshowmail -Version: 3.0.1-beta -Release: 0 -Copyright: GPL -Vendor: Eggert Ehmke -Url: http://www.sourceforge.net/projects/kshowmail - -Packager: Eggert Ehmke -Group: Mail -Source: kshowmail-3.0.1-beta.tar.gz -BuildRoot: - -%description - - -%prep -%setup -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ - \ - $LOCALFLAGS -%build -# Setup for parallel builds -numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :` -if [ "$numprocs" = "0" ]; then - numprocs=1 -fi - -make -j$numprocs - -%install -make install-strip DESTDIR=$RPM_BUILD_ROOT - -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.kshowmail -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kshowmail -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kshowmail - -%clean -rm -rf $RPM_BUILD_ROOT/* -rm -rf $RPM_BUILD_DIR/kshowmail -rm -rf ../file.list.kshowmail - - -%files -f ../file.list.kshowmail -- cgit v1.2.1