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
|
||||
|
||||
|
@ -30,7 +30,7 @@ Patch1: discount-disable_ldconfig.patch
|
||||
Patch2: discount-fix-compile-warings.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: markdown
|
||||
|
||||
%description
|
||||
Discount is an implementation of John Gruber’s Markdown text to HTML language
|
||||
@ -79,7 +79,7 @@ make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC"
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install.everything
|
||||
|
||||
%fdupes -s %{buildroot}%{_mandir}/man3
|
||||
%fdupes -s %{buildroot}%{_mandir}/man3
|
||||
install -D -p -m 0644 libmarkdown.pc \
|
||||
%{buildroot}%{_libdir}/pkgconfig/libmarkdown.pc
|
||||
|
||||
@ -102,7 +102,6 @@ fi
|
||||
%postun -n libmarkdown%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYRIGHT CREDITS README
|
||||
%{_bindir}/makepage
|
||||
%{_bindir}/markdown
|
||||
@ -115,11 +114,9 @@ fi
|
||||
%{_mandir}/man7/mkd-extensions.7%{ext_man}
|
||||
|
||||
%files -n libmarkdown%{sover}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmarkdown.so.%{sover}*
|
||||
|
||||
%files -n libmarkdown-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/mkdio.h
|
||||
%{_libdir}/libmarkdown.so
|
||||
%{_libdir}/pkgconfig/libmarkdown.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user