]> git.pld-linux.org Git - packages/gnokii.git/commitdiff
- merge from AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Sep 2006 11:13:15 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnokii.spec -> 1.110

gnokii.spec

index 02f6e544d67053c3edc04f4f1772c3893f086d78..0361b7d68b71dfd6ec7cf54a012deefbe751e3e5 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Linux/Unix tool suite for mobile phones
 Summary(pl):   Linuksowy/uniksowy zestaw narzêdzi dla telefonów komórkowych
 Name:          gnokii
 Version:       0.6.14
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         Applications/Communications
@@ -26,6 +26,7 @@ BuildRequires:        libtool
 BuildRequires: mysql-devel
 BuildRequires: pkgconfig
 BuildRequires: postgresql-devel
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXpm-devel
 Requires:      libgnokii = %{epoch}:%{version}-%{release}
@@ -100,7 +101,9 @@ Statyczna wersja biblioteki libgnokii.
 Summary:       Daemon for handling incoming and outgoing SMSes using libgnokii
 Summary(pl):   Serwer do zarz±dzania przychodzacymi i wychodzacymi SMS-ami przy u¿yciu gnokii
 Group:         Daemons
+Requires(post,preun):  /sbin/chkconfig
 Requires:      gnokii = %{epoch}:%{version}-%{release}
+Requires:      rc-scripts
 Obsoletes:     smstools
 
 %description smsd
@@ -162,7 +165,7 @@ rm -rf autom4te.cache
        --enable-security \
        --with-xgnokiidir=%{_prefix} \
        %{?debug:--enable-fulldebug}
-%{__make}
+%{__make} -j1
 
 cd smsd
 %{__make}
@@ -193,13 +196,11 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/smsd
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/smsd
 
-
 # do not complain about unpackaged files (we package them with %%doc anyway)
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 # move xgnokii manpage into proper place
 mv -f $RPM_BUILD_ROOT{%{_prefix}/man,%{_mandir}}/man1/xgnokii.1x
-
 rm -f $RPM_BUILD_ROOT%{_libdir}/smsd/*.{la,a}
 
 %find_lang %{name}
@@ -263,7 +264,7 @@ fi
 %defattr(644,root,root,755)
 %{_libdir}/libgnokii.a
 
-%files -n gnokii-smsd
+%files smsd
 %defattr(644,root,root,755)
 %doc smsd/ChangeLog smsd/README smsd/README.MySQL smsd/README.Tru64 smsd/action smsd/*.sql
 %attr(755,root,root) %{_sbindir}/smsd
This page took 0.076393 seconds and 4 git commands to generate.