Author: qrczak Date: Thu Feb 8 22:39:54 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - Initial version, based on Fedora.
---- Files affected: SPECS: paps.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/paps.spec diff -u /dev/null SPECS/paps.spec:1.1 --- /dev/null Thu Feb 8 23:39:54 2007 +++ SPECS/paps.spec Thu Feb 8 23:39:49 2007 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Plain Text to PostScript converter +Summary(pl): Konwerter czystego tekstu do PostScriptu +Name: paps +Version: 0.6.7 +Release: 1 +License: LGPL +Group: Applications/Publishing +URL: http://paps.sourceforge.net/ +Source0: http://dl.sourceforge.net/paps/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pango-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define filterout_ld -Wl,--as-needed + +%description +paps is a PostScript converter from plain text file using Pango. + +%description -l pl +paps jest konwerterem czystego tekstu do PostScriptu za pomocą Pango. + +%prep +%setup -q + +%build +%{__aclocal} +%{__automake} +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING.LIB README TODO doxygen-doc/html +%attr(755,root,root) %{_bindir}/paps +%{_mandir}/man1/paps.1* +%{_includedir}/libpaps.h +%{_libdir}/libpaps.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/02/08 22:39:49 qrczak +- Initial version, based on Fedora. + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
