SPECS: fondu.spec (NEW) - initial rpm package
arekm
arekm at pld-linux.org
Sat May 20 14:16:25 CEST 2006
Author: arekm Date: Sat May 20 12:16:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial rpm package
---- Files affected:
SPECS:
fondu.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fondu.spec
diff -u /dev/null SPECS/fondu.spec:1.1
--- /dev/null Sat May 20 14:16:25 2006
+++ SPECS/fondu.spec Sat May 20 14:16:20 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: Converts between mac and unix fonts
+Summary(pl): Różne narzędzia do operowania na fontach Type 1 i 2
+Name: fondu
+Version: 060102
+Release: 1
+License: BSD
+Group: Applications/File
+Source0: http://fondu.sourceforge.net/%{name}_src-%{version}.tgz
+# Source0-md5: e20861beacddc1ab392bef7813641bf8
+URL: http://fondu.sourceforge.net/
+BuildRequires: autoconf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fondu allows you to convert a mac font into a unix one. ufond converts
+a unix font into a mac one.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/05/20 12:16:20 arekm
+- initial rpm package
+
+
================================================================
More information about the pld-cvs-commit
mailing list