rpms/deco/F-9 deco.spec,NONE,1.1

Orcan Ogetbil oget at fedoraproject.org
Thu Dec 4 04:33:23 UTC 2008


Author: oget

Update of /cvs/pkgs/rpms/deco/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7047

Added Files:
	deco.spec 
Log Message:
* Thu Nov 20 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.7-2
- License is GPLv3.
- The extraction scripts will be inside %%{_var}/lib/%%{name}.

* Wed Nov 19 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.7-1
- Version update

* Wed Oct 29 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.6-2
- Package deco-archive separately

* Tue Oct 28 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.6-1
- Rebuild with version 1.5.6

* Mon Apr 28 2008 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 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 <stevem at gnulinux.net> - 0.8.1-1
- Upstream updates.
- Updates to file listings.

* Mon Apr 14 2008 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 0.6-1
- Initial package.




--- NEW FILE deco.spec ---
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 <orcanbahri [AT] yahoo [DOT] com> 1.5.7-2
- License is GPLv3.
- The extraction scripts will be inside %%{_var}/lib/%%{name}.

* Wed Nov 19 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.7-1
- Version update

* Wed Oct 29 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.6-2
- Package deco-archive separately

* Tue Oct 28 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.5.6-1
- Rebuild with version 1.5.6

* Mon Apr 28 2008 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 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 <stevem at gnulinux.net> - 0.8.1-1
- Upstream updates.
- Updates to file listings.

* Mon Apr 14 2008 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 0.6-1
- Initial package.




More information about the fedora-extras-commits mailing list