Accepting request 443907 from home:jengelh:branches:GNOME:Factory
- Rectify RPM groups and replace old macros. OBS-URL: https://build.opensuse.org/request/show/443907 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=52
This commit is contained in:
parent
3565a2f415
commit
ad397d57df
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Rectify RPM groups and replace old macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 21:39:28 UTC 2016 - zaitor@opensuse.org
|
Fri Aug 19 21:39:28 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
12
pangomm.spec
12
pangomm.spec
@ -39,9 +39,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.
|
||||||
@ -56,7 +55,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.
|
||||||
@ -66,16 +65,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…
x
Reference in New Issue
Block a user