]> git.pld-linux.org Git - packages/afio.git/commitdiff
- initial release
authorwrobell <wrobell@pld-linux.org>
Sat, 18 Nov 2000 14:15:34 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    afio.spec -> 1.1

afio.spec [new file with mode: 0644]

diff --git a/afio.spec b/afio.spec
new file mode 100644 (file)
index 0000000..e43f4dc
--- /dev/null
+++ b/afio.spec
@@ -0,0 +1,44 @@
+Summary:       Program which makes cpio-format archives.
+Summary(pl):   Pakiet zawiera program do tworzenia archiwów w formacie cpio. 
+Name:          afio
+Version:       2.4.5
+Release:       8
+License:       Unknown
+Group:         Applications/Archiving
+Group(de):     Applikationen/Archivierung
+Group(pl):     Aplikacje/Archiwizacja
+Source:        %{name}-%{version}.tgz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup  -q
+
+%build
+%{__make} clean
+%{__make} CFLAGS1="-Wformat -fomit-frame-pointer $RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_mandir}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+install afio $RPM_BUILD_ROOT%{_bindir}
+install afio.1* $RPM_BUILD_ROOT%{_mandir}
+mv script* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+gzip -9nf afio.lsm HISTORY SCRIPTS README PORTING
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc afio.lsm* HISTORY* SCRIPTS* README* PORTING*
+%attr(755,root,root) %{_bindir}/afio
+%{_mandir}/afio.*
+%{_examplesdir}/%{name}
This page took 0.093126 seconds and 4 git commands to generate.