]> git.pld-linux.org Git - packages/fmio.git/commitdiff
- initial release, not ready yet,
authordjrzulf <djrzulf@pld-linux.org>
Sat, 2 Mar 2002 13:42:39 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fmio.spec -> 1.1

fmio.spec [new file with mode: 0644]

diff --git a/fmio.spec b/fmio.spec
new file mode 100644 (file)
index 0000000..4252e13
--- /dev/null
+++ b/fmio.spec
@@ -0,0 +1,41 @@
+Summary:       FM card initializer and FM radio player
+Summary(pl):   Program inicjalizuj±cy karty radiowe
+Name:          fmio
+Version:       1.2.23
+Release:       0.1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://jumbo.narod.ru/src/fmio/%{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fm radio card manipulation utility
+
+%description -l pl
+manager kart odbieraj±cych radia nadaj±ce w FM
+
+%prep
+%setup -q
+
+%build
+%{__make}  CC="%{__cc} %{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/usr/share/%{name}}
+
+install fmio $RPM_BUILD_ROOT%{_bindir}
+install fmio.1 $RPM_BUILD_ROOT/%{_mandir}/man1
+install *.o $RPM_BUILD_ROOT/usr/share/%{name}/
+
+gzip -9nf Changelog README ess1868
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+/usr/share/%{name}/
This page took 0.066444 seconds and 4 git commands to generate.