gem to rpm converter 0.5.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 697
Gem to rpm converter 0.5.1
Gem to rpm converter creates an RPM spec file from a Ruby gem. more>>
Gem to rpm converter creates an RPM spec file from a Ruby gem. The project uses the gem metadata to fill out most of the information needed for building an RPM containing the gem.
Usage:
Run gem2rpm --help for options
At its simplest, download a gem (lets call that file GEM) and run
gem2rpm $GEM
This will print an rpm spec file based on the information contained in the gems spec file. In general, it is necessary to edit the generated spec file because the gem is missing some important information that is customarily provided in rpms, most notably the license and the changelog.
Rather than editing the generated specfile, edit the template from which the specfile is generated. This will make it easier to update the RPM when a new version of the Gem becomes available.
To support this process, it is recommended to first save the default template somewhere:
gem2rpm -T > rubygem-GEM.spec.template
Now, edit the template and then run gem2rpm to generate the spec file using the edited template:
gem2rpm -t rubygem-GEM.spec.template > rubygem-GEM.spec
With that, you can now build your RPM as ususal. When a new version of the gem becomes available, you should edit the saved template and rerun gem2rpm over it.
Template Details:
The template is a standard erb file; there are three main variables available in the template file:
format - The Gem::Format for the gem
spec - The Gem::Specification for the gem (the same as format.spec)
Conventions:
A typical source RPM for a gem should consist of three files: the gem file itself, the template for the spec file and the spec file. To ensure that the template will be included in the source RPM, it must be listed as one of the sources in the spec file.
The resulting rpms should follow the naming convention rubygem-$GEM where GEM is the name of the packaged gem. The default template also makes sure that the resulting package provides ruby($GEM), according to general packaging conventions for scripting languages
<<lessUsage:
Run gem2rpm --help for options
At its simplest, download a gem (lets call that file GEM) and run
gem2rpm $GEM
This will print an rpm spec file based on the information contained in the gems spec file. In general, it is necessary to edit the generated spec file because the gem is missing some important information that is customarily provided in rpms, most notably the license and the changelog.
Rather than editing the generated specfile, edit the template from which the specfile is generated. This will make it easier to update the RPM when a new version of the Gem becomes available.
To support this process, it is recommended to first save the default template somewhere:
gem2rpm -T > rubygem-GEM.spec.template
Now, edit the template and then run gem2rpm to generate the spec file using the edited template:
gem2rpm -t rubygem-GEM.spec.template > rubygem-GEM.spec
With that, you can now build your RPM as ususal. When a new version of the gem becomes available, you should edit the saved template and rerun gem2rpm over it.
Template Details:
The template is a standard erb file; there are three main variables available in the template file:
format - The Gem::Format for the gem
spec - The Gem::Specification for the gem (the same as format.spec)
Conventions:
A typical source RPM for a gem should consist of three files: the gem file itself, the template for the spec file and the spec file. To ensure that the template will be included in the source RPM, it must be listed as one of the sources in the spec file.
The resulting rpms should follow the naming convention rubygem-$GEM where GEM is the name of the packaged gem. The default template also makes sure that the resulting package provides ruby($GEM), according to general packaging conventions for scripting languages
Download (0.009MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
832 downloads
MS Word to plaintext converter 0.1
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. more>>
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. The generated text file is named *.doc.txt.
I hope it is as useful for you as it is for me.
<<lessI hope it is as useful for you as it is for me.
Download (MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Multimedia Converter 1.5
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg & MPlaye more>>
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg and MPlayer.
So help to Convert between different media formats.
<<lessSo help to Convert between different media formats.
Download (0.30MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
894 downloads
Sound Converter 0.9.7
Sound Converter can convert sound files to other formats. more>>
Sound Converter project can convert sound files to other formats.
A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
<<lessA simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
Download (0.036MB)
Added: 2007-08-01 License: GPL v3 Price:
538 downloads
GMonsters 0.5.1
GMonsters project is a little monster-breeding game for GNOME. more>>
GMonsters project is a little monster-breeding game for GNOME.
GMonsters is a game somewhat like Monster Rancher on Playstation. You can breed, train, raise, and battle virtual monsters.
Planned features include multiplayer, trading, and internet battle capabilities.
NOTE: You will need both client and server.
Enhancements:
- Many bugfixes, and now battle buttons have pixmaps for the type of attack.
<<lessGMonsters is a game somewhat like Monster Rancher on Playstation. You can breed, train, raise, and battle virtual monsters.
Planned features include multiplayer, trading, and internet battle capabilities.
NOTE: You will need both client and server.
Enhancements:
- Many bugfixes, and now battle buttons have pixmaps for the type of attack.
Download (MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1073 downloads
Capacitor Converter 1.0
Capacitor Converter is an extension which converts capacitor values. more>>
Capacitor Converter is an extension which converts capacitor values.
Easy to use capacitor converter. Converts between pF, nF and uF in a flash. For those of you who didnt know you can make the toolbar disappear.
Just right-click(Windows) or ctrl+click(one button Macs) beside the address bar and select Capacitor Converter to make it disappear.
<<lessEasy to use capacitor converter. Converts between pF, nF and uF in a flash. For those of you who didnt know you can make the toolbar disappear.
Just right-click(Windows) or ctrl+click(one button Macs) beside the address bar and select Capacitor Converter to make it disappear.
Download (0.002MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
603 downloads
uriparser 0.5.1
uriparser project is a strictly RFC 3986 compliant URI parsing library. more>>
uriparser project is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
Main features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
<<lessMain features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
Download (0.19MB)
Added: 2007-08-09 License: BSD License Price:
807 downloads
nautilus-image-converter 0.0.9
nautilus-image-converter is a Nautilus extension to mass resize images. more>>
nautilus-image-converter project is a Nautilus extension to mass resize images.
Adds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name.
A click on "Resize" finally resizes the image(s) using ImageMagicks convert tool.
<<lessAdds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name.
A click on "Resize" finally resizes the image(s) using ImageMagicks convert tool.
Download (0.24MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1054 downloads
Confuscator! 0.5.1
Confuscator! is a Firefox extension that confuses your text message a tad. more>>
Confuscator! is a Firefox extension that confuses your text message a tad, by randomizing the letters in the selected words, so that only the first and last letters are kept in place.
After installing it, you simply select any text, right-click and select confuse!. The scrambled text is then placed on the clipboard for your pleasure ...
If you have any comments, bugs or requests please let me know via email or the homepage.
<<lessAfter installing it, you simply select any text, right-click and select confuse!. The scrambled text is then placed on the clipboard for your pleasure ...
If you have any comments, bugs or requests please let me know via email or the homepage.
Download (0.042MB)
Added: 2007-05-04 License: MPL (Mozilla Public License) Price:
905 downloads
LibStroke 0.5.1
LibStroke is a stroke and gesture recognition library. more>>
LibStroke is a stroke translation library. Strokes are motions of the mouse that can be interpreted by a program as a command.
Strokes are used extensively in CAD programs. I fell in love with them when I was using the CAD tools that use a stroke interface to select tools or perform actions.
I wrote this library so that others can see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface.
<<lessStrokes are used extensively in CAD programs. I fell in love with them when I was using the CAD tools that use a stroke interface to select tools or perform actions.
I wrote this library so that others can see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface.
Download (0.17MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
RPM Package Maker 1.1
RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. more>>
RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily.
Since version 0.8 minimal spec files are kept in:
/usr/src/packages/SPECS/mini
Enhancements:
- Small improvements and bugfixes
<<lessSince version 0.8 minimal spec files are kept in:
/usr/src/packages/SPECS/mini
Enhancements:
- Small improvements and bugfixes
Download (0.55MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
928 downloads
AudioFormat 0.5.1
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. more>>
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. The project integrates with Nautilus and the desktop-wide audio profile settings.
AudioFormat is available under the terms of the BSD License.
<<lessAudioFormat is available under the terms of the BSD License.
Download (0.013MB)
Added: 2007-03-24 License: BSD License Price:
944 downloads
PictureThis 0.5.1
PictureThis is a Firefox extension to see what Google Images sees. more>>
PictureThis is a Firefox extension to see what Google Images sees.
A word is worth a thousand images as you will see when you highlight a word or words on a page then use PictureThis to see what Google Images sees. Its a whole new way of adding instant context to the web.
<<lessA word is worth a thousand images as you will see when you highlight a word or words on a page then use PictureThis to see what Google Images sees. Its a whole new way of adding instant context to the web.
Download (0.027MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
913 downloads
Kopete RPM for openSUSE 0.12.3
Kopete RPM for openSUSE contains RPM packages for openSUSE 10.2, compiled with KDE 3.5.6. more>>
Kopete RPM for openSUSE contains RPM packages for openSUSE 10.2, compiled with KDE 3.5.6.
Main features:
- Kopete version is 0.12.2 because gpg-encryption does no longer work in more recent versions.
- Also, support for voice conversations via jabber is included.
<<lessMain features:
- Kopete version is 0.12.2 because gpg-encryption does no longer work in more recent versions.
- Also, support for voice conversations via jabber is included.
Download (7.0MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
625 downloads
Redline RPM Library 1.0.10
Redline RPM Library is a pure Java library for manipulating RPM Package Manager packages. more>>
Redline RPM Library is a pure Java library for manipulating RPM Package Manager packages. Currently the project supports reading and creating packages and has an included Ant task useful for integration with build systems. Support for package signatures will be added in a future release.
Enhancements:
- A patch has been merged that adds a Maven pom file, the directive for documentation files and directories, and user and group name attributes for files.
<<lessEnhancements:
- A patch has been merged that adds a Maven pom file, the directive for documentation files and directories, and user and group name attributes for files.
Download (0.037MB)
Added: 2007-08-08 License: MIT/X Consortium License Price:
808 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gem to rpm converter 0.5.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed