* added header.

* 0.2-1.


git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@13 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 1999-10-06 12:43:58 +00:00
parent 20900d3825
commit 7b66576df4
1 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,13 @@
#############################################################################
# File : rpmlint.spec
# Package : rpmlint
# Author : Frederic Lepied
# Created on : Tue Sep 28 07:18:06 1999
# Version : $Id$
# Purpose : rules to create the rpmlint binary package.
#############################################################################
%define name rpmlint
%define version 0.1
%define version 0.2
%define release 1mdk
Summary: rpm correctness checker
@ -48,14 +56,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,0755)
%doc README INSTALL COPYING
%{prefix}/bin/*
%{prefix}/share/rpmlint
%changelog
* Mon Oct 4 1999 Frederic Lepied <flepied@mandrakesoft.com>
- version 0.2.
* Fri Oct 1 1999 Frederic Lepied <flepied@mandrakesoft.com>
- First spec file for Mandrake distribution.
# end of file
# rpmlint.spec ends here