]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- new doc
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 31 Jul 2002 03:16:15 +0000 (03:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- few fixes, but does not build

Changed files:
    geheimnis.spec -> 1.19

geheimnis.spec

index ea3994cb7aadb252b39ac1825db1e54fa1ea3a47..d2549f47bcbe268803f5f20c557f3ea7ba42f90c 100644 (file)
@@ -29,7 +29,9 @@ poprzez interfejs graficzny, podobnie jak w pow
 %build
 kde_icondir="%{_pixmapsdir}"; export kde_icondir
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
-%configure2_13
+%configure2_13 \
+       --enable-mt \
+       --enable-final
 
 %{__make}
 
@@ -41,14 +43,12 @@ rm -rf $RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_applnkdir}/{Applications,Utilities}
 
-gzip -9nf AUTHORS NEWS TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS NEWS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/apps/geheimnis
 %{_pixmapsdir}/*/*/apps/*
This page took 0.075298 seconds and 4 git commands to generate.