Removed obsolete templates for kde3 and kde4
This commit is contained in:
parent
2e75799b80
commit
1747b898a2
@ -38,7 +38,7 @@ Autospec was created for the `QiLinux` distribution and is now used by the [open
|
|||||||
#### Templates (/usr/share/autospec/templates)
|
#### Templates (/usr/share/autospec/templates)
|
||||||
* ghc
|
* ghc
|
||||||
* gnome
|
* gnome
|
||||||
* kde3, kde4, kde5
|
* kde5
|
||||||
* library
|
* library
|
||||||
* ocaml-libs
|
* ocaml-libs
|
||||||
* perl
|
* perl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## Allowed paths for system libraries -----------------------------------------
|
## Allowed paths for system libraries -----------------------------------------
|
||||||
|
|
||||||
allowed_libdirs="\
|
allowed_libdirs="\
|
||||||
/lib:/usr/lib:/usr/lib/qt3/lib:/usr/lib/qt4/lib:/opt/kde3/lib:/opt/kde/lib"
|
/lib:/usr/lib:/lib64:/usr/lib64"
|
||||||
|
@ -200,10 +200,6 @@ categoria dello specfile da generare:
|
|||||||
.br
|
.br
|
||||||
\fIgnome\fR : specfile per pacchetti gnome
|
\fIgnome\fR : specfile per pacchetti gnome
|
||||||
.br
|
.br
|
||||||
\fIkde3\fR : specfile per pacchetti kde3
|
|
||||||
.br
|
|
||||||
\fIkde4\fR : specfile per pacchetti kde4
|
|
||||||
.br
|
|
||||||
\fIkde5\fR : specfile per pacchetti kde5
|
\fIkde5\fR : specfile per pacchetti kde5
|
||||||
.br
|
.br
|
||||||
\fIlibrary\fR : specfile per librerie
|
\fIlibrary\fR : specfile per librerie
|
||||||
|
@ -113,8 +113,6 @@ function usage() {
|
|||||||
standard : "$"standard specfile (default)""
|
standard : "$"standard specfile (default)""
|
||||||
ghc : "$"specfile for ghc packages""
|
ghc : "$"specfile for ghc packages""
|
||||||
gnome : "$"specfile for gnome packages""
|
gnome : "$"specfile for gnome packages""
|
||||||
kde3 : "$"specfile for kde3 packages""
|
|
||||||
kde4 : "$"specfile for kde4 packages""
|
|
||||||
kde5 : "$"specfile for kde5 packages""
|
kde5 : "$"specfile for kde5 packages""
|
||||||
library : "$"specfile for common library packages""
|
library : "$"specfile for common library packages""
|
||||||
ocaml-libs : "$"specfile for OCaml library packages""
|
ocaml-libs : "$"specfile for OCaml library packages""
|
||||||
@ -878,7 +876,7 @@ ${standard_docs_devel:+$standard_docs_devel }$currdoc"
|
|||||||
|
|
||||||
local build_techology="unknown"
|
local build_techology="unknown"
|
||||||
case "$spec_type" in
|
case "$spec_type" in
|
||||||
kde3|kde4|perl|python)
|
perl|python)
|
||||||
build_techology="$spec_type"
|
build_techology="$spec_type"
|
||||||
;;
|
;;
|
||||||
*) if [ -e $tmpdir/$pck_rootdir/meson.build ]; then
|
*) if [ -e $tmpdir/$pck_rootdir/meson.build ]; then
|
||||||
|
@ -832,12 +832,6 @@ msgstr "specfile per pacchetti ghc"
|
|||||||
msgid "specfile for gnome packages"
|
msgid "specfile for gnome packages"
|
||||||
msgstr "specfile per pacchetti gnome"
|
msgstr "specfile per pacchetti gnome"
|
||||||
|
|
||||||
msgid "specfile for kde3 packages"
|
|
||||||
msgstr "specfile per pacchetti kde3"
|
|
||||||
|
|
||||||
msgid "specfile for kde4 packages"
|
|
||||||
msgstr "specfile per pacchetti kde4"
|
|
||||||
|
|
||||||
msgid "specfile for kde5 packages"
|
msgid "specfile for kde5 packages"
|
||||||
msgstr "specfile per pacchetti kde5"
|
msgstr "specfile per pacchetti kde5"
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ srcdir = ..
|
|||||||
|
|
||||||
include $(srcdir)/Makefile.env
|
include $(srcdir)/Makefile.env
|
||||||
|
|
||||||
pck_templates := ghc gnome kde3 kde4 kde5 library ocaml-libs perl python standard standard-daemon web
|
pck_templates := ghc gnome kde5 library ocaml-libs perl python standard standard-daemon web
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
Name: @pck_name@
|
|
||||||
Version: @pck_version@
|
|
||||||
Release: @spec_first_release@@DISTRO_rpm@
|
|
||||||
Summary: ...
|
|
||||||
Group: ...
|
|
||||||
Vendor: @VENDOR@
|
|
||||||
Distribution: @DISTRO@
|
|
||||||
Packager: $packager_fullname <$packager_email>
|
|
||||||
URL: ...
|
|
||||||
Source: ...
|
|
||||||
License: ...
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
|
||||||
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
|
|
||||||
%description
|
|
||||||
...
|
|
||||||
|
|
||||||
@if:debug_package
|
|
||||||
%debug_package
|
|
||||||
@fi:debug_package
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
%build
|
|
||||||
%configure_kde
|
|
||||||
%make
|
|
||||||
|
|
||||||
%install
|
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
||||||
%makeinstall
|
|
||||||
|
|
||||||
%clean
|
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
@standard_docs@
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# @standard_docs_devel@
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* @spec_changelog_date@ @packager_fullname@ <@packager_email@> @pck_version@-@spec_first_release@@DISTRO_rpm@
|
|
||||||
- @spec_changelog_comment@
|
|
140
templates/kde4
140
templates/kde4
@ -1,140 +0,0 @@
|
|||||||
Name: @pck_name@
|
|
||||||
Version: @pck_version@
|
|
||||||
Release: @spec_first_release@@DISTRO_rpm@
|
|
||||||
Summary: ...
|
|
||||||
Group: ...
|
|
||||||
Vendor: @VENDOR@
|
|
||||||
Distribution: @DISTRO@
|
|
||||||
Packager: @packager_fullname@ <@packager_email@>
|
|
||||||
URL: http://www.kde.org
|
|
||||||
Source: ...
|
|
||||||
License: ...
|
|
||||||
BuildRequires: automoc4
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
|
||||||
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
|
||||||
|
|
||||||
%description
|
|
||||||
...
|
|
||||||
|
|
||||||
## remove the devel blocks if this package does not provide development stuff
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
Requires: kdelibs-devel
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
|
||||||
|
|
||||||
@if:debug_package
|
|
||||||
%debug_package
|
|
||||||
@fi:debug_package
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cmake_kde4 -d build
|
|
||||||
%make
|
|
||||||
|
|
||||||
%install
|
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
||||||
%makeinstall -C build
|
|
||||||
|
|
||||||
@if:i18n
|
|
||||||
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
|
|
||||||
@fi:i18n
|
|
||||||
|
|
||||||
%clean
|
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
||||||
|
|
||||||
%post
|
|
||||||
@if:shared_libraries
|
|
||||||
## remove the following line if no dynamic libraries are provided by this package
|
|
||||||
/sbin/ldconfig
|
|
||||||
@fi:shared_libraries
|
|
||||||
@if:icons_mimetypes
|
|
||||||
## remove the following line if this package has no hicolor icons
|
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
|
||||||
## remove the following line if this package has no oxygen icons
|
|
||||||
touch --no-create %{_kde4_icondir}/oxygen >/dev/null 2>&1
|
|
||||||
@fi:icons_mimetypes
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
@if:icons_mimetypes
|
|
||||||
%posttrans
|
|
||||||
@if:shared_libraries
|
|
||||||
## remove the following line if no dynamic libraries are provided by this package
|
|
||||||
/sbin/ldconfig
|
|
||||||
@fi:shared_libraries
|
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
|
||||||
## remove the following line if this package has no hicolor icons
|
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
|
||||||
## remove the following line if this package has no oxygen icons
|
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/oxygen >/dev/null 2>&1
|
|
||||||
exit 0
|
|
||||||
@fi:icons_mimetypes
|
|
||||||
|
|
||||||
%postun
|
|
||||||
@if:shared_libraries
|
|
||||||
## remove the following line if no dynamic libraries are provided by this package
|
|
||||||
/sbin/ldconfig
|
|
||||||
@fi:shared_libraries
|
|
||||||
@if:icons_mimetypes
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
\ update-desktop-database -q >/dev/null 2>&1
|
|
||||||
\ update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
|
||||||
## remove the following two lines if this package has no hicolor icons
|
|
||||||
\ touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
|
||||||
\ gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
|
||||||
## remove the following two lines if this package has no oxygen icons
|
|
||||||
\ touch --no-create %{_kde4_icondir}/oxygen >/dev/null 2>&1
|
|
||||||
\ gtk-update-icon-cache %{_kde4_icondir}/oxygen >/dev/null 2>&1
|
|
||||||
fi
|
|
||||||
@fi:icons_mimetypes
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
@if:i18n
|
|
||||||
%files -f %{name}.lang
|
|
||||||
@else:i18n
|
|
||||||
%files
|
|
||||||
@fi:i18n
|
|
||||||
%defattr(-,root,root)
|
|
||||||
## note: this list is just an example; modify as required
|
|
||||||
# %{_kde4_bindir}/%{name}
|
|
||||||
# %{_kde4_datadir}/%{name}
|
|
||||||
# %{_kde4_dbusinterfacesdir}/org.kde.*.xml
|
|
||||||
# %{_kde4_kcfgdir}/*.kcfg
|
|
||||||
# %{_kde4_libdir}/kde4/*.so
|
|
||||||
# %{_kde4_icondir}/hicolor/*/*/*.png
|
|
||||||
# %{_kde4_icondir}/oxygen/*/*/*.png
|
|
||||||
# %{_kde4_icondir}/hicolor/scalable/*/*.svgz
|
|
||||||
# %{_kde4_icondir}/oxygen/scalable/*/*.svgz
|
|
||||||
# %{_kde4_xdgappsdir}/%{name}.desktop
|
|
||||||
# %{_kde4_xdgmimedir}/*.xml
|
|
||||||
# %{_kde4_servicesdir}/*.desktop
|
|
||||||
# %{_kde4_servicetypesdir}/*.desktop
|
|
||||||
# %config %{_kde4_configdir}/*.knsrc
|
|
||||||
# %doc %lang(en) %{_kde4_htmldir}/en/%{name}
|
|
||||||
## note: "man3" pages normally goes to devel package if any
|
|
||||||
# %{_mandir}/man?/%{name}.*
|
|
||||||
@standard_docs@
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# @standard_docs_devel@
|
|
||||||
|
|
||||||
## remove this block if the package does not provide development stuff
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root)
|
|
||||||
## note: this list is just an example; modify as required
|
|
||||||
# %{_kde4_includedir}/%{name}
|
|
||||||
# %{_kde4_libdir}/*.so
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* @spec_changelog_date@ @packager_fullname@ <@packager_email@> @pck_version@-@spec_first_release@@DISTRO_rpm@
|
|
||||||
- @spec_changelog_comment@
|
|
Loading…
Reference in New Issue
Block a user