Changeset 142


Ignore:
Timestamp:
02/28/08 13:00:07 (16 years ago)
Author:
kdeugau
Message:

/trunk

Fix the Inevitable Stupid Bugs caused by adding the .spec file and Makefile

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r141 r142  
    2020        mkdir -p $(DESTDIR)$(MANDIR)/man8
    2121        pod2man --center="DeepNet Dev Tools" --section 8 \
    22                 repoput | gzip > $(DESTDIR)$(MANDIR)/man8/debbuild.8.gz
     22                debbuild | gzip > $(DESTDIR)$(MANDIR)/man8/debbuild.8.gz
    2323
    2424dist:
  • trunk/debbuild.spec

    r141 r142  
    5151%endif
    5252BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     53BuildArch: noarch
    5354
    5455%description
     
    6970
    7071%build
    71 # Steps to compile the source
    72 %configure
    73 make
     72# nothing to do here
    7473
    7574%install
    7675# Steps to install to a temporary location for packaging
    7776[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
    78 %makeinstall
     77make install DESTDIR=$RPM_BUILD_ROOT
    7978
    8079# Fill in the pathnames to be packaged here
    8180%files
    8281%{_bindir}/*
    83 %{_mandir}/man1/*
    84 %doc README
     82%{_mandir}/man8/*
    8583
    8684%changelog
    87 * Mon Jan 01 1900  Name <email@site> -relnum
    88 - Packaging comment
     85* Thu Feb 28 2008  Kris Deugau <kdeugau@deepnet.cx> -1
     86- Initial package
Note: See TracChangeset for help on using the changeset viewer.