Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 591058 Details for
Bug 830398
Review Request: lancet - A build tool like Ant or Rake
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spec using Debian packaging scriptlet
lancet.spec (text/plain), 2.50 KB, created by
Michel Alexandre Salim
on 2012-06-12 01:47:30 UTC
(
hide
)
Description:
Spec using Debian packaging scriptlet
Filename:
MIME Type:
Creator:
Michel Alexandre Salim
Created:
2012-06-12 01:47:30 UTC
Size:
2.50 KB
patch
obsolete
>%global vendor technomancy >%global groupId lancet >%global artifactId lancet >%global archivename %{vendor}-%{artifactId} >%global commit_hash 773e48f > >Name: %{artifactId} >Version: 1.0.1 >Release: 3%{?dist} >Summary: A build tool like Ant or Rake > >Group: Development/Languages >License: EPL >URL: https://github.com/%{vendor}/%{name} ># This is actually lancet 1.0.1; upstream mistagged it ># No public issue tracker; authors notified in private communication ># wget --content-disposition %%{url}/tarball/1.1.0 >Source0: %{archivename}-1.1.0-0-g%{commit_hash}.tar.gz ># Generated using Leiningen 1.7.1 >Source1: lancet-pom.xml > >BuildArch: noarch > >BuildRequires: jpackage-utils >= 1.5 > >BuildRequires: java-devel >= 1:1.6.0 > >Requires: jpackage-utils >%if 0%{?rhel} >Requires(post): jpackage-utils >Requires(postun): jpackage-utils >%endif > >Requires: java-devel >= 1:1.6.0 >Requires: ant >= 1.7.1 >Requires: ant-nodeps >= 1.7.1 > >%description >Lancet is a build tool like Ant or Rake. Lancet makes it >easy to create build targets: any Clojure function can be >a build target. Lancet can call Ant tasks, or shell out >and call other processes. > > >%prep >%setup -q -n %{archivename}-%{commit_hash} >cp -p %{SOURCE1} pom.xml > > >%build >jar cf %{name}.jar -C src . > > >%install >install -d -m 755 %{buildroot}%{_javadir} >install -d -m 755 %{buildroot}%{_mavenpomdir} >install -pm 644 %{name}.jar %{buildroot}%{_javadir}/%{name}.jar >install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom > > >%if 0%{?add_maven_depmap:1} >%add_maven_depmap JPP-%{name}.pom %{name}.jar >%else ># some systems like RHEL do not have add_maven_depmap defined ># - probably don't need JPP/%%{name} -- do we? >%add_to_maven_depmap %{groupId} %{artifactId} %{version} JPP %{name} >%endif > >%clean >rm -rf %{buildroot} > >%if 0%{?rhel} >%post >%update_maven_depmap > >%postun >%update_maven_depmap >%endif > >%files >%doc README LICENSE >%{_mavenpomdir}/* >%{_mavendepmapfragdir}/* >%{_javadir}/%{name}.jar > >%changelog >* Tue Jun 12 2012 Michel Salim <salimma@fedoraproject.org> - 1.0.1-3 >- Adopt packaging scriptlet from upstream's Debian branch >- R: java-devel, not java - this is a build tool >- R: jpackage-utils at runtime >- Reorganize deps to match layout of Packaging:Java for easy comparison >- Switch from zip to tarball for smaller file size > >* Mon Jun 11 2012 Kushal Das <kushal@fedoraproject.org> - 1.0.1-2 >- Fixes after review > >* Fri Jun 07 2012 Kushal Das <kushal@fedoraproject.org> - 1.0.1-1 >- initial version >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 830398
: 591058