diff --git a/.cvsignore b/.cvsignore index e69de29..adbfb2a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +deco-1.5.7.tar.gz diff --git a/deco.spec b/deco.spec new file mode 100644 index 0000000..d2a9749 --- /dev/null +++ b/deco.spec @@ -0,0 +1,65 @@ +Name: deco +Version: 1.5.7 +Release: 2%{?dist} +Summary: Extractor for various archive file formats +Group: Applications/Archiving +License: GPLv3 +URL: http://hartlich.com/deco/ +Source0: http://hartlich.com/deco/download/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Requires: deco-archive >= 1.2 + +%description +deco is a Un*x program, written in SUSv3-compliant C99, +that is able to extract various archive file formats +with features like consistent behavior, consistent +interface and much more. + +%prep +%setup -q + +%build +make %{?_smp_mflags} PREFIX=%{_prefix} SHARE=%{_var}/lib/%{name} \ + CFLAGS="%optflags" LDFLAGS="" + +%install +rm -rf %{buildroot} +make install PREFIX=%{_prefix} DESTDIR=%{buildroot} +install -dm 755 %{buildroot}/%{_var}/lib/%{name} + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc LICENSE CREDITS NEWS README +%{_bindir}/%{name} +%dir %{_var}/lib/%{name} + +%changelog +* Thu Nov 20 2008 Orcan Ogetbil 1.5.7-2 +- License is GPLv3. +- The extraction scripts will be inside %%{_var}/lib/%%{name}. + +* Wed Nov 19 2008 Orcan Ogetbil 1.5.7-1 +- Version update + +* Wed Oct 29 2008 Orcan Ogetbil 1.5.6-2 +- Package deco-archive separately + +* Tue Oct 28 2008 Orcan Ogetbil 1.5.6-1 +- Rebuild with version 1.5.6 + +* Mon Apr 28 2008 Steve 'Ashcrow' Milner - 0.8.1-2 +- Updates to file listings per review +- moved to macros instead of direct paths +- Source0 now in url form +- added dir for the deco data directory + +* Fri Apr 25 2008 Steve 'Ashcrow' Milner - 0.8.1-1 +- Upstream updates. +- Updates to file listings. + +* Mon Apr 14 2008 Steve 'Ashcrow' Milner - 0.6-1 +- Initial package. diff --git a/import.log b/import.log new file mode 100644 index 0000000..758b97e --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +deco-1_5_7-2_fc9:HEAD:deco-1.5.7-2.fc9.src.rpm:1228355244 diff --git a/sources b/sources index e69de29..56e78de 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3dc4b91ede16b038877c9d2bd3a781a7 deco-1.5.7.tar.gz