rpmdep/rpmdep.spec

Name: rpmdep
Summary: Check the dependencies of source and binary rpms
Version: 1.0
Release: 1.2
License: GPL
Group: Development/Libraries
URL:
Description: This checks the dependencies of source and binary rpms. This program is still in development and far from finished.

CentOS 7 x86_64

The build could not start because the following file is missing: rpmdep-1.0.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: rpmdep-1.0.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id: $

# Authority: dries
# Upstream: dries

Summary: Check the dependencies of source and binary rpms
Name: rpmdep
Version: 1.0
Release: 1.2%{?dist}
License: GPL
Group: Development/Libraries
URL: none

Source: rpmdep-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

# BuildRequires:

%description
This checks the dependencies of source and binary rpms.
This program is still in development and far from finished.

%prep
%setup -n rpmdep

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/*
%{_datadir}/rpmdep

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.0-1.2
- Rebuild for Fedora Core 5.

* Mon Aug 16 2004 Dries Verachtert <dries@ulyssis.org> - 1.0-1
- Initial package.