Accepting request 226682 from home:awissu:tests
OBS-URL: https://build.opensuse.org/request/show/226682 OBS-URL: https://build.opensuse.org/package/show/Education/golly?expand=0&rev=3
This commit is contained in:
parent
5812edc5db
commit
ee617215a6
@ -1,8 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 08:37:00 UTC 2014 - avvissu@yandex.ru
|
||||||
|
|
||||||
|
- create package golly-devel-static
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 19 05:55:57 UTC 2014 - avvissu@yandex.ru
|
Wed Mar 19 05:55:57 UTC 2014 - avvissu@yandex.ru
|
||||||
|
|
||||||
- del zlib.patch
|
- add golly.desktop
|
||||||
|
- del golly-zlib.patch
|
||||||
|
* set ZLIB_LDFLAGS
|
||||||
- [Fixed] E: devel-file-in-non-devel-package
|
- [Fixed] E: devel-file-in-non-devel-package
|
||||||
|
* create package golly-devel
|
||||||
- add static (.a) are needed for shared builds
|
- add static (.a) are needed for shared builds
|
||||||
- to fix compilation on Fedora
|
- to fix compilation on Fedora
|
||||||
|
|
||||||
|
21
golly.spec
21
golly.spec
@ -64,12 +64,22 @@ Key features:
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains, header files and libraries needed to
|
This package contains, header files and libraries needed to
|
||||||
develop application that use %{name}
|
develop application that use %{name}
|
||||||
|
|
||||||
|
%package -n %{name}-devel-static
|
||||||
|
Summary: Development files and libraries for %{name}
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
License: GPL-2.0+
|
||||||
|
Requires: %{name}-devel = %{version}
|
||||||
|
|
||||||
|
%description -n %{name}-devel-static
|
||||||
|
This package contains, header files and libraries needed to
|
||||||
|
develop application that use %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-src
|
%setup -q -n %{name}-%{version}-src
|
||||||
|
|
||||||
@ -136,10 +146,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora}
|
|
||||||
%{_libdir}/libgollybase.a
|
|
||||||
%endif
|
|
||||||
%{_datadir}/%{name}/Rules/TableGenerators
|
%{_datadir}/%{name}/Rules/TableGenerators
|
||||||
%{_datadir}/%{name}/Rules/TreeGenerators
|
%{_datadir}/%{name}/Rules/TreeGenerators
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1140 || 0%{?fedora}
|
||||||
|
%files -n %{name}-devel-static
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libgollybase.a
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user