forked from pool/discount
- Provide virtual package markdown
OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=16
This commit is contained in:
parent
9152859251
commit
518227bba5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 09:31:38 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Provide virtual package markdown
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 9 16:09:59 UTC 2017 - mpluskal@suse.com
|
Thu Feb 9 16:09:59 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Patch1: discount-disable_ldconfig.patch
|
|||||||
Patch2: discount-fix-compile-warings.diff
|
Patch2: discount-fix-compile-warings.diff
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Provides: markdown
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Discount is an implementation of John Gruber’s Markdown text to HTML language
|
Discount is an implementation of John Gruber’s Markdown text to HTML language
|
||||||
@ -102,7 +102,6 @@ fi
|
|||||||
%postun -n libmarkdown%{sover} -p /sbin/ldconfig
|
%postun -n libmarkdown%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYRIGHT CREDITS README
|
%doc COPYRIGHT CREDITS README
|
||||||
%{_bindir}/makepage
|
%{_bindir}/makepage
|
||||||
%{_bindir}/markdown
|
%{_bindir}/markdown
|
||||||
@ -115,11 +114,9 @@ fi
|
|||||||
%{_mandir}/man7/mkd-extensions.7%{ext_man}
|
%{_mandir}/man7/mkd-extensions.7%{ext_man}
|
||||||
|
|
||||||
%files -n libmarkdown%{sover}
|
%files -n libmarkdown%{sover}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libmarkdown.so.%{sover}*
|
%{_libdir}/libmarkdown.so.%{sover}*
|
||||||
|
|
||||||
%files -n libmarkdown-devel
|
%files -n libmarkdown-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/mkdio.h
|
%{_includedir}/mkdio.h
|
||||||
%{_libdir}/libmarkdown.so
|
%{_libdir}/libmarkdown.so
|
||||||
%{_libdir}/pkgconfig/libmarkdown.pc
|
%{_libdir}/pkgconfig/libmarkdown.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user