]> git.pld-linux.org Git - packages/fondu.git/commitdiff
- initial rpm package
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 May 2006 12:16:20 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fondu.spec -> 1.1

fondu.spec [new file with mode: 0644]

diff --git a/fondu.spec b/fondu.spec
new file mode 100644 (file)
index 0000000..e08b4e1
--- /dev/null
@@ -0,0 +1,43 @@
+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/*
This page took 0.114455 seconds and 4 git commands to generate.