]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - lib.spec
py_comp/py_ocomp must be before py_postclean
[projects/template-specs.git] / lib.spec
index a6931ccfc2f2fe4a5b08d2f24778d2c3f2df40b7..824395b0cd879d2388f36ba3dbf01bb0f897dba8 100644 (file)
--- a/lib.spec
+++ b/lib.spec
@@ -15,6 +15,10 @@ Source0:     %{name}-%{version}.tar.gz
 #Patch0:       %{name}-what.patch
 #URL:          -
 #BuildRequires:        -
+#BuildRequires:        autoconf
+#BuildRequires:        automake
+#BuildRequires:        intltool
+#BuildRequires:        libtool
 #Requires(postun):     -
 #Requires(pre,post):   -
 #Requires(preun):      -
@@ -28,11 +32,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # these are only here to help fixing quickly broken specs
 %define                filterout_ld    -Wl,--no-copy-dt-needed-entries
 %define                filterout_ld    -Wl,--as-needed
+# do not commit spec containing this (use for local testing only):
+%define                filterout_c     -Werror=format-security
+%define                filterout_cxx   -Werror=format-security
 
 # Ignore file in __spec_install_post_check_so
 BuildRequires: rpmbuild(macros) >= 1.583
 %define                skip_post_check_so      libunresolved.so.*
 
+# do not commit spec containing this (use for local testing only):
+%define                no_install_post_check_tmpfiles  1
+
 %description
 
 #%description -l pl.UTF-8
@@ -79,7 +89,7 @@ Summary(pl.UTF-8):    Dokumentacja API biblioteki %{name}
 Group:         Documentation
 
 %description apidocs
-API and internal documentation for %{name} library.
+API documentation for %{name} library.
 
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki %{name}.
This page took 0.03848 seconds and 4 git commands to generate.