This commit is contained in:
parent
e45075e11e
commit
d36eda08e4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
- Use $RPM_OPT_FLAGS.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 17:14:02 CEST 2007 - ma@suse.de
|
Mon Sep 3 17:14:02 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
10
libzypp.spec
10
libzypp.spec
@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.22.1
|
Version: 3.22.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: libzypp-3.22.1.tar.bz2
|
Source: libzypp-3.22.1.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
@ -75,12 +75,12 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \
|
cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \
|
||||||
-DLIB=%{_lib} \
|
-DLIB=%{_lib} \
|
||||||
-DCMAKE_C_FLAGS="%{optflags}" \
|
-DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \
|
||||||
-DCMAKE_CXX_FLAGS="%{optflags}" \
|
-DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_SKIP_RPATH=1 \
|
-DCMAKE_SKIP_RPATH=1 \
|
||||||
..
|
..
|
||||||
make %{?jobs:-j %jobs}
|
make %{?jobs:-j %jobs} VERBOSE=1
|
||||||
make -C doc/autodoc %{?jobs:-j %jobs}
|
make -C doc/autodoc %{?jobs:-j %jobs}
|
||||||
make -C po %{?jobs:-j %jobs} translations
|
make -C po %{?jobs:-j %jobs} translations
|
||||||
#make check
|
#make check
|
||||||
@ -125,6 +125,8 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 03 2007 - schwab@suse.de
|
||||||
|
- Use $RPM_OPT_FLAGS.
|
||||||
* Mon Sep 03 2007 - ma@suse.de
|
* Mon Sep 03 2007 - ma@suse.de
|
||||||
- Reset transact bits when switching status from
|
- Reset transact bits when switching status from
|
||||||
"update" to "protected" (#246976)
|
"update" to "protected" (#246976)
|
||||||
|
Loading…
Reference in New Issue
Block a user