Changeset 618 in ProjectBuilder for projects/rinse


Ignore:
Timestamp:
Nov 25, 2008, 9:26:00 AM (15 years ago)
Author:
Bruno Cornec
Message:

Get a working rpm for rinse with hg (needs pb version 0.9.5)

Location:
projects/rinse/pbconf/devel
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • projects/rinse/pbconf/devel/pbfilter/all.pbf

    r613 r618  
    99
    1010# PBSRC is replaced by the source package location after the repo
    11 #filter PBSRC = src/%{name}-%{version}.tar.gz
     11filter PBSRC = src/%{name}-%{version}.tar.gz
    1212# Used if virtual name != real name (perl, ...)
    1313#filter PBSRC = src/%{srcname}-%{version}.tar.gz
     
    2020
    2121# PBLOG is replaced by the changelog if value is yes
    22 #filter PBLOG = yes
     22filter PBLOG = yes
    2323
    2424# PBPATCHSRC is replaced by the patches names if value is yes
     
    4747
    4848# PBDESC contains the description of the package
    49 #filter PBDESC = "Bla-Bla"
     49filter PBDESC = "rinse installs minimal copies of RPM-based distributions"
    5050
    5151# PBURL contains the URL of the Web site of the project
    52 #filter PBURL = http://www.rinse.org
     52filter PBURL = http://www.xen-tools.org/software/rinse/
  • projects/rinse/pbconf/devel/pbfilter/deb.pbf

    r613 r618  
    99# PBLIC is replaced by the license of the application
    1010# Cf:
    11 #filter PBLIC = GPL
     11filter PBLIC = Artistic
    1212
    1313# PBDEP is replaced by the list of dependencies
  • projects/rinse/pbconf/devel/pbfilter/fedora.pbf

    r613 r618  
    77# PBGRP is replaced by the RPM group of apps
    88# Cf: http://fedoraproject.org/wiki/RPMGroups
    9 #filter PBGRP = Applications/Archiving
     9filter PBGRP = Applications/System
    1010
    1111# PBLIC is replaced by the license of the application
    1212# Cf: http://fedoraproject.org/wiki/Licensing
    13 #filter PBLIC = GPLv2+
     13filter PBLIC = Artistic 2.0
    1414
    1515# PBDEP is replaced by the list of dependencies
  • projects/rinse/pbconf/devel/pbfilter/md.pbf

    r613 r618  
    11# Specific group for Mandriva for rinse
    22# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups
    3 #filter PBGRP = Archiving/Backup
     3filter PBGRP = System/Configuration/Other
    44
    55# PBLIC is replaced by the license of the application
    66# Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses
    7 #filter PBLIC = GPL
    8 
     7filter PBLIC = Artistic
  • projects/rinse/pbconf/devel/pbfilter/novell.pbf

    r613 r618  
    11# Specific group for SuSE for rinse
    22# Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups
    3 #filter PBGRP = Productivity/Archiving/Backup
     3filter PBGRP = System/Console
    44
    55# PBLIC is replaced by the license of the application
    66# Cf: http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Style#1.6._License_Tag
    7 #filter PBLIC = GPL
     7filter PBLIC = Artistic
    88
  • projects/rinse/pbconf/devel/pbfilter/rpm.pbf

    r613 r618  
    99
    1010# PBLIC is replaced by the license of the application
    11 #filter PBLIC = GPL
     11filter PBLIC = GPL
    1212
    1313# PBDEP is replaced by the list of dependencies
  • projects/rinse/pbconf/devel/rinse/rpm/rinse.spec

    r614 r618  
    33#
    44# Used if virtual name != real name (perl, ...)
    5 #%define srcname    PBPKG
    65
    7 Summary:        bla-bla
    8 Summary(fr):    french bla-bla
     6Summary:        PBDESC
    97
    10 Name:           PBREALPKG
     8Name:           PBPKG
    119Version:        PBVER
    1210Release:        PBTAGPBSUF
     
    1513Url:            PBURL
    1614Source:         PBREPO/PBSRC
    17 #PBPATCHSRC
    1815BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    19 #Requires:       PBDEP
     16Requires:       rpm wget
     17# PBDEP
    2018
    2119%description
    2220PBDESC
    2321
    24 %description -l fr
    25 french desc
     22The purpose and usage are analogous to the 'debootstrap' utility
     23familiar to users of Debian GNU/Linux or mock.
    2624
    2725%prep
     
    3230
    3331%build
    34 %configure
    35 make %{?_smp_mflags}
    3632
    3733%install
    3834%{__rm} -rf $RPM_BUILD_ROOT
    39 make DESTDIR=$RPM_BUILD_ROOT install
     35make PREFIX=$RPM_BUILD_ROOT install
    4036
    4137%clean
     
    4541%defattr(-,root,root)
    4642%doc ChangeLog
    47 %doc INSTALL COPYING README AUTHORS NEWS
     43%doc INSTALL README BUGS
     44%config %{_sysconfdir}/bash_completion.d/*
     45%config %{_sysconfdir}/PBPKG/*
     46# COPYING AUTHORS NEWS
     47%{_sbindir}/PBPKG
     48%{_prefix}/lib/PBPKG
     49%{_var}/cache/PBPKG
     50%{_mandir}/man8/*
    4851
    4952%changelog
Note: See TracChangeset for help on using the changeset viewer.