Accepting request 443906 from home:jengelh:branches:GNOME:Factory
- Rectify RPM groups and replace old macros. OBS-URL: https://build.opensuse.org/request/show/443906 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=2
This commit is contained in:
parent
1e7d8a1f00
commit
79386f479e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Rectify RPM groups and replace old macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 13:49:52 UTC 2016 - dimstar@opensuse.org
|
Fri Dec 2 13:49:52 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -40,9 +40,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
%package -n libpangomm%{so_ver}
|
%package -n libpangomm%{so_ver}
|
||||||
|
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libpangomm%{so_ver}
|
%description -n libpangomm%{so_ver}
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
@ -57,7 +56,7 @@ pangomm provides a C++ interface to the pango library.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: C++ interface for pango -- Developer Documentation
|
Summary: C++ interface for pango -- Developer Documentation
|
||||||
Group: Development/Libraries/C and C++
|
Group: Documentation/HTML
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
@ -67,16 +66,13 @@ pangomm provides a C++ interface to the pango library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
|
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user