]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- added config from template, ac regeneration (this is crazy...)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 16 Dec 2002 01:18:37 +0000 (01:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gammu.spec -> 1.4

gammu.spec

index 4b913f100873ea2da4d1eef1bd63f025d66875f9..5647c21c6740ac060a404fc667a8dba5590e1747 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Linux/Unix tool suite for Nokia mobile phones
 Summary(pl):   Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
 Name:          gammu
 Version:       0.64
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2
 Group:         Applications/Communications
@@ -37,13 +37,18 @@ kopie zapasowe danych i odtwarza
 %setup -q -n %{name}
 
 %build
+cd cfg/autoconf/
+%{__autoconf}
+%configure
+cd ../../
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_prefix}/src/examples,%{name}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_prefix}/src/examples/%{name},%{_sysconfdir}}
 
 install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
+install docs/examples/config/gammurc $RPM_BUILD_ROOT%{_sysconfdir}
 mv -f docs/docs/english/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 mv -f docs/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 mv -f docs/default $RPM_BUILD_ROOT%{_examplesdir}/%{name}
@@ -55,5 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc changelog docs/* readme.txt
 %attr(755,root,root) %{_bindir}/%{name}
+%config(noreplace) %{_sysconfdir}/gammurc
 %{_examplesdir}/%{name}
 %{_mandir}/man1/*.1*
This page took 0.080202 seconds and 4 git commands to generate.