summaryrefslogtreecommitdiffstats
path: root/ksvg/impl
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-29 15:40:12 +0900
committerMichele Calgaro <[email protected]>2024-12-30 17:56:46 +0900
commit58ab99b7e1da1edb96ba0218bd5678e73b58dcc6 (patch)
treedebb6e620db6c77da92fdb72a8a91ab6829b2bc7 /ksvg/impl
parentcdfa1838a172bb698898cb601bebe8940bdb70bd (diff)
downloadtdegraphics-58ab99b7e1da1edb96ba0218bd5678e73b58dcc6.tar.gz
tdegraphics-58ab99b7e1da1edb96ba0218bd5678e73b58dcc6.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 48f60c7db3902c1e7d7281f504fbc67e287f1f06)
Diffstat (limited to 'ksvg/impl')
-rw-r--r--ksvg/impl/libs/libtext2path/libtext2path.spec41
1 files changed, 0 insertions, 41 deletions
diff --git a/ksvg/impl/libs/libtext2path/libtext2path.spec b/ksvg/impl/libs/libtext2path/libtext2path.spec
deleted file mode 100644
index e0c217bd..00000000
--- a/ksvg/impl/libs/libtext2path/libtext2path.spec
+++ /dev/null
@@ -1,41 +0,0 @@
-%define distversion %( perl -e 'Creating /home/nikoz/Projects/libtext2path/libtext2path.spec...=\<\>;/(\d+)\.(\d)\.?(\d)?/; print "".(||0)' /etc/*-release)
-Name: libtext2path
-Summary: libtext2path -- Some description
-Version: 0.1
-Release: %{_vendor}_%{distversion}
-Copyright: GPL
-Group: X11/KDE/Utilities
-Source: ftp://ftp.kde.org/pub/kde/unstable/apps/utils/%{name}-%{version}.tar.gz
-Packager: Nikolas Zimmermann <[email protected]>
-BuildRoot: /tmp/%{name}-%{version}
-Prefix: /usr/kde/cvs
-
-%description
-A long description
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-%setup -n %{name}-%{version}
-CFLAGS="" CXXFLAGS="" ./configure --disable-debug --enable-final --prefix=%{prefix}
-
-%build
-# Setup for parallel builds
-numprocs=1
-if [ "" = "0" ]; then
- numprocs=1
-fi
-
-make -j
-
-%install
-make install-strip DESTDIR=$RPM_BUILD_ROOT
-
-cd
-find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > /%{name}-master.list
-find . -type f -o -type l | sed 's|^\.||' >> $RPM_BUILD_DIR/%{name}-master.list
-
-%clean
-rm -rf $RPM_BUILD_DIR/%{name}-%{version}
-rm -rf $RPM_BUILD_DIR/-master.list
-
-%files -f $RPM_BUILD_DIR/%{name}-master.list