diff options
author | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 12:08:16 +0900 |
commit | 7857b50140791f60497ab7e8994af3f4377cc387 (patch) | |
tree | b082efee082671ae737d54b04f03aa7a179a9302 /mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec | |
parent | d52fb29b2d29090cef37a86648aefff37d54feb2 (diff) | |
download | tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.tar.gz tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 40be1ebef7a688235d4730561908a02f10505385)
Diffstat (limited to 'mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec')
-rw-r--r-- | mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec b/mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec deleted file mode 100644 index 8e778ddae..000000000 --- a/mandriva/2010.2/other/kickoff-i18n/kde3-kickoff-i18n.spec +++ /dev/null @@ -1,45 +0,0 @@ -%define oname kickoff-i18n -%define name kde3-%{oname} -Name: %{name} -Summary: Kickoff translations -Version: 1.0 -Release: %mkrel 10 -Group: System/Internationalization -License: GPL -URL: http://www.mandriva.com -Source0: %oname-%version.tar.bz2 -Patch0: kickoff-i18n-1.0-uz-po.patch -Patch1: kickoff-i18n-1.0-tr-po.patch -BuildRoot: %_tmppath/%name-%version-%release-buildroot -BuildArch: noarch -BuildRequires: kdelibs-devel -Obsoletes: %{oname} -Provides: %{oname} = %{version}-%{release} - -%description -kickoff translations - -%prep -%setup -q -n %oname-%version -%patch0 -p1 -%patch1 -p1 - -%build -./configure \ - --prefix=%_kde3_prefix \ - --datadir=%_kde3_datadir - -make clean -%make - -%install -rm -fr %buildroot -%makeinstall_std - -%find_lang kickoff - -%clean -rm -fr %buildroot - -%files -f kickoff.lang -%defattr(-,root,root,-) |