Author: qboosh Date: Tue Feb 13 21:01:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - separated -devel, revised docs - added Source0-md5 - BR: pkgconfig
---- Files affected: SPECS: paps.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/paps.spec diff -u SPECS/paps.spec:1.3 SPECS/paps.spec:1.4 --- SPECS/paps.spec:1.3 Tue Feb 13 08:16:51 2007 +++ SPECS/paps.spec Tue Feb 13 22:01:11 2007 @@ -6,12 +6,14 @@ Release: 1 License: LGPL Group: Applications/Publishing -URL: http://paps.sourceforge.net/ Source0: http://dl.sourceforge.net/paps/%{name}-%{version}.tar.gz +# Source0-md5: 0df929fe07d90cb01aa7e1700d5357ab +URL: http://paps.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: pango-devel +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define filterout_ld -Wl,--as-needed @@ -22,6 +24,18 @@ %description -l pl.UTF-8 paps jest konwerterem czystego tekstu do PostScriptu za pomocą Pango. +%package devel +Summary: paps static library and header file +Summary(pl.UTF-8): Biblioteka statyczna i plik nagłówkowy paps +Group: Development/Libraries +# doesn't require base + +%description devel +paps static library and header file. + +%description devel -l pl.UTF-8 +Biblioteka statyczna i plik nagłówkowy paps. + %prep %setup -q @@ -43,9 +57,13 @@ %files %defattr(644,root,root,755) -%doc AUTHORS COPYING.LIB README TODO doxygen-doc/html +%doc AUTHORS ChangeLog README TODO %attr(755,root,root) %{_bindir}/paps %{_mandir}/man1/paps.1* + +%files devel +%defattr(644,root,root,755) +%doc doxygen-doc/html %{_includedir}/libpaps.h %{_libdir}/libpaps.a @@ -55,6 +73,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/02/13 21:01:11 qboosh +- separated -devel, revised docs +- added Source0-md5 +- BR: pkgconfig + Revision 1.3 2007/02/13 07:16:51 glen - tabs in preamble @@ -63,4 +86,3 @@ Revision 1.1 2007/02/08 22:39:49 qrczak - Initial version, based on Fedora. - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/paps.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
