]> git.pld-linux.org Git - packages/bladeenc.git/commitdiff
- initial version, BladeEnc-072-2
authorkloczek <kloczek@pld-linux.org>
Mon, 15 Feb 1999 22:16:21 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ExclusiveOS and ExclusiveArch fields,
- cosmetic changes for common l&f,
- revision up to 2.

Changed files:
    bladeenc.spec -> 1.1

bladeenc.spec [new file with mode: 0644]

diff --git a/bladeenc.spec b/bladeenc.spec
new file mode 100644 (file)
index 0000000..d470710
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Blade's MP3 Encoder
+Summary(pl):   Encoder MP3 Bladeya
+Name:          BladeEnc
+Version:       072
+Release:       2
+Copyright:     Freeware
+Vendor:                Tord Jansson <tord.jansson@swipnet.se>
+Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
+Source:                http://home8.swipnet.se/~w-82625/binaries/%{name}%{version}-i386-linux.tar.gz
+URL:           http://home8.swipnet.se/~w-82625/
+ExclusiveOS:   Linux
+ExclusiveArch: i386
+BuildRoot:     /tmp/%{name}-%{version}-buildroot
+
+%description
+BladeEnc is a program to generate MP3 files from WAV or AIFF sound files.
+
+%description -l pl
+BladeEnc jest programem s³u¿±cym do generowania plików MP3 z plików
+d¼wiêkowych w formacie WAV lub AIFF.
+
+%prep
+%setup -q -n %{name}%{version}-i386-linux
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/usr/bin
+install -s bladeenc $RPM_BUILD_ROOT/usr/bin
+
+%files
+%attr(644,root,root,755) %doc manual.html
+
+%attr(755,root,root) /usr/bin/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
+* Sat Jan 02 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- initial RPM release
This page took 0.075172 seconds and 4 git commands to generate.