X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=packaging%2FRedHat%2Fgnokii.spec.in;fp=packaging%2FRedHat%2Fgnokii.spec.in;h=0000000000000000000000000000000000000000;hb=472b70e710ac48afb0d2831c00d26043b1843047;hp=2d80a62252ad93528845622d17080362f32dd287;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c;p=gnokii.git diff --git a/packaging/RedHat/gnokii.spec.in b/packaging/RedHat/gnokii.spec.in deleted file mode 100644 index 2d80a62..0000000 --- a/packaging/RedHat/gnokii.spec.in +++ /dev/null @@ -1,136 +0,0 @@ -%define name @PACKAGE@ -%define version @VERSION@ -%define release 1 - -Summary: Linux/Unix tool suite for Nokia mobile phones -Name: %{name} -Version: %{version} -Release: %{release} -Copyright: GPL -Packager: Pavel Janik ml. , Jan Derfinak -Group: Applications/Communications -Source: ftp://multivac.fatburen.org/pub/gnokii/%{name}-%{version}.tar.gz -BuildRoot: /var/tmp/%{name}-%{version}-root - -%description -Gnokii is a Linux/Unix tool suite and (eventually) modem/fax driver for -Nokia's mobile phones, released under the GPL. - -%package xgnokii -Summary: Graphical Linux/Unix tool suite for Nokia mobile phones. -Group: X11/Applications -%description xgnokii -Xgnokii is graphical Linux/Unix tool suite for Nokia's mobile phones. It -allows you to edit your contacts book, send/read SMS's from/in -computer and more other features. - -%prep - -%setup -q - -%build -./configure --prefix=/usr --with-x --enable-nls #--enable-debug --enable-rlpdebug -make - -%install -rm -rf ${RPM_BUILD_ROOT} - -make prefix=${RPM_BUILD_ROOT}/usr install - -mkdir -p ${RPM_BUILD_ROOT}/etc/ - -sed 's#/usr/local/sbin/#/usr/sbin/#' ${RPM_BUILD_ROOT}/etc/gnokiirc - -%pre -/usr/sbin/groupadd -r -f gnokii >/dev/null 2>&1 - -%postun -/usr/sbin/groupdel gnokii >/dev/null 2>&1 - -%clean -rm -rf ${RPM_BUILD_ROOT} - -%files -%defattr(-,root,root) -%doc Docs/CREDITS Docs/DataCalls-QuickStart Docs/FAQ Docs/README -%doc Docs/README-3810 Docs/README-6110 Docs/README-2110 Docs/README-WIN32 -%doc Docs/gettext-howto Docs/gnokii.nol Docs/gnokii-ir-howto Docs/packaging-howto -%doc Docs/sample/gnokiirc Docs/sample/options Docs/sample/pap-secrets -%doc Docs/sample/ppp-gnokii Docs/sample/ppp-on -%attr(0750, root, gnokii) /usr/bin/gnokii -%attr(0750, root, gnokii) /usr/sbin/gnokiid -%attr(4750, root, gnokii) /usr/sbin/mgnokiidev -%config /etc/gnokiirc - -%files xgnokii -%defattr(-,root,root) -/usr/bin/xgnokii -/usr/bin/xlogos -/usr/bin/todologo -/usr/lib/xgnokii - -%changelog - -* Thu Jan 11 2001 Pawel Kot -- misc updates - -* Fri Oct 27 2000 Pavel Janik ml. -- todologo added to the package - -* Mon May 15 2000 Pavel Janik ml. -- proper access rights for gnokiid, gnokii and mgnokiidev - -* Sat May 13 2000 Pavel Janik ml. -- new doc files added - -* Tue Mar 21 2000 Pavel Janik ml. -- permission on /usr/sbin fixed -- correct /etc/gnokiirc file - -* Mon Mar 20 2000 Pavel Janik ml. -- mkdir of directories in install removed -- xgnokii package should contain lib/xgnokii directory - -* Mon Mar 20 2000 Jan Derfinak -- split package into gnokii and xgnokii -- added configure -- correct xgnokii installation -- installation with make install -- fixing paths - -* Thu Aug 5 1999 Pavel Janik ml. -- documentation files changed - -* Thu Aug 5 1999 Pavel Janik ml. -- xkeyb and xlogos added to RPM package - -* Sat Jul 24 1999 Pavel Janik ml. -- stripping of binaries - -* Thu Jul 22 1999 Pavel Janik ml. -- gnokii.nol added - nice example for logo uploading - -* Sun Jul 18 1999 Pavel Janik ml. -- mgnokiidev added to RPM package -- config file in /etc (it is not used now...) - -* Sat Jul 10 1999 Pavel Janik ml. -- use of ~/.gnokiirc so not magic model stuff -- new doc files - -* Mon Jun 28 1999 Pavel Janik ml. -- Nokia auth. protocol is there now -- xgnokii and gnokiid added to RPM - -* Sun May 9 1999 Pavel Janik ml. -- included 6110-patch updated to my prepatches - -* Thu May 6 1999 Pavel Janik ml. -- TODO-6110 file added to documentation files - -* Sun Mar 28 1999 Pavel Janik ml. -- upgraded to gnokii-0.2.4 -- 6110 version of gnokii added - -* Fri Mar 5 1999 Pavel Janik ml. -- the first SPEC file for gnokii