rpms/paps/devel paps.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Oct 25 10:12:50 UTC 2005


Author: tagoh

Update of /cvs/extras/rpms/paps/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25868/devel

Modified Files:
	.cvsignore sources 
Added Files:
	paps.spec 
Log Message:
auto-import paps-0.3-1 on branch devel from paps-0.3-1.src.rpm


--- NEW FILE paps.spec ---
Name:		paps
Version:	0.3
Release:	1%{?dist}

License:	LGPL
URL:		http://imagic.weizmann.ac.il/~dov/freesw/paps/
Source0:	http://imagic.weizmann.ac.il/~dov/freesw/paps/paps-%{version}.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	pango-devel

Summary:	Plain Text to PostScript converter
Group:		Applications/Publishing
%description
paps is a PostScript converter from plain text file using Pango.


%prep
%setup -q -n paps


%build
make %{?_smp_mflags} CC="gcc $RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m0755 paps $RPM_BUILD_ROOT%{_bindir}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%doc COPYING
%{_bindir}/paps


%changelog
* Tue Oct 18 2005 Akira TAGOH <tagoh at redhat.com> - 0.3-1
- Initial package.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/paps/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Oct 2005 10:11:38 -0000	1.1
+++ .cvsignore	25 Oct 2005 10:12:48 -0000	1.2
@@ -0,0 +1 @@
+paps-0.3.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/paps/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Oct 2005 10:11:38 -0000	1.1
+++ sources	25 Oct 2005 10:12:48 -0000	1.2
@@ -0,0 +1 @@
+9404a5253be4d86eff48808b0289a045  paps-0.3.tgz




More information about the fedora-extras-commits mailing list