]> git.pld-linux.org Git - packages/gensig.git/commitdiff
- added using %%configure macro gensig-2_2-1
authorpius <pius@pld-linux.org>
Thu, 28 Oct 1999 22:11:57 +0000 (22:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    gensig.spec -> 1.13

gensig.spec

index df99ad1997ae62d5200c263270463e5d326d3402..a0c233b84c5a4954b9dcd1b7c0db294b57dccdff 100644 (file)
@@ -31,10 +31,11 @@ cymi linie z sygnaturami.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
-       --mandir=%{_mandir}
+CFLAGS="$RPM_OPT_FLAGS"
+LDFLAGS="-s"
+export CFLAGS LDFLAGS
+%configure
+
 make
 
 %install
@@ -51,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
-
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+
+%{_datadir}/gensig
 %{_mandir}/man1/*
This page took 0.121888 seconds and 4 git commands to generate.